Daiderd Jordan
8abc1cccfb
SDL: move overrides out of all-packages.nix
...
Using defaults makes it much easier to understand what the values are.
2018-11-05 14:10:44 +01:00
Daiderd Jordan
7edfded9c3
SDL: include cf-private on darwin
...
It's not included implicitly by the frameworks anymore.
Undefined symbols for architecture x86_64:
"_NSDefaultRunLoopMode", referenced from:
_QZ_PumpEvents in SDL_QuartzEvents.o
"_OBJC_CLASS_$_NSArray", referenced from:
objc-class-ref in SDL_QuartzEvents.o
"_OBJC_CLASS_$_NSDate", referenced from:
objc-class-ref in SDL_QuartzEvents.o
ld: symbol(s) not found for architecture x86_64
2018-11-05 12:47:14 +01:00
Daiderd Jordan
fd1ffd0e0d
SDL2: include cf-private on darwin
...
It's not included implicitly by the frameworks anymore.
Undefined symbols for architecture x86_64:
"_NSDefaultRunLoopMode", referenced from:
_Cocoa_PumpEvents in SDL_cocoaevents.o
"_NSURLIsAliasFileKey", referenced from:
-[SDLWindow performDragOperation:] in SDL_cocoawindow.o
"_OBJC_CLASS_$_NSArray", referenced from:
objc-class-ref in SDL_cocoaclipboard.o
objc-class-ref in SDL_cocoakeyboard.o
objc-class-ref in SDL_cocoawindow.o
"_OBJC_CLASS_$_NSData", referenced from:
objc-class-ref in SDL_cocoamouse.o
"_OBJC_CLASS_$_NSDate", referenced from:
objc-class-ref in SDL_cocoaevents.o
"_OBJC_CLASS_$_NSDictionary", referenced from:
objc-class-ref in SDL_cocoaevents.o
"_OBJC_CLASS_$_NSMutableArray", referenced from:
objc-class-ref in SDL_cocoawindow.o
"_OBJC_CLASS_$_NSURL", referenced from:
objc-class-ref in SDL_cocoawindow.o
"_OBJC_CLASS_$_NSUserDefaults", referenced from:
objc-class-ref in SDL_cocoaevents.o
"_OBJC_EHTYPE_$_NSException", referenced from:
GCC_except_table67 in SDL_cocoawindow.o
ld: symbol(s) not found for architecture x86_64
2018-11-05 12:46:01 +01:00
Matthew Bauer
95373d3634
atlas: remove
...
atlas is broken and can apparently be removed.
Fixes #49594
2018-11-04 20:23:12 -06:00
Matthew Bauer
4056c436c9
http-parser: cleanup
2018-11-04 20:03:53 -06:00
Robert Helgesson
fa30c8cfca
lombok: 1.16.22 -> 1.18.4
2018-11-04 22:36:45 +01:00
Symphorien Gibol
a6a29e07bc
nixos/fontconfig/make-fonts-cache: don't fail to clean the cache
...
Today I couldn't rebuild because of:
[...]
/nix/store/lxkrsrlqplz2n75hvpq6vr0gam0gfgrl-font-cursor-misc-1.0.3/lib/X11/fonts/misc: skipping, existing cache is valid: 1 fonts, 0 dirs
/var/cache/fontconfig: cleaning cache directory
/nix/store/xq3c44ha15pfa5a9mv1z9mni3cfghsna-fc-cache: cleaning cache directory
fc-cache: succeeded
rm: cannot remove '/nix/store/xq3c44ha15pfa5a9mv1z9mni3cfghsna-fc-cache/CACHEDIR.TAG': No such file or directory
builder for '/nix/store/zxfmil40n79vhn5hb4flqc76j99a3l7b-fc-cache.drv' failed with exit code 1
2018-11-04 21:23:52 +01:00
Austin Seipp
be39781058
Merge branch 'master' into staging
2018-11-04 08:38:30 -06:00
Austin Seipp
4569ee7d74
plv8: unbreak build, bump to version 2.3.8
...
ee58a5b30d
broke the plv8 build because it
upgraded the v8_6_x expression everywhere to the 6.9 branch, which came
with API changes. Notably, it seems plv8 only supports up-to v8 6.4.x at
this time.
This keeps a copy of the plv8_6_x expression inside the same directory
as the other v8 versions (so patches, etc are easy to apply), but it is
not exposed to the top-level of all-packages.nix.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-04 08:24:19 -06:00
Will Dietz
423f4f478e
xapian: 1.4.8 -> 1.4.9
...
https://xapian.org/docs/xapian-core-1.4.9/NEWS
2018-11-04 14:47:39 +01:00
Renaud
f4508c4bee
Merge pull request #49411 from timor/libmtp-1.1.16
...
libmtp: 1.1.15 -> 1.1.16
2018-11-04 12:43:16 +01:00
Timon Stampfli
058a3c0806
openjpeg: adding patch for CVE-2018-7648
...
(cherry picked from commit 3dc0838450
)
Forward-picking from staging-next. The CVE is marked as critical,
and the amount of rebuilds isn't that high (~500 linux, ~100 darwin).
2018-11-04 11:08:00 +01:00
Frederik Rietdijk
cb4ff927a1
Merge master into staging-next
2018-11-04 08:49:24 +01:00
Austin Seipp
c55fa1e122
Merge branch 'master' into staging
2018-11-03 19:57:25 -05:00
Matthew Bauer
ef4d78aded
krb5: don't pull in keyutils with bionic
...
keyutils breaks with bionic. since it's an optional dependency, it seems safe to just disable it with libkrb5 (which otherwise works fine with bionic libc).
2018-11-03 14:37:18 -05:00
Matthew Bauer
f0cee6b14f
grpc: only set -Wno-error on clang
...
Apparently GCC errors on this:
https://hydra.nixos.org/build/83561519/
2018-11-03 14:03:34 -05:00
Dmitry Kalinkin
f6aac1cc66
yoda: 1.7.1 -> 1.7.3 ( #49654 )
2018-11-03 17:27:19 +01:00
Renaud
8b54203727
Merge pull request #49656 from siddharthist/folly
...
folly: 2018.08.27.00 -> 2018.10.29.00
2018-11-03 16:35:02 +01:00
Frederik Rietdijk
64e19fdeda
Merge staging into staging-next
...
Merging staging into staging-next even though we haven't merged staging-next into master yet.
The motivation for this merge is that it's been a while since we merged into master causing
the 3 branches to diverge too much.
2018-11-03 12:45:23 +01:00
Frederik Rietdijk
ea3935a6c4
Merge master into staging-next
2018-11-03 12:42:18 +01:00
Mateusz Kowalczyk
0e6d023b06
Merge pull request #49585 from periklis/libid3tag-sec-fixes
...
libid3tag: patch CVE-2017-11550 and CVE-2017-11551
2018-11-03 19:52:23 +09:00
Matthew Bauer
e9db1e2917
grpc: disable werror for unknown warning option
...
This seems silly to do an error for. It breaks clang builds.
2018-11-02 21:24:55 -05:00
Matthew Bauer
8bae7d328e
gsasl: disable check on darwin
2018-11-02 20:41:38 -05:00
Raphael Borun Das Gupta
78dbe69543
libosmium: init at 2.14.2
2018-11-03 00:36:28 +01:00
Langston Barrett
45db416201
folly: 2018.08.27.00 -> 2018.10.29.00
...
Folly disabled autotools-based builds in favor of CMake.
2018-11-02 13:12:26 -07:00
Austin Seipp
3378db6adf
Merge branch 'master' into staging
2018-11-02 14:01:15 -05:00
Jan Tojnar
b603856e44
Merge pull request #49648 from worldofpeace/granite/5.2.0
...
granite: 5.1.0 -> 5.2.0
2018-11-02 19:45:45 +01:00
Raphael Borun Das Gupta
95a1054a48
protozero: init at 1.6.3
2018-11-02 19:27:38 +01:00
Peter Simons
9f9fc7ae15
nlopt: update from 2.4.2 to 2.5.0
2018-11-02 17:50:18 +01:00
worldofpeace
8cf1e97fcf
granite: 5.1.0 -> 5.2.0
...
- Correct License to LGPLv3+
2018-11-02 12:44:05 -04:00
Vladimír Čunát
4dd0482aa9
Re-revert "c-ares: 1.14.0 -> 1.15.0"
...
This reverts commit 87e4e1ba72
It's a mass rebuild, moving from master. /cc #49548
2018-11-02 14:40:55 +01:00
Vladimír Čunát
a92a2c8e15
Merge branch 'master' into staging
...
Conflict: rename of pythondaemon -> python-daemon.
2018-11-02 14:40:14 +01:00
Vladimír Čunát
87e4e1ba72
Revert "c-ares: 1.14.0 -> 1.15.0"
...
This reverts commit 5ace270309
.
It's a mass rebuild, moving to staging.
2018-11-02 14:33:55 +01:00
Michael Raskin
d03ca0c105
Merge pull request #49641 from aanderse/openscenegraph
...
openscenegraph: 3.6.2 -> 3.6.3
2018-11-02 13:05:36 +00:00
Will Dietz
3b056514a7
Merge pull request #49599 from dtzWill/update/harfbuzz-2.1.0
...
harfbuzz: 2.0.0 -> 2.1.0
2018-11-02 03:58:23 -05:00
Will Dietz
ce8e3b9b67
Merge pull request #49597 from dtzWill/update/mesa-18.2.4
...
mesa: 18.2.3 -> 18.2.4
2018-11-02 03:57:54 -05:00
Will Dietz
9e23f72ce7
Merge pull request #49548 from dtzWill/update/c-ares-1.15.0
...
c-ares: 1.14.0 -> 1.15.0
2018-11-02 03:56:41 -05:00
Will Dietz
71bde96d2b
Merge pull request #49570 from dtzWill/update/webkitgtk-2.22.3
...
webkitgtk: 2.22.2 -> 2.22.3
2018-11-02 03:53:35 -05:00
Michael Raskin
d24dee08e8
Merge pull request #49617 from aanderse/openscenegraph_3_4
...
Fix flightgear, simgear & speed_dreams
2018-11-02 08:06:29 +00:00
Renaud
87f97f068e
Merge pull request #49614 from markuskowa/licenses-26
...
Add licenses
2018-11-02 00:31:33 +01:00
Daniël de Kok
3f0fa6296a
leveldb: 1.18 -> 1.20 ( #49587 )
...
Changelog:
1.20: https://github.com/google/leveldb/releases/tag/v1.20
1.19: https://github.com/google/leveldb/releases/tag/v1.19
2018-11-02 00:13:43 +01:00
Markus Kowalewski
645b5a0e82
mockobjects: add license + description
2018-11-01 23:27:15 +01:00
Markus Kowalewski
5fabd1b3c6
lucene: add license + description
2018-11-01 23:27:15 +01:00
Markus Kowalewski
4598cf4f3f
libmatthew-java: add license
2018-11-01 23:27:15 +01:00
Markus Kowalewski
0d140370cb
jdom: add meta data
2018-11-01 23:27:15 +01:00
Markus Kowalewski
d356808b2f
httpunit: add license + homepage
2018-11-01 23:27:14 +01:00
Markus Kowalewski
fe326f8794
hsqldb: add license
2018-11-01 23:27:14 +01:00
Markus Kowalewski
a923a5aa2d
gwt-widgets: add licenses
2018-11-01 23:27:14 +01:00
Markus Kowalewski
eea1946708
gwt-dnd: add license
2018-11-01 23:27:14 +01:00
Markus Kowalewski
08f4d756af
dbus-java: add license
2018-11-01 23:27:14 +01:00
Markus Kowalewski
b13ab27360
jasper: add license
2018-11-01 23:27:14 +01:00
Markus Kowalewski
6afad9b00e
jama: add license
2018-11-01 23:27:13 +01:00
Markus Kowalewski
ba9d6b673a
incrtcl: add license
2018-11-01 23:27:11 +01:00
Aaron Andersen
bdc293caba
flightgear & simgear: 2017.3.1 -> 2018.2.2
2018-11-01 18:17:34 -04:00
Aaron Andersen
0cca209943
openscenegraph: revive version 3.4.0
2018-11-01 18:07:12 -04:00
Renaud
32382d2cc9
Merge pull request #49598 from dtzWill/update/nlohmann_json-3.4.0
...
nlohmann_json: 3.3.0 -> 3.4.0
2018-11-01 21:20:40 +01:00
Markus Kowalewski
cc476f04b8
imlib: add license + description
2018-11-01 20:47:54 +01:00
Will Dietz
e4f28df8bc
harfbuzz: 2.0.0 -> 2.1.0
...
https://github.com/harfbuzz/harfbuzz/releases/tag/2.1.0
2018-11-01 11:09:13 -05:00
Will Dietz
a06fde5e24
nlohmann_json: 3.3.0 -> 3.4.0
...
https://github.com/nlohmann/json/releases/tag/v3.4.0
2018-11-01 11:07:56 -05:00
Will Dietz
a668934558
mesa: 18.2.3 -> 18.2.4
...
bug-fix release:
https://www.mesa3d.org/relnotes/18.2.4.html
2018-11-01 11:07:16 -05:00
Periklis Tsirakidis
84db315fb3
libid3tag: patch CVE-2017-11550 and CVE-2017-11551
2018-11-01 13:17:01 +01:00
adisbladis
9fb6569cb8
Merge pull request #49542 from c0bw3b/sec/openjpeg
...
openjpeg: adding patch for CVE-2018-7648
2018-11-01 11:20:20 +00:00
Vaibhav Sagar
841a0bee5f
lightstep-tracer-cpp: 0.36 -> 0.8.1
2018-10-31 22:19:39 -04:00
Dmitry Kalinkin
19803a3b69
herwig: 7.1.4
...
thepeg: 2.1.4
2018-10-31 22:13:52 -04:00
Dmitry Kalinkin
b903be77c0
fastjet: 3.3.1 -> 3.3.2
2018-10-31 21:54:43 -04:00
Will Dietz
7b66d96910
webkitgtk: 2.22.2 -> 2.22.3
...
https://webkitgtk.org/2018/10/29/webkitgtk2.22.3-released.html
2018-10-31 20:08:48 -05:00
John Ericson
0da3cb5565
Merge pull request #49129 from obsidiansystems/linux-headers-cleanup
...
Linux headers: Cleanup
2018-10-31 18:45:26 -04:00
Christian S
e4c64ae930
openh264: 1.7.0 -> 1.8.0 ( #49544 )
...
encoder fixes, clang compilation error for ARM
2018-10-31 20:47:24 +01:00
Will Dietz
5ace270309
c-ares: 1.14.0 -> 1.15.0
...
https://c-ares.haxx.se/changelog.html#1_15_0
2018-10-31 14:33:53 -05:00
Tristan Helmich
e662e0b8d9
saxon-he: 9.8.0.6 -> 9.9.0.1 ( #49541 )
2018-10-31 19:53:46 +01:00
Frederik Rietdijk
8db4814e8e
Merge pull request #49476 from Synthetica9/cuda-update
...
cudatoolkit, cudnn: many updates
2018-10-31 19:26:41 +01:00
Timon Stampfli
3dc0838450
openjpeg: adding patch for CVE-2018-7648
2018-10-31 19:20:02 +01:00
Frederik Rietdijk
ab800ba9ed
Merge master into staging-next
2018-10-31 19:16:32 +01:00
Joachim F
e4bfc708e5
Merge pull request #49330 from sephalon/fstrcmp
...
fstrcmp: init at 0.7
2018-10-31 15:01:35 +00:00
Stefan Wiehler
beeaebad5e
fstrcmp: init at 0.7
2018-10-31 07:47:20 +01:00
Aaron Andersen
ea1024e101
openscenegraph: 3.6.2 -> 3.6.3
2018-10-30 22:49:39 -04:00
Will Dietz
950ff37115
nghttp2: grab upstream patch to hopefully fix darwin build error
2018-10-30 18:44:53 -05:00
Will Dietz
1b04d28df2
cairo: 1.15.14 -> 1.16.0
2018-10-30 18:41:29 -05:00
xeji
933874ef08
Merge pull request #49374 from loskutov/jemalloc51
...
jemalloc: 5.0.1 -> 5.1.0
2018-10-31 00:10:14 +01:00
Ignat Loskutov
1c7d246d81
drop the obsolete '--disable-thp' option
2018-10-31 01:44:55 +03:00
Frederik Rietdijk
1d196d99be
Merge staging-next into staging
2018-10-30 20:35:15 +01:00
Jan Tojnar
92fcce4641
Merge pull request #49468 from worldofpeace/bamf-fix
...
bamf: 0.5.3 -> 2018-02-07, fix build
2018-10-30 20:08:11 +01:00
Frederik Rietdijk
0e0d20fb5f
Merge master into staging-next
2018-10-30 19:55:48 +01:00
Patrick Hilhorst
4cfeb9da53
cudatoolkit, cudnn: many updates
...
cudatoolkit_9_1: 9.1.85.1 -> 9.1.85.3
cudatoolkit_9_2: init at 9.2.148.1
cudatoolkit_9: 9.1.85.1 -> 9.2.148.1
cudatoolkit_10, cudatoolkit_10_0: init at 10.0.130
cudnn_cudatoolkit_9_0: 7.0.5 -> 7.3.0
cudnn_cudatoolkit_9_1: init at 7.1.3
cudnn_cudatoolkit_9_2: init at 7.2.1
cudnn_cudatoolkit_9: 7.0.5 (9.1) -> 7.3.1 (9.2)
cudnn_cudatoolkit_10, cudnn_cudatoolkit_10_0: init at 7.3.1
2018-10-30 19:09:20 +01:00
Will Dietz
698197d38a
gmime3: 3.2.0 -> 3.2.1, enable tests, now uses libidn2 ( #49390 )
...
NEWS:
https://raw.githubusercontent.com/jstedfast/gmime/87405143bb870a6977b7170706a04d747341b425/NEWS
2018-10-30 16:54:54 +01:00
Eelco Dolstra
0385cb33c6
libeditline: Use multiple outputs
...
Also disable static build by default per Nixpkgs policy. (Really
static libraries should be moved to the 'dev' output, in which case it
wouldn't be a problem to enable them by default.)
2018-10-30 16:01:49 +01:00
worldofpeace
3358e256b1
bamf: 0.5.3 -> 2018-02-07, fix build
...
Technically this is 0.5.4 but it's unreleased
2018-10-30 10:58:24 -04:00
Lancelot SIX
f68cf486d8
Merge pull request #48664 from alyssais/postgres11
...
postgresql_11: init at 11.0
2018-10-30 15:54:42 +01:00
xeji
eece3dddad
Merge pull request #49394 from dtzWill/update/xapian-1.4.8
...
xapian: 1.4.7 -> 1.4.8, drop included patch
2018-10-30 15:37:12 +01:00
Alyssa Ross
c6c7d55790
postgresql*: use underscores in version numbers
2018-10-30 14:32:21 +00:00
Sarah Brofeldt
5c1c90a9ad
Merge pull request #49389 from colemickens/ffmpeg
...
ffmpeg: enable libdrm
2018-10-30 09:16:18 +01:00
Vladimír Čunát
f1c3b4fc93
Merge #48733 : mesa: 18.2.2 -> 18.2.3
2018-10-29 23:40:41 +01:00
Frederik Rietdijk
e6c0b6ff6f
Merge pull request #49070 from r-ryantm/auto-update/python3.6-dlib
...
python36Packages.dlib: 19.13 -> 19.16
2018-10-29 19:27:07 +01:00
timor
79f148c2e0
libmtp: 1.1.15 -> 1.1.16
...
This fixes the problem of connecting android phones via MTP in kde/dolphin.
Original Bug description: https://bugs.kde.org/show_bug.cgi?id=387454
2018-10-29 18:28:51 +01:00
Jörg Thalheim
1098abf4af
Merge pull request #49305 from markuskowa/up-speex
...
speex: 1.2rc2 -> 1.2.0
2018-10-29 16:03:54 +00:00
Will Dietz
fdf626944c
xapian: 1.4.7 -> 1.4.8, drop included patch
2018-10-29 08:04:04 -05:00
Cole Mickens
b79dc80b2f
ffmpeg: enable libdrm
2018-10-29 05:24:19 -07:00
Daiderd Jordan
d80f2dba6f
Merge pull request #49079 from alyssais/bb
...
bb: add Darwin compatibility
2018-10-29 11:08:14 +00:00
Jörg Thalheim
14721b2adc
Merge pull request #49265 from markuskowa/licenses-25
...
Add licenses
2018-10-29 00:06:41 +00:00
Ignat Loskutov
e7f2ce9102
jemalloc: 5.0.1 -> 5.1.0
2018-10-29 02:59:11 +03:00
Michael Weiss
8ea2f0d1a0
Merge pull request #49078 from colemickens/pr-wlroots
...
wlroots.examples: prefix example binaries
2018-10-28 21:13:23 +01:00
Vladyslav M
0ab9e5c9fe
Merge pull request #49306 from periklis/update-uriparser
...
uriparser: 0.8.6 -> 0.9.0
2018-10-28 18:28:31 +02:00
Jörg Thalheim
426d35d0cd
Merge pull request #49329 from sephalon/fmt
...
fmt: minor refactor
2018-10-28 15:56:46 +00:00
Renaud
de8f3b422a
Merge pull request #47953 from lopsided98/openssl-arm
...
openssl: don't autodetect platform on armv6/7l
2018-10-28 14:08:02 +01:00
Stefan Wiehler
b23d92f8f2
fmt: minor refactor
...
Add separate build outputs, enable parallel building, fix platforms,
adapt to styleguide.
2018-10-28 14:04:15 +01:00
Periklis Tsirakidis
9ac64e5bb6
gtest: Use native cmake/ninja builder
...
Clean up the expression and add pkgconfig support
2018-10-28 11:25:13 +01:00
Will Dietz
0b4237e9e0
libgcrypt: 1.8.3 -> 1.8.4, drop included patch \o/
2018-10-28 10:44:24 +01:00
Shea Levy
9b111955ec
nix-plugins: 5.0.0 -> 6.0.0
2018-10-28 00:25:39 -04:00
R. RyanTM
6e664678a4
libqmatrixclient: 0.3.0.2 -> 0.4.0 ( #49281 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libqmatrixclient/versions
2018-10-27 20:13:39 -04:00
R. RyanTM
7362394cef
libdrm: 2.4.94 -> 2.4.96 ( #49292 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdrm/versions
2018-10-27 20:12:38 -04:00
R. RyanTM
d888c03784
libressl_2_8: 2.8.1 -> 2.8.2 ( #49293 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libressl/versions
2018-10-27 20:11:48 -04:00
Markus Kowalewski
f59a790458
xine-lib: add licenses
2018-10-28 00:26:12 +02:00
Markus Kowalewski
9aa4a78b96
xbase: add license
2018-10-28 00:26:12 +02:00
Markus Kowalewski
d513d6115f
tidyp: add license
2018-10-28 00:26:11 +02:00
Markus Kowalewski
154d5d993b
telepathy-glib: add licenses
2018-10-28 00:26:11 +02:00
Markus Kowalewski
500ea2661f
telepathy-farstream: add meta data
2018-10-28 00:26:11 +02:00
Markus Kowalewski
0a2ebb03f4
tclap: add license
2018-10-28 00:26:11 +02:00
Markus Kowalewski
ab6cf6c57d
taglib: add licenses
2018-10-28 00:26:11 +02:00
Markus Kowalewski
873b4ed626
taglib-sharp: add license + homepage
2018-10-28 00:26:06 +02:00
Linus Heckemann
8433a1a2c9
Merge pull request #49291 from cleverca22/split-output-upnp
...
libupnp: enable split outputs
2018-10-27 23:23:42 +02:00
Periklis Tsirakidis
2783ca5de4
uriparser: 0.8.6 -> 0.9.0
2018-10-27 22:44:03 +02:00
Michael Bishop
112758e39d
libupnp: enable split outputs
2018-10-27 14:08:28 -03:00
R. RyanTM
92e1cf23e6
rdkafka: 0.11.5 -> 0.11.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rdkafka/versions
2018-10-27 10:06:35 -07:00
Tuomas Tynkkynen
067d1cf330
Merge remote-tracking branch 'upstream/master' into staging
...
Conflicts:
pkgs/applications/science/math/sage/sage-src.nix
2018-10-27 19:58:03 +03:00
R. RyanTM
1f9f807549
libsolv: 0.6.35 -> 0.7.0 ( #49259 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libsolv/versions
2018-10-27 11:54:34 -04:00
R. RyanTM
154d026917
libupnp: 1.8.3 -> 1.8.4 ( #49268 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libupnp/versions
2018-10-27 11:53:16 -04:00
R. RyanTM
7eedac5fc5
libcouchbase: 2.9.5 -> 2.10.0 ( #49271 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libcouchbase/versions
2018-10-27 11:53:00 -04:00
R. RyanTM
1d5b938eb5
matio: 1.5.12 -> 1.5.13 ( #49263 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/matio/versions
2018-10-27 11:52:30 -04:00
Markus Kowalewski
0f2d7e51f1
taglib-extras: add license + description
2018-10-27 16:10:03 +02:00
Markus Kowalewski
6ab64b3db8
t1lib: add meta data
2018-10-27 16:10:03 +02:00
Markus Kowalewski
f32543dbbc
sofia-sip: add meta data
2018-10-27 16:10:03 +02:00
Markus Kowalewski
070891ce43
graphite2: add license
2018-10-27 16:10:03 +02:00
Markus Kowalewski
a515ac69ae
readline-5: add license
2018-10-27 16:10:03 +02:00
Markus Kowalewski
b3a1eb18d3
qtscriptgenerator: add license
2018-10-27 16:10:03 +02:00
Markus Kowalewski
e91b5eead6
qt-mobility: add license
2018-10-27 16:10:03 +02:00
Markus Kowalewski
b8fd2f234c
qt-3: add licenses
2018-10-27 16:10:03 +02:00
Markus Kowalewski
ef5a7d4eb3
qrupdate: add meta data
2018-10-27 16:09:59 +02:00
Markus Kowalewski
4dc8e779f6
qoauth: add licenes
2018-10-27 15:57:12 +02:00
Markus Kowalewski
363c9930d7
qjson: add meta data
2018-10-27 15:57:09 +02:00
R. RyanTM
4b69581737
libversion: 2.6.0 -> 2.7.0 ( #49244 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libversion/versions
2018-10-27 09:24:37 -04:00
R. RyanTM
9f0381d497
sfml: 2.5.0 -> 2.5.1 ( #48907 )
...
* sfml: 2.5.0 -> 2.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sfml/versions
* sfml: cmake is only needed at build time
Moved cmake from buildInputs to nativeBuildInputs
* sfml: use fetchzip instead of fetchurl
Don't use fetchurl for changing GitHub archive tarballs
2018-10-27 14:11:57 +02:00
Timo Kaufmann
7970a5a475
Merge pull request #49225 from timokau/arb-2.15.1
...
arb: 2.14.0 -> 2.15.1
2018-10-27 12:36:51 +02:00
Daiderd Jordan
450d33fc5b
Merge pull request #49081 from LnL7/darwin-wxmac
...
wxmac: 3.0.2 -> 3.0.4 (darwin)
2018-10-27 10:27:13 +01:00
Timo Kaufmann
fbea2cd77a
arb: 2.14.0 -> 2.15.1
2018-10-27 11:27:03 +02:00
Frederik Rietdijk
a64058e205
Merge master into staging-next
2018-10-27 09:04:53 +02:00
adisbladis
53cee1c1df
Merge pull request #49213 from r-ryantm/auto-update/nanomsg
...
nanomsg: 1.1.4 -> 1.1.5
2018-10-27 07:52:59 +01:00
R. RyanTM
de5d8a1e70
nanomsg: 1.1.4 -> 1.1.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nanomsg/versions
2018-10-26 22:20:27 -07:00
Markus Kowalewski
3cc0830d17
speex: 1.2rc2 -> 1.2.0
2018-10-27 01:41:13 +02:00
Markus Kowalewski
41a579aa68
scalapack: switch to openblas + add test
...
* change from blas,lapack to openblas
* add check phase
* enable parallel building
* fix license
2018-10-27 01:06:07 +02:00
Silvan Mosberger
6e621a0fea
Merge pull request #48467 from raphbacher/fixszip_pr
...
szip: fix url (previous ftp is now private)
2018-10-26 23:48:00 +02:00
Jan Tojnar
df9290f2fb
Merge pull request #49183 from jtojnar/gusb
...
gusb: 0.2.11 → 0.3.0
2018-10-26 22:54:04 +02:00
Jan Tojnar
6b5571b9e8
gusb: 0.2.11 → 0.3.0
2018-10-26 22:16:43 +02:00
Jan Tojnar
eadd086834
hwdata: 0.314 → 0.316
2018-10-26 21:22:25 +02:00
Jan Tojnar
82218835c5
Merge pull request #43133 from worldofpeace/gsignond
...
gsignond: init at 1.0.7
2018-10-26 19:29:56 +02:00
Andreas Rammhold
c994f40de8
taglib: fix CVE-2018-11439
2018-10-26 12:17:58 +02:00
Daiderd Jordan
7081b5e1ae
linux-headers: Clean up with mass rebuild
2018-10-25 21:45:04 -04:00
Markus Kowalewski
1f46779eda
ptlib: add licenses
2018-10-25 23:10:21 +02:00
Markus Kowalewski
5383753beb
prison: add license
2018-10-25 23:10:21 +02:00
Markus Kowalewski
f1fe677ab2
popt: add license
2018-10-25 23:10:20 +02:00
Markus Kowalewski
6ff2c83d9f
polkit-qt-1: add license
2018-10-25 23:10:20 +02:00
Markus Kowalewski
91eea7482d
podofo: add licenses
2018-10-25 23:10:20 +02:00
Markus Kowalewski
78b12734ee
phonon-backend-vlc: add license
2018-10-25 23:10:20 +02:00
Markus Kowalewski
0badfc2b6e
phonon-backend-gstreamer: add license
2018-10-25 23:10:20 +02:00
Markus Kowalewski
d00487cad5
pangoxsl: add meta data
2018-10-25 23:10:20 +02:00
Markus Kowalewski
598ed197db
openssl-chacha: add license
2018-10-25 23:10:00 +02:00
Markus Kowalewski
165f090e10
openpam: add license
2018-10-25 22:56:23 +02:00
Markus Kowalewski
2d4b7f26e1
opendbx: add meta data
2018-10-25 22:56:23 +02:00
Markus Kowalewski
4afe65f253
opencsg: add license
2018-10-25 22:56:23 +02:00
Markus Kowalewski
8ff5a85c45
opencascade: add license
2018-10-25 22:56:22 +02:00
Markus Kowalewski
d9e6d6ac33
opal: add licenes
2018-10-25 22:56:22 +02:00
Markus Kowalewski
8e7f191c27
ode: add licenes
2018-10-25 22:56:22 +02:00
Markus Kowalewski
b21b369c6d
ntrack: add license
2018-10-25 22:56:22 +02:00
Markus Kowalewski
395931cefe
nspr: add license
2018-10-25 22:56:22 +02:00
Markus Kowalewski
e999d40cef
notify-sharp: add license
2018-10-25 22:56:22 +02:00
Markus Kowalewski
46a495ac75
netcdf: add url to license
2018-10-25 22:56:22 +02:00
Markus Kowalewski
19d1cafb9e
neon: add license
2018-10-25 22:56:22 +02:00
Orivej Desh
62ce2bb42a
eccodes: build with openjpeg
...
It did not look for openjpeg-2.3 and was built without openjpeg support.
2018-10-25 17:59:13 +00:00
Orivej Desh
d09961c22b
openjpeg_2: rename from openjpeg_2_1 at 2.3.0
2018-10-25 17:46:48 +00:00
Will Dietz
bdd3c909ae
Merge pull request #49002 from dtzWill/update/libinput-1.12.2
...
libinput: 1.12.1 -> 1.12.2
2018-10-25 10:11:39 -05:00
Andreas Rammhold
d17ab805fd
Merge pull request #48862 from andir/firefox
...
firefox{,bin}: 62.0.3 -> 63.0 & nss: 3.38-> 3.39
2018-10-25 07:29:07 +02:00
Mateusz Kowalczyk
02fb26136c
or-tools: new package (v6.9.1)
2018-10-25 14:15:13 +09:00
Daiderd Jordan
fcbaa7527d
wxmac: 3.0.2 -> 3.0.4
2018-10-25 00:15:54 +01:00
Alyssa Ross
4807e04283
libmikmod: remove duplicate libpulseaudio dep
...
This is already included as a propagatedBuildInput, so no need to have
it also be a buildInput.
2018-10-24 23:32:23 +01:00
Cole Mickens
0f144e4195
wlroots.examples: prefix example binaries
2018-10-24 14:40:31 -07:00
worldofpeace
923e2af1d4
libsignon-glib: init at 2.0
2018-10-24 14:45:43 -04:00
R. RyanTM
c41603ab1b
python36Packages.dlib: 19.13 -> 19.16
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-dlib/versions
2018-10-24 11:32:46 -07:00
Renaud
9b2059f077
Merge pull request #48843 from JohnAZoidberg/rng-tools-6.6
...
rng-tools: 5 -> 6.6, jitterentropy: init at 2.1.2
2018-10-24 20:11:10 +02:00
volth
716cfab34e
Merge master into staging-next
2018-10-24 17:37:47 +00:00
Timo Kaufmann
4769c7cd76
Merge pull request #49008 from timokau/ntl-11.3.1
...
ntl: 11.3.0 -> 11.3.1
2018-10-24 17:10:04 +02:00
John Ericson
7d96d15020
Merge pull request #46534 from obsidiansystems/darwin-to-linux-cross
...
misc pkgs: Darwin -> Linux cross compilation
2018-10-24 10:35:52 -04:00
R. RyanTM
8f57e7f711
sundials: 3.2.0 -> 3.2.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sundials/versions
2018-10-24 15:23:44 +02:00
Timo Kaufmann
b5207ec0ad
ntl: 11.3.0 -> 11.3.1
...
"Fixed a bug that effected image, kernel, and gauss routines for
Mat<zz_p>. These routines did not behave correctly when the input matrix
was zero. Also improved the mat_lzz_pTest program."
2018-10-24 15:10:23 +02:00
Will Dietz
f7b3f43f81
mesa: 18.2.2 -> 18.2.3
...
https://lists.freedesktop.org/archives/mesa-dev/2018-October/207343.html
Optimistically drop disk cache patch, changelog mentions related
changes to cache behavior.
Not sure if those changes address our problem
(can we count on build-id?) so someone more familiar with
this should probably take a look before merging :).
2018-10-24 08:08:49 -05:00
John Ericson
bbd12f5583
Merge remote-tracking branch 'upstream/master' into darwin-to-linux-cross
2018-10-24 08:20:53 -04:00
Will Dietz
2e2bfc0355
libinput: 1.12.1 -> 1.12.2
...
https://lists.freedesktop.org/archives/wayland-devel/2018-October/039553.html
2018-10-24 07:17:27 -05:00
Daiderd Jordan
0df3d8d6c4
wxmac: include cf-private
...
Fixes build failure because CoreFoundation doesn't include
CFURLGetFSRef anymore.
clang++ -mmacosx-version-min=10.7 -c -o basedll_filefn.o -D__WXOSX_COCOA__ -DWXBUILDING -I./src/regex -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -dynamic -fPIC -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64 -I/private/tmp/nix-build-wxmac-3.0.2.drv-0/wxWidgets-3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I./include -O2 -fno-strict-aliasing -fno-common ./src/common/filefn.cpp
./src/common/filefn.cpp:849:18: error: use of undeclared identifier 'CFURLCreateFromFSRef'
fullURLRef = CFURLCreateFromFSRef(NULL, fsRef);
^
./src/common/filefn.cpp:875:14: error: use of undeclared identifier 'CFURLGetFSRef'
if ( CFURLGetFSRef(url, fsRef) == false )
2018-10-24 12:07:50 +02:00
Dmitry Kalinkin
c88e09d46f
arrow-cpp: fix for zstd 1.3.6+ ( #48928 )
2018-10-24 10:50:01 +02:00
xeji
53715963be
Merge pull request #48909 from markuskowa/licenses-23
...
Add licenses
2018-10-24 10:35:59 +02:00
Renaud
6d746f7d4a
Merge pull request #48553 from r-ryantm/auto-update/aws-sdk-cpp
...
aws-sdk-cpp: 1.5.17 -> 1.6.20
2018-10-24 08:08:40 +02:00
Daiderd Jordan
ab6bbdd5cd
linux-headers: Fix Darwin cross build
...
Carefully fake cc-version and cc-fullversion to avoid needing a compiler
for the kernel itself to build the headers.
For some reason, doing `make install_headers` twice, first without
INSTALL_HDR_PATH=$out then with, is neccessary to get this to work.
2018-10-23 23:20:42 -04:00
Mateusz Kowalczyk
b41f8936b9
QuadProgpp: Add new package.
...
Necessary for #48895 .
2018-10-24 09:19:26 +09:00
Daniel Schaefer
8ada6f6c46
jitterentropy: init at 2.1.2
2018-10-23 23:36:57 +02:00
Christian Ulrich
516681c872
libgnurl: 7.54.1 -> 7.61.1. ( #48792 )
...
* libgnurl: 7.54.1 -> 7.61.1.
- fetch url updated (the mirror on gnunet.org seems no longer
maintained).
- most configure flags are not needed anymore since version 7.56.1 as
announced in the README
- flags -- without-ca-bundle and --with-ca-fallback are needed for
finding the CA certificates
- dependencies updated (copied from the guix package)
- license corrected
* libgnurl: fix idn support; use mirror url; add http2 support
2018-10-23 22:33:17 +02:00
markuskowa
a50d574986
Merge pull request #48908 from danieldk/eigen-3.3.5
...
eigen3_3: 3.3.4 -> 3.3.5
2018-10-23 21:31:58 +02:00
Markus Kowalewski
3371821d74
mythes: add license
2018-10-23 20:13:36 +02:00
Daniël de Kok
36cfb4790d
eigen3_3: 3.3.4 -> 3.3.5
...
Changes: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.5
2018-10-23 20:12:46 +02:00
Markus Kowalewski
4b3349b693
msilbc: add license + description
2018-10-23 20:04:29 +02:00
Markus Kowalewski
e180966f6b
mono-zeroconf: add license
2018-10-23 20:01:58 +02:00
Markus Kowalewski
c97276af59
mono-addins: add license
2018-10-23 20:00:36 +02:00
Markus Kowalewski
a46d0efd03
mdds: add license
2018-10-23 19:58:06 +02:00
Markus Kowalewski
81342af39d
martyr: add license
2018-10-23 19:55:59 +02:00
Markus Kowalewski
77b7a63af4
loudmouth: add license
2018-10-23 19:54:07 +02:00
Markus Kowalewski
3d88699174
log4shib: add license + homepage
2018-10-23 19:52:33 +02:00
Markus Kowalewski
970a1ce522
libwpg: add licenses
2018-10-23 19:50:50 +02:00
Markus Kowalewski
81029a99ee
libwpd: add meta data
2018-10-23 19:45:54 +02:00
Markus Kowalewski
abd029abe7
libwmf: add license
2018-10-23 19:45:41 +02:00
Markus Kowalewski
6f854a2085
libsigc++: add license
2018-10-23 19:40:08 +02:00
Markus Kowalewski
0d0b4a8988
libuv: add licenses
2018-10-23 19:37:33 +02:00
Markus Kowalewski
43011b7b43
lib[ibverbs,rdmacm]: remove in favour of rdma-core
...
libibverbs and librdmacm are outdated and have
been replaced by the package rdma-core
2018-10-23 18:44:37 +02:00
Rob Vermaas
13649b9eee
opentracing-cpp: fix version in derivation
...
(cherry picked from commit df29219f5118dd1ae1d02108aeea4484e20d67e8)
2018-10-23 18:15:25 +02:00
Rob Vermaas
a286d29399
opentracing-cpp: add meta
...
(cherry picked from commit 0b695b6682a5e8d391a5dcf81329ddec527c0eb5)
2018-10-23 18:04:06 +02:00
Rob Vermaas
87de9f7e89
opentracing-cpp: init 1.5.0
...
(cherry picked from commit f49df04c02d083395957fc85e12d231bb536e451)
2018-10-23 18:04:01 +02:00
Patrick Hilhorst
886131c243
wlroots: remove broken tag
...
See: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-432032834
2018-10-23 12:26:30 +02:00
Michael Raskin
fd9b525d88
Merge pull request #48808 from danieldk/openalSoft-1.19.1
...
openal: 1.19.0 -> 1.19.1
2018-10-23 08:54:31 +00:00
Joachim F
3fb7ce300d
Merge pull request #48855 from r-ryantm/auto-update/zimg
...
zimg: 2.7.5 -> 2.8
2018-10-23 08:41:38 +00:00
Michael Raskin
acb7d85993
lrs: init at 7.0
2018-10-23 11:41:29 +03:00
Andreas Rammhold
8a9b6bc607
nss: 3.38 -> 3.39
2018-10-23 10:15:44 +02:00
R. RyanTM
12e6483d07
zimg: 2.7.5 -> 2.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zimg/versions
2018-10-22 23:16:56 -07:00
Michael Weiss
f4615bef06
wlroots: 2018-03-16 -> 0.1
...
Keep "meta.broken = true" but update the package to keep track of
upstream changes and prepare the "reintegration" into nixpkgs.
2018-10-22 22:58:44 +02:00
R. RyanTM
7615027fad
libowfat: 0.31 -> 0.32 ( #48414 )
...
* libowfat: 0.31 -> 0.32
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libowfat/versions
* libowfat: keep headers under include directory
0.32 wanted to move them under include/libowfat/
but it breaks gatling and opentracker
2018-10-22 22:43:11 +02:00
Jörg Thalheim
0a9bfd69ec
Merge pull request #48818 from jokogr/u/lxd-3.0.2
...
lxd: 3.0.0 -> 3.0.2
2018-10-22 21:07:52 +01:00
Michael Weiss
01fcaf8d29
libmd: 1.0.0 -> 1.0.1
2018-10-22 18:08:24 +02:00
Ioannis Koutras
891277e6a9
dqlite: initialize at 0.2.4
2018-10-22 13:07:15 +03:00
Daniël de Kok
57430a1ae5
openal: 1.19.0 -> 1.19.1
...
Changes: https://github.com/kcat/openal-soft/blob/master/ChangeLog
Also fetch from kcat's openal-soft official GitHub repository, since
upstream's website http://kcat.strangesoft.net/openal.html is down.
2018-10-22 07:42:59 +02:00
Renaud
f94947f311
Merge pull request #48338 from unode/libaosd
...
libaosd: init at 0.2.7-9-g177589f
2018-10-21 22:03:23 +02:00
Renato Alves
232b2d7bc0
libaosd: init at 0.2.7-9-g177589f
2018-10-21 21:43:54 +02:00
Renaud
0cc07aeee6
Merge pull request #48172 from jluttine/cholmod-extra-1.2.0
...
cholmod-extra: init at 1.2.0
2018-10-21 17:28:30 +02:00
Renaud
73f796aa62
Merge pull request #46299 from r-ryantm/auto-update/capnproto
...
capnproto: 0.6.1 -> 0.7.0
2018-10-21 16:43:37 +02:00
R. RyanTM
e5a9537e08
freetds: 1.00.94 -> 1.00.104
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freetds/versions
2018-10-21 08:45:43 +02:00
R. RyanTM
5fc8aca96d
boehmgc: 7.6.8 -> 8.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/boehm-gc/versions
2018-10-21 08:44:42 +02:00
Linus Heckemann
d6f54b0dea
libssh: 0.7.6 -> 0.8.4
...
Note that this is unrelated to the security vulnerability in earlier
versions, which is already fixed in 0.7.6.
2018-10-21 08:42:03 +02:00
Will Dietz
8fbfa6f4ef
nghttp2: 1.32.0 -> 1.34.0
2018-10-21 08:41:40 +02:00
Will Dietz
55fff70a98
harfbuzz: 1.9.0 -> 2.0.0
...
https://github.com/harfbuzz/harfbuzz/releases/tag/2.0.0
2018-10-21 08:40:41 +02:00
Frederik Rietdijk
b737416019
Merge master into staging
2018-10-21 08:38:08 +02:00
Frederik Rietdijk
86c7662be0
Merge staging-next into master
2018-10-21 08:37:30 +02:00
Timo Kaufmann
38c71c1163
Merge pull request #48394 from r-ryantm/auto-update/libvirt-glib
...
libvirt-glib: 1.0.0 -> 2.0.0
2018-10-20 23:26:54 +02:00
Timo Kaufmann
2b5a353535
Merge pull request #46991 from r-ryantm/auto-update/openal-soft
...
openal: 1.18.2 -> 1.19.0
2018-10-20 23:09:51 +02:00
Stewart Mackenzie
d0b9f95ac8
ndn-cxx: fixed broken build and updated to latest release ( #48706 )
2018-10-20 21:16:26 +02:00
Thomas Tuegel
2285503d54
Merge pull request #48555 from bkchr/kde_frameworks_5_51
...
kde-frameworks: 5.50 -> 5.51
2018-10-20 11:43:05 -05:00
Renaud
80906eb858
Merge pull request #48522 from r-ryantm/auto-update/flatpak
...
flatpak: 1.0.2 -> 1.0.4
2018-10-20 17:21:49 +02:00
Renaud
0b97a9c475
Merge pull request #48386 from r-ryantm/auto-update/opencollada
...
opencollada: 1.6.63 -> 1.6.65
2018-10-20 16:23:03 +02:00
R. RyanTM
2be930cc4a
flatbuffers: 1.8.0 -> 1.10.0 ( #48521 )
...
* flatbuffers: 1.8.0 -> 1.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatbuffers/versions
* flatbuffers: fix build on Darwin and enable checks
Bazel BUILD file is conflicting with build directory on case-insensitive FS
+ checkPhase now runs "make test"
2018-10-20 15:33:09 +02:00
Thomas Tuegel
43130899ab
Merge pull request #48700 from alyssais/qtwebkit-darwin
...
qt59.qtwebkit: fix build on Darwin
2018-10-20 08:27:49 -05:00
Thomas Tuegel
2e4397f631
Merge pull request #35213 from jluttine/suitesparse-5.1.2
...
suitesparse: 4.4.4 -> 5.3.0
2018-10-20 08:07:27 -05:00
Daniël de Kok
35349b17cf
libtensorflow: add pkgconfig file
...
Some software that depends on libtensorflow (e.g. the Tensorflow Rust
bindings) expect tensorflow.pc to be available. This change adds a
pkgconfig file.
2018-10-20 09:49:53 +02:00
Frederik Rietdijk
4eadb33045
Merge staging-next into staging
2018-10-20 09:47:28 +02:00
Frederik Rietdijk
ca6ee8f519
Merge master into staging-next
2018-10-20 09:40:09 +02:00
Amar1729
d87a5c8722
argp-standalone: init at 1.3
2018-10-20 02:38:46 -04:00
Thomas Tuegel
daa0cd73f3
Merge pull request #48724 from bhipple/u/libdbusmenu-qt
...
libdbusmenu-qt: 0.9.3+14 -> 0.9.3+16
2018-10-19 19:25:40 -05:00
Michael Weiss
02b5f4ff79
Merge pull request #46304 from teto/gpgme_python3
...
python3Packages.gpgme: enable python3 support
2018-10-19 22:17:19 +02:00
Benjamin Hipple
9e056a9629
libdbusmenu-qt: 0.9.3+14 -> 0.9.3+16
...
The upgraded version has memory leak fixes and test case fixes for qt5.
This also swaps to git due to difficulties in fetching src with `bzr` without
'not a branch' errors.
2018-10-19 20:15:11 +00:00
markuskowa
382cd5463d
Merge pull request #48349 from r-ryantm/auto-update/wcslib
...
wcslib: 5.19.1 -> 5.20
2018-10-19 20:19:11 +02:00
worldofpeace
518e7eb8c2
gsignondPlugins.mail: init at 2018-10-04
2018-10-19 06:29:04 -04:00
worldofpeace
95210447ee
gsignondPlugins.lastfm: init at 2018-05-07
2018-10-19 06:29:04 -04:00
worldofpeace
0bcd20e3d8
gsignondPlugins.oauth: init at 2018-10-04
2018-10-19 06:29:04 -04:00
worldofpeace
3522d66f5a
gsignondPlugins.sasl: init at 2017-11-11
2018-10-19 06:29:03 -04:00
worldofpeace
1917c7de87
gsignond: init at 2018-10-04
2018-10-19 06:29:03 -04:00
Jörg Thalheim
9910cf6db4
Merge pull request #48671 from dtzWill/update/imlib2-1.5.1
...
imlib2: 1.5.0 -> 1.5.1
2018-10-19 10:42:43 +01:00
Alyssa Ross
1c70685fdb
qt59.qtwebkit: fix build on Darwin
...
Why is qtmultimedia only needed on Darwin? Why does it only fix 5.9, not
5.11? These things I do not know. What I do know is that, for some
reason, this makes qt59.qtwebkit build on Darwin.
I think the reason it hasn't also fixed 5.11 might be something to do
with the version of qtmultimedia, but I don't know enough about Qt or
cmake to figure it out. The error when trying to build qt511.qtwebkit
(with or without these changes) is:
CMake Error at Source/cmake/OptionsQt.cmake:739 (find_package):
Could not find a package configuration file provided by "Qt5Multimedia"
(requested version 5.2.0) with any of the following names:
Qt5MultimediaConfig.cmake
qt5multimedia-config.cmake
Add the installation prefix of "Qt5Multimedia" to CMAKE_PREFIX_PATH or set
"Qt5Multimedia_DIR" to a directory containing one of the above files. If
"Qt5Multimedia" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
Source/cmake/WebKitCommon.cmake:50 (include)
CMakeLists.txt:137 (include)
-- Configuring incomplete, errors occurred!
See also "/tmp/nix-build-qtwebkit-5.212-alpha-01-26-2018.drv-0/source/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/nix-build-qtwebkit-5.212-alpha-01-26-2018.drv-0/source/build/CMakeFiles/CMakeError.log".
2018-10-19 10:36:48 +01:00
Jörg Thalheim
24c0d126d7
Merge pull request #48381 from lschuermann/libwacom-update
...
libwacom: 0.29 -> 0.31
2018-10-19 09:36:44 +01:00
Matthieu Coudron
3902b3f4e7
python3Packages.gpgme: enable python3 version
...
when calling python3Packages.gpgme, it was still picking python2.
Changed withPython into pythonSupport since it's the convention.
I had to enable ncurses too because of this error when configuring:
configure:19978: checking python extra libraries
configure:19985: result: -lpthread -ldl -lcrypt -lncurses -lutil -lm
configure:19992: checking python extra linking flags
configure:19999: result: -Xlinker -export-dynamic
configure:20006: checking consistency of all components of python development environment
configure:20032: gcc -o conftest -g -O2 -I/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/include/python3.6m conftest.c -L/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/lib -lpython3.6m -Xlinker -export-dynamic -lpthread -ldl -lcrypt -lncurses -lutil -lm >&5
/nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
configure:20032: $? = 1
2018-10-19 14:20:08 +09:00
Will Dietz
889a654a88
Merge pull request #48685 from dtzWill/update/range-v3
...
range-v3: 0.3.7 -> 0.4.0
2018-10-18 21:59:10 -05:00
xeji
856243e346
Merge pull request #48680 from markuskowa/licenses-22
...
Add licenses
2018-10-18 23:40:02 +02:00
Will Dietz
168ccb3b05
range-v3: 0.3.7 -> 0.4.0
...
https://github.com/ericniebler/range-v3/releases/tag/0.4.0
2018-10-18 16:14:53 -05:00
Jan Tojnar
0a898e5980
Merge pull request #48600 from lopsided98/gstreamer-update
...
gstreamer: 1.14.2 -> 1.14.4
2018-10-18 22:54:30 +02:00
Markus Kowalewski
96b77d8d4d
libite: fix license
2018-10-18 22:36:22 +02:00
Markus Kowalewski
4e6d2f8ec9
libgnome-keyring: fix license
2018-10-18 22:36:22 +02:00
Markus Kowalewski
3bd7ada099
libdbusmenu-qt: fix license
2018-10-18 22:36:22 +02:00
Markus Kowalewski
0d12ce52e4
redland: add license + description
2018-10-18 22:36:22 +02:00
Markus Kowalewski
a504cfa190
libpcap: add license
2018-10-18 22:36:21 +02:00
Markus Kowalewski
4009fa08d1
liboggz: add license
2018-10-18 22:36:21 +02:00
Markus Kowalewski
4d291d5a77
libofa: add license
2018-10-18 22:36:21 +02:00
Markus Kowalewski
4520ced68f
liboauth: add license
2018-10-18 22:36:21 +02:00
Markus Kowalewski
cee94fd5f2
libnova: add license
2018-10-18 22:36:20 +02:00
Markus Kowalewski
4877761ab8
libnotify: add license
2018-10-18 22:36:20 +02:00
Markus Kowalewski
e7411d6eb5
libnice: add licenses
2018-10-18 22:36:20 +02:00
Markus Kowalewski
4e6d420d91
libnetfilter_queue: add license
2018-10-18 22:36:19 +02:00
Markus Kowalewski
2ebc15f208
libnatspec: add license
2018-10-18 22:36:19 +02:00
Markus Kowalewski
2f28a5bccb
libmusicbrainz: add license
2018-10-18 22:36:19 +02:00
Markus Kowalewski
07b14d21ec
libmtp: add license
2018-10-18 22:36:19 +02:00
Markus Kowalewski
21a518cd35
libmp3splt: add license
2018-10-18 22:36:18 +02:00
Markus Kowalewski
b8253570a1
libmms: add license + description
2018-10-18 22:36:18 +02:00
Markus Kowalewski
f5b9a9455f
libmilter: add license
2018-10-18 22:36:18 +02:00
Markus Kowalewski
b1800e3c18
liblqr: add licenses
2018-10-18 22:36:18 +02:00
Markus Kowalewski
beabd0bb65
liblastfm-SF: add licenses
2018-10-18 22:36:18 +02:00
Markus Kowalewski
014c5c4b67
liblastfm: add license
2018-10-18 22:36:17 +02:00
Markus Kowalewski
53194bf4f2
libkate: add license
2018-10-18 22:36:17 +02:00
Markus Kowalewski
804e86c004
libjson: add license + refactor longDescription
2018-10-18 22:35:56 +02:00
John Ericson
d97e5e1115
Merge pull request #48602 from matthewbauer/cmake-cross
...
Set CMAKE_SYSTEM_* for cross compiling
2018-10-18 15:47:04 -04:00
Jan Tojnar
dc1963594e
gst_all_1.gst-plugins-bad: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-10-18 13:49:39 -04:00
Jan Tojnar
3a0e193520
gst_all_1.gst-plugins-base: add python3 for install script
...
Meson no longer propagates it so we need to re-add it.
2018-10-18 13:49:39 -04:00
Will Dietz
13be3ef7f5
imlib2: 1.5.0 -> 1.5.1
...
https://sourceforge.net/p/enlightenment/mailman/message/36265281/
2018-10-18 11:15:52 -05:00
Frederik Rietdijk
8d8dc1fa34
Merge master into staging
2018-10-18 11:43:54 +02:00
Frederik Rietdijk
821a3beb10
Merge pull request #48306 from NixOS/staging-next
...
Merge staging-next into master
2018-10-18 11:23:04 +02:00
Markus Kowalewski
1d902ca5a2
libite: add licenses
2018-10-17 21:33:14 +02:00
Markus Kowalewski
ed09cdd0f6
libiodbc: add license
2018-10-17 21:33:13 +02:00
Markus Kowalewski
592e998cd7
libicns: add licenses
2018-10-17 21:33:13 +02:00
Markus Kowalewski
3e85c53ca6
libgnurl: add licenses
2018-10-17 21:33:13 +02:00
Markus Kowalewski
06cb58fba7
libgnome-keyring: add license
2018-10-17 21:33:09 +02:00
Markus Kowalewski
2887798de5
libgdiplus: add license + meta data
2018-10-17 21:21:24 +02:00
Markus Kowalewski
f54413553b
libexttextcat: add license
2018-10-17 21:21:24 +02:00
Markus Kowalewski
a36e9b2047
libdbusmenu-qt: add license
2018-10-17 21:21:24 +02:00
Markus Kowalewski
8ddce99ab9
libbap: add license
2018-10-17 21:21:24 +02:00
Markus Kowalewski
bbcfb99e8d
libaom: add license
2018-10-17 21:21:18 +02:00
Matthew Bauer
e3de8a9232
boost: use correct c compiler for bootstrapping
...
we need a c compiler that runs on the build machine for boost to work
2018-10-17 14:10:49 -05:00
Markus Kowalewski
a0a4756ed3
libaccounts-glib: add license + description
2018-10-17 21:10:32 +02:00
Markus Kowalewski
c8709769dc
lesstif: add license, description, and homepage
2018-10-17 21:09:47 +02:00
Markus Kowalewski
15c5f9b1f0
libHX: add licenses
2018-10-17 21:09:42 +02:00
Matthew Bauer
a7c8e30782
nghttp2: make app optional
...
windows just needs the libraries & the app won’t build
2018-10-17 12:44:23 -05:00
Matthew Bauer
b7e17a2efd
c-ares: disable shared, enable static
...
only static will build for me
2018-10-17 12:43:37 -05:00
Matthew Bauer
845a364564
zlib: skip configure in windows
...
configure spits out an error when running on windows
2018-10-17 12:43:07 -05:00
Leon Schuermann
d5845200ca
libwacom: build from source instead of release tarball
2018-10-17 12:32:32 +02:00
Leon Schuermann
b06987437d
libwacom: 0.29 -> 0.31
2018-10-17 12:32:32 +02:00
Frederik Rietdijk
d0d04c26d7
libxml2: support python3
2018-10-17 10:00:20 +02:00
Ben Wolsieffer
3055a0c975
lirc: add support for Python bindings
2018-10-17 08:54:46 +02:00
Frederik Rietdijk
89349fdae9
Merge staging-next into staging
2018-10-17 08:36:28 +02:00
Frederik Rietdijk
18fcc337af
Merge master into staging-next
2018-10-17 08:04:22 +02:00
Matthew Bauer
a5de0ca963
treewide: preserve hashes
...
avoid mass rebuild from the last commits
2018-10-16 23:19:34 -05:00
Matthew Bauer
007faf02ca
boost: use correct platform
...
"platforms.all" could include any possible os (even a machine with no
OS at all!). We can’t possible hope to support all of that, so need to
be more specific.
2018-10-16 22:03:09 -05:00
Matthew Bauer
b491710542
sqlite: supports windows
2018-10-16 21:57:53 -05:00
Matthew Bauer
51e5f8af42
treewide: don’t set CMAKE_SYSTEM_NAME
2018-10-16 21:52:38 -05:00
Matthew Bauer
0397453f1a
boost: remove broken patch
...
the boost url is broken - remove for now
2018-10-16 21:51:48 -05:00
Ben Wolsieffer
e6d0bd0551
gst_all_1.gst-libav: 1.14.2 -> 1.14.4
2018-10-16 21:44:01 -04:00
Ben Wolsieffer
0d53d4e5f4
gst_all_1.gst-validate: 1.14.2 -> 1.14.4
2018-10-16 21:44:01 -04:00
Ben Wolsieffer
a1da3555b6
gst_all_1.gst-rtsp-server: 1.14.2 -> 1.14.4
2018-10-16 21:44:01 -04:00
Ben Wolsieffer
d3bad96fea
gst_all_1.gst-vaapi: 1.14.2 -> 1.14.4
2018-10-16 21:44:01 -04:00
Ben Wolsieffer
71258d8369
gst_all_1.gst-editing-services: 1.14.2 -> 1.14.4
2018-10-16 21:44:00 -04:00
Ben Wolsieffer
d85c5797e4
gst_all_1.gst-plugins-ugly: 1.14.2 -> 1.14.4
2018-10-16 21:44:00 -04:00
Ben Wolsieffer
171259dce3
gst_all_1.gst-plugins-bad: 1.14.2 -> 1.14.4
2018-10-16 21:44:00 -04:00
Ben Wolsieffer
19e8b8d297
gst_all_1.gst-plugins-good: 1.14.2 -> 1.14.4
2018-10-16 21:44:00 -04:00
Ben Wolsieffer
09cb8c3c18
gst_all_1.gst-plugins-base: 1.14.2 -> 1.14.4
2018-10-16 21:44:00 -04:00
Ben Wolsieffer
7563f891c6
gst_all_1.gstreamer: 1.14.2 -> 1.14.4
2018-10-16 21:44:00 -04:00
Jörg Thalheim
043ed2ee6b
Merge pull request #48558 from r-ryantm/auto-update/babl
...
babl: 0.1.56 -> 0.1.58
2018-10-16 23:00:17 +01:00
Linus Heckemann
eca462813d
libssh: 0.7.5 -> 0.7.6
...
Fixes CVE-2018-10933:
libssh versions 0.6 and above have an authentication bypass
vulnerability in the server code. By presenting the server an
SSH2_MSG_USERAUTH_SUCCESS message in place of the
SSH2_MSG_USERAUTH_REQUEST message which the server would expect to
initiate authentication, the attacker could successfully authentciate
without any credentials.
Source:
https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release/
2018-10-16 19:08:41 +02:00
Jörg Thalheim
af751ba1f8
Merge pull request #48554 from r-ryantm/auto-update/actor-framework
...
caf: 0.15.7 -> 0.16.0
2018-10-16 16:12:45 +01:00
Daniel Peebles
8070a6333f
Merge pull request #48538 from r-ryantm/auto-update/commons-compress
...
commonsCompress: 1.17 -> 1.18
2018-10-16 08:04:16 -04:00
Daniel Peebles
218aceb5fb
Merge pull request #48533 from r-ryantm/auto-update/commons-math
...
commonsMath: 3.3 -> 3.6.1
2018-10-16 08:03:58 -04:00
R. RyanTM
2e1b04b4ef
babl: 0.1.56 -> 0.1.58
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/babl/versions
2018-10-16 04:58:58 -07:00
Bastian Köcher
41e3946b54
kde-frameworks: 5.50 -> 5.51
2018-10-16 13:32:28 +02:00
Yegor Timoshenko
e31942c71e
Merge pull request #48282 from transumption/201810/qemu-smartcard
...
qemu: enable smartcard support
2018-10-16 11:31:36 +00:00