Pierre Bourdon
1a1696f9b6
SDL2: don't mix space-separated / lists in cmake config
...
The SDL2_PATH environment variable is space-separated. However, CMake
lists are semicolon separated, and doing set(list "a" ${var}) will end
up with list containing "a;b c d". This causes downstream users to fail
parsing the include dirs list.
Normalize the include dirs list to a normal CMake semicolon-separated
list using separate_arguments.
2019-08-22 11:41:16 +03:00
Sarah Brofeldt
84e6725429
Merge pull request #67190 from das-g/libosmium-2.15.2
...
libosmium: 2.15.1 -> 2.15.2
2019-08-22 08:53:31 +02:00
Jan Tojnar
b992565455
Merge pull request #67222 from jtojnar/glthree
...
gnome-hexgl: init at unstable-2019-08-21
2019-08-22 03:18:29 +02:00
Jan Tojnar
144ac2bd16
gthree: unstable-2019-10-21
2019-08-22 02:24:55 +02:00
Jan Tojnar
0e51dcda37
graphene: 1.8.6 → 1.9.6
...
we need unstable version for glthree
2019-08-22 02:24:54 +02:00
Jan Tojnar
9ad99a811d
mutest: init at unstable-2019-10-12
2019-08-22 02:24:54 +02:00
markuskowa
e43834650f
Merge pull request #67182 from lsix/gsl-2.6
...
gsl: 2.5 -> 2.6
2019-08-21 23:52:12 +02:00
Marek Mahut
88f57d4501
Merge pull request #67180 from r-ryantm/auto-update/xxHash
...
xxHash: 0.7.0 -> 0.7.1
2019-08-21 22:38:00 +02:00
Marek Mahut
25ccab2c5f
Merge pull request #67178 from r-ryantm/auto-update/wxSVG
...
wxSVG: 1.5.19 -> 1.5.20
2019-08-21 21:19:52 +02:00
Marek Mahut
b5808da5c7
Merge pull request #67167 from r-ryantm/auto-update/wcslib
...
wcslib: 6.3 -> 6.4
2019-08-21 21:19:12 +02:00
Matthew Bauer
856d10a9b8
Merge pull request #66454 from ruuda/libcrypto-noexecstack
...
libressl: build libcrypto with noexecstack
2019-08-21 14:11:08 -04:00
Jonathan Ringer
038fbf0178
libosinfo: 1.5.0 -> 1.6.0
2019-08-21 10:37:20 -07:00
Timo Kaufmann
e2b47524a3
Merge pull request #67158 from r-ryantm/auto-update/sympow
...
sympow: 2.023.4 -> 2.023.5
2019-08-21 19:17:53 +02:00
Michael Weiss
1537ce23b1
ffmpeg-full: 4.1.4 -> 4.2
...
Changelog: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.2:/Changelog
Configuration flag changes:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff/n4.1.4..n4.2:/configure
Ignored new configuration flags:
--enable-libaribb24 enable ARIB text and caption decoding via libaribb24 [no]
--enable-pocketsphinx enable PocketSphinx, needed for asr filter [no]
--enable-cuda-nvcc enable Nvidia CUDA compiler [no]
--disable-cuda-llvm disable CUDA compilation using clang [autodetect]
--disable-msa2 disable MSA2 optimizations
The renamed and removed configuration options where not used.
I've added a patch to prefer libdav1d over libaom, as libaom wasn't even
able to play my sample videos for AV1 (apart from the reduced
performance, at least in theory).
2019-08-21 18:02:30 +02:00
Jan Tojnar
c5762ff9e5
libical: 3.0.4 → 3.0.5
...
https://github.com/libical/libical/releases/tag/v3.0.5
Docs now fail with a different issue so I had to keep them disabled:
FAILED: doc/reference/libical-glib/html/index.html
cd /build/source/build/doc/reference/libical-glib && /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-scan --module=libical-glib --deprecated-guards="LIBICAL_GLIB_DISABLE_DEPRECATED" --ignore-headers="libical-glib-private.h" --rebuild-sections --rebuild-types --source-dir="/build/source/build/src/libical-glib" && /nix/store/rlp98mmbvp008720p25k73w2khzs9rzn-cmake-3.14.5/bin/cmake -E chdir /build/source/build/doc/reference/libical-glib /nix/store/rlp98mmbvp008720p25k73w2khzs9rzn-cmake-3.14.5/bin/cmake -E env LD_LIBRARY_PATH=":/build/source/build/lib:/build/source/build/lib:/nix/store/vvj5xbcqjq3wcnaz0ca9a5q74vsgxghc-libical-3.0.5/lib:" /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-scangobj --module=libical-glib --cflags=\ -I/nix/store/90y20imp7c9rykrwj9xsavpmi4gpllr8-glib-2.60.4-dev/include\ -I/nix/store/90y20imp7c9rykrwj9xsavpmi4gpllr8-glib-2.60.4-dev/include/glib-2.0\ -I/nix/store/vl5a1s7i5bqjjbgs5x821avx3ddcx8a4-glib-2.60.4/lib/glib-2.0/include\ -I/nix/store/hnd5m3l1cysr5wpim0h0khvsycgr7577-libical-3.0.5-dev/include --ldflags=-L/build/source/build/lib\ -lical-glib\ -lglib-2.0\ -lgobject-2.0\ -L/nix/store/vl5a1s7i5bqjjbgs5x821avx3ddcx8a4-glib-2.60.4/lib\ -L/build/source/build/lib\ -lical\ -L/nix/store/vvj5xbcqjq3wcnaz0ca9a5q74vsgxghc-libical-3.0.5/lib && /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-mkdb --module=libical-glib --name-space=libical-glib --main-sgml-file="/build/source/build/doc/reference/libical-glib/libical-glib-docs.sgml" --sgml-mode --output-format=xml --source-dir="/build/source/build/src/libical-glib" && /nix/store/rlp98mmbvp008720p25k73w2khzs9rzn-cmake-3.14.5/bin/cmake -E make_directory /build/source/build/doc/reference/libical-glib/html && /nix/store/rlp98mmbvp008720p25k73w2khzs9rzn-cmake-3.14.5/bin/cmake -E chdir /build/source/build/doc/reference/libical-glib/html /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-mkhtml --path=.. libical-glib ../libical-glib-docs.sgml && /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-fixxref --module=libical-glib --module-dir=html --extra-dir=.. --html-dir="share/gtk-doc/html/libical-glib"
/nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: libical-glib-scan.o: undefined reference to symbol '__errno_location@@GLIBC_2.2.5'
/nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: /nix/store/iykxb0bmfjmi7s53kfg6pjbfpd8jmza6-glibc-2.27/lib/libpthread.so.0: error adding symbols: DSO missing from command line
2019-08-21 14:05:13,671:scangobj.py:execute_command:1198:WARNING:Linking scanner failed: 1, command: ld libical-glib-scan.o -L/build/source/build/lib -lical-glib -lglib-2.0 -lgobject-2.0 -L/nix/store/vl5a1s7i5bqjjbgs5x821avx3ddcx8a4-glib-2.60.4/lib -L/build/source/build/lib -lical -L/nix/store/vvj5xbcqjq3wcnaz0ca9a5q74vsgxghc-libical-3.0.5/lib -o libical-glib-scan
[169/227] Building C object src/libical-glib/CMakeFiles/ical-glib-static.dir/i-cal-derived-property.c.o
ninja: build stopped: subcommand failed.
2019-08-21 16:30:21 +02:00
Gabriel Ebner
ccebe42911
libheif: 1.4.0 -> 1.5.0
2019-08-21 15:13:37 +02:00
Raphael Das Gupta
aa0f96cfb4
libosmium: 2.15.1 -> 2.15.2
2019-08-21 14:46:42 +02:00
Robin Gloster
f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1
2019-08-21 14:25:13 +02:00
Lancelot SIX
cb02fcafb8
gsl: 2.5 -> 2.6
...
See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00004.html
for release announcement
2019-08-21 10:43:43 +02:00
R. RyanTM
7febeb3ddf
xxHash: 0.7.0 -> 0.7.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/xxhash/versions
2019-08-21 00:04:32 -07:00
R. RyanTM
bde427be49
wxSVG: 1.5.19 -> 1.5.20
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wxsvg/versions
2019-08-20 23:45:12 -07:00
R. RyanTM
d3526f8cb2
wcslib: 6.3 -> 6.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wcslib/versions
2019-08-20 22:22:43 -07:00
R. RyanTM
0ff0c288a8
sympow: 2.023.4 -> 2.023.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/sympow/versions
2019-08-20 21:06:37 -07:00
Ruud van Asseldonk
fdd78a5387
libressl: use CFLAGS to avoid exectuable stack
...
It turns out that libcrypto had an exectuable stack, because it linked
some objects without a .note.GNU-stack section. Compilers add this
section by default, but the objects produced from .S files did not
contain it. The .S files do include a directive to add the section, but
guarded behind an #ifdef HAVE_GNU_STACK. So define HAVE_GNU_STACK, to
ensure that all objects have a .note.GNU-stack section.
2019-08-21 00:16:08 +02:00
Timo Kaufmann
c5c47203dc
Merge pull request #65247 from lopsided98/openjdk-arm
...
openjdk: enable bootstrapping on ARM
2019-08-20 23:55:45 +02:00
Marek Mahut
8b5126fc25
Merge pull request #67011 from r-ryantm/auto-update/onig
...
oniguruma: 6.9.2 -> 6.9.3
2019-08-20 21:05:50 +02:00
Danylo Hlynskyi
f45dc43a52
Merge pull request #67087 from danbst/update/agda-iowa-stdlib
...
agdaIowaStdlib: 1.4.0 -> 1.5.0, also agdaPrelude update
2019-08-20 22:00:10 +03:00
Robin Gloster
ff3211e5d5
aacskeys: remove
...
Unmaintained, ancient and doesn't build with openssl 1.1
2019-08-20 20:40:05 +02:00
Marek Mahut
462288a6ba
Merge pull request #67035 from r-ryantm/auto-update/protozero
...
protozero: 1.6.7 -> 1.6.8
2019-08-20 20:30:10 +02:00
Robin Gloster
8c0786babe
Merge pull request #67103 from mayflower/globin-maintainership
...
treewide: update globin's maintained drvs
2019-08-20 17:57:47 +00:00
Matthew Bauer
d02e0b6020
Merge pull request #66634 from matthewbauer/at-spi2-core-minimize-closure
...
at-spi2-core: provide fallback dbus_daemon manually
2019-08-20 13:39:14 -04:00
Marek Mahut
60c1883a19
Merge pull request #66980 from r-ryantm/auto-update/mdds
...
mdds: 1.4.3 -> 1.5.0
2019-08-20 19:36:59 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs
2019-08-20 19:36:05 +02:00
danbst
fcf752c8b3
agdaPrelude: 0dca24a81 -> eacc961c2
...
https://hydra.nixos.org/build/98865987
2019-08-20 17:42:40 +03:00
Austin Seipp
6576162fe9
liburing: replace obsoleted patch with new upstream patch
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-08-20 09:42:18 -05:00
danbst
d215144cc9
agdaIowaStdlib: 1.4.0 -> 1.5.0
...
https://hydra.nixos.org/build/98831905
2019-08-20 17:32:20 +03:00
Ruud van Asseldonk
bc185504ca
libressl_3_0: init at 3.0.0
2019-08-20 08:50:57 -05:00
Austin Seipp
66f37f4a34
liburing: bump to 0.1 tag + some extra patches
...
Normally changing the version of the tag in this manner would be nasty
for users -- `nix-env -u` would not see this as an upgrade on the
channel, for instance, if you had a previous version installed. But
liburing is a *library* and does not really come included with any
useful end-user tools. Most cases will use it directly as a build
dependency, in which case, an appropriate rebuild will happen anyway.
This also re-introduces AArch64 builds, which was previously broken due
to some internal changes requiring memory barrier support. In a twist of
fate, however, this was later broken by another patch, which was written
to fix a *different* regression for users. So we simply apply both of
these patches, as well as a third patch that re-fixes AArch64 support,
which I will submit upstream to Jens. Life is never easy.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-08-20 08:50:11 -05:00
Rickard Nilsson
225e412edb
Remove myself as maintainer of some packages.
2019-08-20 15:24:01 +02:00
R. RyanTM
f4df1281c2
protozero: 1.6.7 -> 1.6.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/protozero/versions
2019-08-20 00:04:54 -07:00
R. RyanTM
4bbcc7127d
oniguruma: 6.9.2 -> 6.9.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/onig/versions
2019-08-19 20:05:25 -07:00
R. RyanTM
9e421ad674
libndctl: 65 -> 66
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libndctl/versions
2019-08-19 19:30:02 -05:00
R. RyanTM
cbe14dc3cf
driversi686Linux.mesa: 19.1.3 -> 19.1.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mesa/versions
2019-08-19 17:20:36 -07:00
Ben Wolsieffer
18e0f9d39f
libdrm: don't depend on valgrind when it is not available (armv6l)
2019-08-19 18:54:29 -04:00
Marek Mahut
6e6892d29b
Merge pull request #66958 from r-ryantm/auto-update/live555
...
live555: 2019.06.28 -> 2019.08.16
2019-08-19 23:17:30 +02:00
Marek Mahut
1c44d26f91
Merge pull request #66959 from r-ryantm/auto-update/librealsense
...
librealsense: 2.23.0 -> 2.25.0
2019-08-19 22:45:00 +02:00
R. RyanTM
771d841446
mdds: 1.4.3 -> 1.5.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/mdds/versions
2019-08-19 13:44:47 -07:00
Marek Mahut
d4ee26ebd9
Merge pull request #66955 from r-ryantm/auto-update/libwebsockets
...
libwebsockets: 3.1.0 -> 3.2.0
2019-08-19 22:44:16 +02:00
Marek Mahut
0a3f7d4740
Merge pull request #66964 from r-ryantm/auto-update/libmodbus
...
libmodbus: 3.1.4 -> 3.1.6
2019-08-19 22:43:33 +02:00
Marek Mahut
7302eb3ea0
Merge pull request #66967 from r-ryantm/auto-update/libgpiod
...
libgpiod: 1.4 -> 1.4.1
2019-08-19 22:39:55 +02:00
Will Dietz
8ded2cf440
libvisio: 0.1.6 -> 0.1.7
...
https://gerrit.libreoffice.org/plugins/gitiles/libvisio/+/libvisio-0.1.7/NEWS
2019-08-19 14:49:17 -05:00
R. RyanTM
40a0e1d4bc
libgpiod: 1.4 -> 1.4.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/libgpiod/versions
2019-08-19 12:33:27 -07:00
R. RyanTM
28a967191d
libmodbus: 3.1.4 -> 3.1.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/libmodbus/versions
2019-08-19 12:14:32 -07:00
R. RyanTM
d20482b110
librealsense: 2.23.0 -> 2.25.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/librealsense/versions
2019-08-19 11:54:39 -07:00
Marek Mahut
0d633c9285
Merge pull request #66944 from r-ryantm/auto-update/libfilezilla
...
libfilezilla: 0.18.0 -> 0.18.1
2019-08-19 20:47:15 +02:00
Marek Mahut
6366d9602b
Merge pull request #66943 from r-ryantm/auto-update/leatherman
...
leatherman: 1.7.0 -> 1.7.1
2019-08-19 20:46:15 +02:00
Marek Mahut
3149ff5764
Merge pull request #66940 from r-ryantm/auto-update/libdeflate
...
libdeflate: 1.2 -> 1.3
2019-08-19 20:45:39 +02:00
R. RyanTM
0b00207f94
live555: 2019.06.28 -> 2019.08.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/live555/versions
2019-08-19 11:43:05 -07:00
R. RyanTM
82eb1fbee5
libwebsockets: 3.1.0 -> 3.2.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/libwebsockets/versions
2019-08-19 11:26:29 -07:00
worldofpeace
80f4d61534
Merge pull request #66934 from jtojnar/gnome-video-effects-0.5.0
...
gnome-video-effects: 0.4.3 → 0.5.0
2019-08-19 14:11:13 -04:00
Jan Tojnar
b80da194fd
gnome-video-effects: 0.4.3 → 0.5.0
...
https://gitlab.gnome.org/GNOME/gnome-video-effects/blob/0.5.0/NEWS#L4-6
2019-08-19 19:39:17 +02:00
Matthew Bauer
4497bee1ac
Merge pull request #66861 from lopsided98/directfb-src-github
...
directfb: fix build on ARM
2019-08-19 13:01:41 -04:00
R. RyanTM
9641dcddf8
libfilezilla: 0.18.0 -> 0.18.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/libfilezilla/versions
2019-08-19 09:02:51 -07:00
Jan Tojnar
575212cf49
Merge pull request #66936 from r-ryantm/auto-update/libgee
...
libgee: 0.20.1 -> 0.20.2
2019-08-19 17:55:42 +02:00
R. RyanTM
d8ddf3a5bf
leatherman: 1.7.0 -> 1.7.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/leatherman/versions
2019-08-19 08:50:38 -07:00
R. RyanTM
ef7891e328
libdeflate: 1.2 -> 1.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdeflate/versions
2019-08-19 08:44:06 -07:00
worldofpeace
7667ae1a2e
Merge pull request #66842 from tilpner/maintainer-fixup
...
tree-wide: fix malformed meta.maintainers
2019-08-19 11:35:10 -04:00
R. RyanTM
c5153f7e05
libgee: 0.20.1 -> 0.20.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgee/versions
2019-08-19 07:57:03 -07:00
Edmund Wu
1d96d2bedb
umockdev: disable failed test ( #66909 )
...
* umockdev: disable failed test
* Update default.nix
2019-08-19 16:57:04 +03:00
Jan Tojnar
d4861c9ede
gnome-video-effects: move from gnome3.gnome-video-effects
2019-08-19 15:38:20 +02:00
Marek Mahut
aa239e96b4
simpleitk: 1.2.0 -> 1.2.2
...
Changing the source from sourceforge to github.
2019-08-19 13:44:15 +02:00
R. RyanTM
36a2ffc2e4
grpc: 1.22.0 -> 1.23.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/grpc/versions
2019-08-19 03:13:54 -07:00
tilpner
0281599ad2
tree-wide: fix malformed meta.maintainers
...
These packages stood out while processing packages.json.gz,
where the maintainer field of some packages wasn't a list of sets,
but a nested list, or a string.
2019-08-19 11:58:27 +02:00
R. RyanTM
940306ea5f
folly: 2019.07.22.00 -> 2019.08.05.00
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/folly/versions
2019-08-19 09:59:14 +03:00
gnidorah
d609a547f1
libsForQt5.qtstyleplugins: use qt5's mkDerivation
2019-08-19 08:04:51 +02:00
Ben Wolsieffer
ec28d4ab14
directfb: use source from GitHub as tarball is no longer available
...
This has the side effect of fixing the build on ARM, because some required
files were missing from the tarball.
2019-08-18 23:18:00 -04:00
Marek Mahut
9128a9d9a7
Merge pull request #66783 from r-ryantm/auto-update/agda-stdlib
...
AgdaStdlib: 1.0.1 -> 1.1
2019-08-18 21:59:57 +02:00
Ambroz Bizjak
1bba961e2a
libglvnd, ocl-icd, vulkan-loader: Remove addOpenGLRunpath where not needed.
...
For APIs that use driver config files, the config files should point to libraries using absolute paths, so `RUNPATH` should be unnecessary. It is still needed for `libGLX` because that does not use config files but the dispatch library receives just a vendor name from the X server.
2019-08-18 21:29:42 +03:00
Nikolay Amiantov
9960a2be9b
umockdev: 0.12.1 -> 0.13.1
...
Enable testing and fix a bug which leads to bolt build failing on some host filesystems.
2019-08-18 21:17:32 +03:00
Carles Pagès
ebe711a12f
SDL2: 2.0.9 -> 2.0.10
2019-08-18 18:13:29 +02:00
Marek Mahut
6f27f6c494
Merge pull request #66358 from Ralith/openxr-loader
...
openxr-loader: init at 1.0.1
2019-08-18 16:25:45 +02:00
Florian Klink
dbd7ea5f29
Merge pull request #66725 from flokli/wrapqtappshook-exec
...
stdenv: add isELFExec, isELFDyn, fix wrappers
2019-08-18 13:58:10 +02:00
Frederik Rietdijk
f65aa21bb2
Merge master into staging-next
2019-08-18 12:53:44 +02:00
Markus Kowalewski
6ff8958bef
openblas: 0.3.6 -> 0.3.7
2019-08-18 11:49:24 +02:00
markuskowa
9defd3e3e3
Merge pull request #66732 from markuskowa/upd-armadillo
...
armadillo: 9.600.5 -> 9.600.6
2019-08-18 11:34:57 +02:00
worldofpeace
4f3e9ca93a
Merge pull request #65291 from worldofpeace/xdg-updates
...
Flatpak updates
2019-08-18 04:23:54 -04:00
worldofpeace
8fbae8c72d
libmodulemd_1: init at 1.8.15
2019-08-18 04:23:17 -04:00
worldofpeace
fdd28981d7
libmodulemd: init at 2.6.0
...
Includes a patch for the usual pygobject override stuff.
Pending upstream submission.
2019-08-18 04:23:17 -04:00
worldofpeace
46d0ebb144
xdg-desktop-portal-gtk: 1.2.0 -> 1.4.0
...
Stylize expression.
https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.4.0
2019-08-18 04:23:17 -04:00
worldofpeace
2eb94bdbb8
xdg-desktop-portal: 1.2.0 -> 1.4.2
...
* adapt respect-path-env-var.patch to code being
moved around, etc.
* Add json-glib
https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.4.0
2019-08-18 04:23:17 -04:00
worldofpeace
1728bc8d22
flatpak: 1.2.4 -> 1.4.2
...
* Regenerated all patches for 1.4.2 and resolved
any conflicts.
* fix-test-paths.patch doesn't copy the whole locale archive
because we have C.UTF8 now.
* nixos/flatpak creates a Flatpak system helper user
Change introduced in 1.3.2.
Changes:
See https://github.com/flatpak/flatpak/releases/tag/1.3.1 through
1.4.2.
2019-08-18 04:23:17 -04:00
Marek Mahut
882ba76a9d
Merge pull request #66803 from r-ryantm/auto-update/cimg
...
cimg: 2.6.7 -> 2.7.0
2019-08-18 09:47:07 +02:00
Frederik Rietdijk
295888c622
Merge pull request #66381 from NixOS/staging-next
...
Staging next
2019-08-18 08:54:45 +02:00
Samuel Dionne-Riel
c2742295fb
Merge pull request #61655 from lopsided98/g2o-fixes
...
g2o: build g2o_viewer, libqglviewer: 2.6.3 -> 2.7.1
2019-08-18 00:00:01 -04:00
R. RyanTM
a9afe6fad9
cimg: 2.6.7 -> 2.7.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/cimg/versions
2019-08-17 15:29:25 -07:00
R. RyanTM
b1af75fcb4
AgdaStdlib: 1.0.1 -> 1.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/agda-stdlib/versions
2019-08-17 12:04:13 -07:00
Marek Mahut
a4ced3ef9a
Merge pull request #66765 from r-ryantm/auto-update/ace
...
ace: 6.5.5 -> 6.5.6
2019-08-17 20:27:17 +02:00
R. RyanTM
0f51cdad5c
ace: 6.5.5 -> 6.5.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/ace/versions
2019-08-17 09:20:50 -07:00
Florian Klink
88146a095f
wrapQtAppsHook: use isELFExec
...
This ensures we only wrap executables, not shared libraries
2019-08-17 16:45:57 +02:00
Eelco Dolstra
4fed2b0147
Merge pull request #66739 from dtzWill/update/readline-8.0p1
...
readline80: 8.0p0 -> 8.0p1
2019-08-17 16:24:18 +02:00
Niklas Hambüchen
aa99a263cc
zlib: Properly clean up static/shared distinction
...
This improves what commit
e999def1
zlib: clean up static/shared distincion
described as "kind of a mess" and "confusing". And indeed it was confusing.
Now, the concept whether or not the .a file is moved to a split output
is controlled by a clean variable.
The defaults remain unchanged.
The new approach also finally cleanly allows building statically but NOT
using a split output, like all other autoconf-based projects in nixpkgs do
(using the `dontDisableStatic` setting).
That is important for overlays that want to enable static libs for all
packages in one go, without having to hand-patch idiosynchrasies like zlib
had until now.
Until now, if you wanted the .a in the main output, the only way was to go via
`static=false, shared=true` -- which made no sense, because you had to say
`static=false` even though you want a static lib. That is fixed now.
2019-08-17 15:59:29 +02:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Nikolay Amiantov
2d0a2044b3
libbass: update and use real version numbers
...
Upstream doesn't indeed have any way of getting versioned library, as per
http://www.un4seen.com/forum/?topic=18614.0 .
2019-08-17 10:52:41 +03:00
Frederik Rietdijk
fe9a3e3e63
Merge staging-next into staging
2019-08-17 09:39:23 +02:00
Frederik Rietdijk
c68f58d95c
Merge master into staging-next
2019-08-17 09:30:16 +02:00
Will Dietz
f19e02b705
readline80: 8.0p0 -> 8.0p1
...
https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-001
2019-08-16 20:31:45 -05:00
Aaron Andersen
c2c1340a58
Merge pull request #66014 from jonringer/update-cre2
...
cre2: 0.3.0 -> 0.3.6
2019-08-16 20:36:42 -04:00
Markus Kowalewski
f0a0c2ae61
armadillo: 9.600.5 -> 9.600.6
2019-08-16 22:46:11 +02:00
nyanloutre
d6ab8baa1b
kde: add myself as maintainer
2019-08-16 15:28:31 +02:00
nyanloutre
5d0acaa677
kpurpose: add missing kirigami2 dependency
2019-08-16 14:54:13 +02:00
nyanloutre
022db30473
kinit: fix kdeinit-extra_libs.patch
2019-08-16 11:26:17 +02:00
nyanloutre
2b22167ad7
kwayland: add missing dependency
2019-08-16 11:26:17 +02:00
nyanloutre
444ddcbcc5
kdeFrameworks: 5.60 -> 5.61
2019-08-16 11:26:17 +02:00
nyanloutre
082e90d1cc
kdeFrameworks: 5.58 -> 5.60
2019-08-16 11:26:17 +02:00
David Gazdos
75e34adda5
libgphoto2: 2.5.17 -> 2.5.23
2019-08-16 16:55:00 +09:00
Tadeo Kondrak
696e1b055b
vapoursynth: R46 -> R47.2
2019-08-15 18:34:27 -06:00
Matthew Bauer
3532a6452e
Merge pull request #66683 from obsidiansystems/missing-qt-patch
...
qt4: Vendor bitrotted Arch Linux patch
2019-08-15 11:34:57 -04:00
John Ericson
280795c163
qt4: Vendor bitrotted Arch Linux patch
...
It is no longer found at this URL. Vendoring until a better solution
comes along.
Fixes #63084
2019-08-15 11:25:48 -04:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
WilliButz
f2e631148a
Merge pull request #66525 from andir/google-cloud-cpp
...
google-cloud-cpp: init at 0.11.0
2019-08-14 21:57:21 +02:00
Matthew Bauer
f6260a3fe5
at-spi2-core: provide fallback dbus_daemon manually
...
This point directly to the NixOS current-system. This is necessary to
avoid creating a direct dependency on DBUS and increasing every app’s
runtime closure. Luckily, dbus_daemon is only used for the case when
dbus is not running and users can always run the dbus-daemon
themselves if it cannot be found.
2019-08-14 14:18:49 -04:00
Matthew Bauer
9af20c376b
Merge pull request #65349 from matthewbauer/dicts
...
Lookup hunspell dictionaries in XDG_DATA_DIRS
2019-08-14 14:17:41 -04:00
Gabriel Ebner
a736d87393
spooles: init at 2.2
2019-08-14 19:09:39 +02:00
Frederik Rietdijk
cff9e6429a
Merge staging-next into staging
2019-08-14 13:46:33 +02:00
Frederik Rietdijk
8d56f2472e
Merge master into staging-next
2019-08-14 13:45:54 +02:00
Marek Mahut
8fa1bb84e8
ptex: 2.3.0 -> 2.3.2
2019-08-14 15:16:22 +09:00
Jörg Thalheim
cf5f02b4bb
zsh/pth/zsync: cross fixes ( #65780 )
...
zsh/pth/zsync: cross fixes
2019-08-14 07:15:01 +01:00
Jan Tojnar
ad135f0518
libwnck3: 3.30.0 → 3.32.0 ( #66586 )
...
libwnck3: 3.30.0 → 3.32.0
2019-08-14 00:17:30 +02:00
Jan Tojnar
3e47ef9790
libwnck3: 3.30.0 → 3.32.0
...
https://gitlab.gnome.org/GNOME/libwnck/blob/3.32.0/NEWS#L1-33
2019-08-13 23:11:25 +02:00
Ruud van Asseldonk
c02b4a1cc8
libressl: do not set noexecstack on Darwin at all
...
It is not needed on Darwin. [1] Thanks Matthew for explaining this.
[1]: https://github.com/NixOS/nixpkgs/pull/66454#issuecomment-520970986
2019-08-13 22:20:16 +02:00
Jan Tojnar
af4e271db9
libgudev: 232 → 233
...
https://ftp.gnome.org/pub/gnome/sources/folks/0.13/folks-0.13.1.news
2019-08-13 19:39:24 +02:00
Matthew Bauer
3ff9b6edec
Merge pull request #65783 from Mic92/drm
...
libdrm: cross-compile fix
2019-08-13 13:38:11 -04:00
worldofpeace
bf1cf3d520
Merge pull request #66191 from r-ryantm/auto-update/wolfssl
...
wolfssl: 4.0.0 -> 4.1.0
2019-08-13 12:43:06 -04:00
Matthew Bauer
bab946b216
Merge pull request #66542 from matthewbauer/mesa-add-surfaceless
...
mesa: add surfaceless egl platform
2019-08-13 11:40:03 -04:00
Andreas Rammhold
1a72fe89f8
google-cloud-cpp: init at 0.11.0
2019-08-13 17:26:51 +02:00
Andreas Rammhold
ac6adc8260
crc32c: init at 1.1.0
2019-08-13 17:26:31 +02:00
Marek Mahut
391945170c
itk: 5.0.0 -> 5.0.1
...
Changing the source from sourceforge to github.
2019-08-13 17:08:04 +02:00
Dmitry Kalinkin
943c10325b
Merge pull request #66247 from veprbl/pr/arrow_1_14_1
...
arrow-cpp: 0.13.0 -> 0.14.1
2019-08-13 10:06:52 -04:00
Jonathan Ringer
74d8f3ca5d
libversion: 2.8.1 -> 2.9.0
2019-08-13 04:19:14 -07:00
Niklas Hambüchen
da3cb9e35b
libirecovery: init at 2019-01-28
2019-08-13 02:13:15 +02:00
Niklas Hambüchen
3c2c3f0dda
libimobiledevice: Remove unnecessary --disable-static
.
...
That's already controlled by `dontDisableStatic`, see:
* https://nixos.org/nixpkgs/manual/#ssec-configure-phase
* #51540
2019-08-13 01:41:15 +02:00
Matthew Bauer
a316d71f59
mesa: add surfaceless egl platform
2019-08-12 18:09:30 -04:00
Marek Mahut
36d3a8a0eb
Merge pull request #66058 from pmiddend/fcppt-update-to-3.2.2
...
fcppt: 3.0.0 -> 3.2.2
2019-08-12 22:13:33 +02:00
Marek Mahut
1c709e0e6c
Merge pull request #63270 from r-ryantm/auto-update/itk
...
itk: 4.13.2 -> 5.0.0
2019-08-12 20:00:17 +02:00
Franz Pletz
fe9c676e99
nuspell: 2.2.0 -> 2.3.0
2019-08-12 19:53:54 +02:00
Marek Mahut
2ae308a414
Merge pull request #66498 from jonringer/bump-librelp
...
librelp: 1.3.0 -> 1.4.0
2019-08-12 19:52:32 +02:00
Marek Mahut
d7bcb48908
itk: Adding darwin.apple_sdk.frameworks.Cocoa
2019-08-12 19:13:14 +02:00
Jonathan Ringer
7943e28fec
librelp: 1.3.0 -> 1.4.0
2019-08-12 09:22:42 -07:00
Silvan Mosberger
a7c7bb156f
clight: init ( #64309 )
...
clight: init
2019-08-12 18:18:05 +02:00
Marek Mahut
c822f39a58
Merge pull request #66486 from nh2/zlib-static-shared-comments
...
zlib: Add comments regarding static/shared linking
2019-08-12 18:12:05 +02:00
Edmund Wu
e277b3832a
libmodule: init at 4.2.0
2019-08-12 11:56:47 -04:00
R. RyanTM
94804a63a2
apfel: 3.0.3 -> 3.0.4 ( #63977 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apfel/versions
2019-08-12 10:36:03 -04:00
Michael Weiss
a82860cb9e
Merge pull request #66434 from primeos/ffmpeg_4
...
ffmpeg_4: 4.1.4 -> 4.2
2019-08-12 14:52:39 +02:00
Marek Mahut
9acb728c52
Merge pull request #66507 from jonringer/bump-libpinyin
...
libpinyin: 2.1.91 -> 2.3.0
2019-08-12 13:32:47 +02:00
Jonathan Ringer
7d8d9e4799
libpinyin: 2.1.91 -> 2.3.0
2019-08-11 22:00:17 -07:00
Jonathan Ringer
58fb551cc6
libetpan: 1.8 -> 1.9.3
2019-08-11 19:29:58 -07:00
Dmitry Kalinkin
34224c7ba0
Merge pull request #66117 from veprbl/pr/hepmc_2_06_10
...
hepmc: 2.06.09 -> 2.06.10
2019-08-11 22:16:16 -04:00
Niklas Hambüchen
bda6618bb6
zlib: Add comments regarding static/shared linking.
...
The main explanation was taken from commit:
e999def1
zlib: clean up static/shared distincion
The `SHARED_MODE=1` bit was originally introduced in commit:
0bfc84b0
Cross-compile zlib for Windows
2019-08-11 21:32:22 +02:00
Ruud van Asseldonk
b3c613b9aa
libressl: fix noexecstack on Darwin
...
The flags to disable executable stacks are different for Clang and GCC,
and Clang is used on Darwin.
2019-08-11 20:34:57 +02:00
R. RyanTM
791bc4762b
srt: 1.3.2 -> 1.3.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/srt/versions
2019-08-11 18:01:54 +02:00
Marek Mahut
ea7c049d54
Merge pull request #65932 from r-ryantm/auto-update/gdcm
...
gdcm: 3.0.0 -> 3.0.1
2019-08-10 22:46:39 +02:00
Marek Mahut
850f7acc07
Merge pull request #64073 from r-ryantm/auto-update/live555
...
live555: 2019.05.29 -> 2019.06.28
2019-08-10 22:24:06 +02:00
Ruud van Asseldonk
8b6a9202e7
libressl: build libcrypto with noexecstack
...
For some reasons, libcrypto would be built with the executable stack
flag set. I found out about this when Nginx failed to load the shared
library, because I was running it with MemoryDenyWriteExecute=true,
which does not permit executable stacks.
I am not sure why the stack ends up executable; the other shared
libraries which are part of LibreSSL do not have this flag set. You can
verify this with 'execstack -q'. Non-executable stacks should be the
default, and from checking some other files, that does appear to be the
case. The LibreSSL sources do not contain the string "execstack", so
I am not sure what causes the default to be overridden.
Adding '-z noexecstack' to the linker flags makes the linker unset the
flag. Now my Nginx can load the library, and so far I have not run into
other issues.
2019-08-10 22:21:57 +02:00
Marek Mahut
40c26973c9
gdcm: adding darwin.apple_sdk.frameworks.ApplicationServices
2019-08-10 22:16:30 +02:00
Marek Mahut
6cd1e20412
Merge pull request #65962 from r-ryantm/auto-update/libfilezilla
...
libfilezilla: 0.17.1 -> 0.18.0
2019-08-10 21:30:24 +02:00
Florian Peter
53a4c3511b
thrift: re-add compatibility 0.10
2019-08-11 02:11:32 +08:00
Florian Peter
b0a480147b
libsystemtap: init at 3.2
2019-08-11 02:11:32 +08:00
Marek Mahut
809b38a784
Merge pull request #62467 from r-ryantm/auto-update/librealsense
...
librealsense: 2.21.0 -> 2.22.0
2019-08-10 19:30:02 +02:00
Marek Mahut
2cc3a789c3
Merge pull request #62418 from r-ryantm/auto-update/glbinding
...
glbinding: 3.0.2 -> 3.1.0
2019-08-10 19:29:20 +02:00
Marek Mahut
51ff2494db
librealsense: 2.22.0 -> 2.23.0
2019-08-10 15:42:29 +02:00
Vladimír Čunát
6c177c3eba
Merge #65668 : wavpack: CVE-2019-1010317 CVE-2019-1010319
2019-08-10 14:37:54 +02:00
Michael Weiss
28d637d345
ffmpeg_4: 4.1.4 -> 4.2
...
Changelog: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.2:/Changelog
2019-08-10 14:09:22 +02:00
Mario Rodas
5b874f2399
Merge pull request #65967 from r-ryantm/auto-update/liblastfm
...
liblastfm: 1.0.9 -> 1.1.0
2019-08-10 05:09:15 -05:00
Mario Rodas
97cd74fe0f
Merge pull request #65969 from r-ryantm/auto-update/liblcf
...
liblcf: 0.6.0 -> 0.6.1
2019-08-10 05:00:54 -05:00
Mario Rodas
bec68e12bf
Merge pull request #66056 from r-ryantm/auto-update/pngpp
...
pngpp: 0.2.9 -> 0.2.10
2019-08-10 04:45:29 -05:00
Marek Mahut
2aa7589303
Merge pull request #41701 from r-ryantm/auto-update/gperftools
...
gperftools: 2.6.3 -> 2.7
2019-08-10 10:27:15 +02:00
Marek Mahut
c467e04aa7
Merge pull request #65192 from r-ryantm/auto-update/uid_wrapper
...
uid_wrapper: 1.2.4 -> 1.2.7
2019-08-10 09:37:43 +02:00
Marek Mahut
a191b8dc70
Merge pull request #65867 from r-ryantm/auto-update/actor-framework
...
caf: 0.16.3 -> 0.17.0
2019-08-10 09:31:04 +02:00
Marek Mahut
609ae7398c
Merge pull request #65981 from r-ryantm/auto-update/liblockfile
...
liblockfile: 1.14 -> 1.15
2019-08-10 09:30:31 +02:00
Benjamin Saunders
6a8bc3fe55
openxr-loader: init at 1.0.1
2019-08-09 19:27:34 -07:00
Marek Mahut
8ccafca5df
Merge pull request #65921 from r-ryantm/auto-update/intel-gmmlib
...
intel-gmmlib: 19.2.1 -> 19.2.3
2019-08-10 00:10:01 +02:00
Marek Mahut
b401d38fb9
Merge pull request #65978 from r-ryantm/auto-update/matio
...
matio: 1.5.16 -> 1.5.17
2019-08-09 23:55:56 +02:00
Timo Kaufmann
f5674b20ac
Merge pull request #66388 from timokau/sympow2
...
sympow: 1.018.1 -> 2.023.4
2019-08-09 18:38:41 +02:00
Timo Kaufmann
5e58c5f900
sympow: 1.018.1 -> 2.023.4
...
Maintenance taken over by debian package maintainer jgmbenoit:
https://trac.sagemath.org/ticket/3360#comment:17
This moves sympow to his fork, since there is no offical
version-controlled source repository from the original author and they
do not seem to maintain sympow anymore. We had already accumulated quite
some patches from debian, who have effectively maintained sympow for a
while now.
2019-08-09 17:45:08 +02:00
worldofpeace
4b7ee55613
Merge pull request #65913 from worldofpeace/adwaita-qt/bump
...
adwaita-qt: 1.0 -> 1.1.0
2019-08-09 10:59:37 -04:00
Thomas Tuegel
bd5ecb5337
Merge pull request #66335 from averelld/pkgsi686Linux.qt5.qtbase-build-fix
...
pkgsi686Linux.qt5.qtbase: fix build
2019-08-09 09:52:37 -05:00
Thomas Tuegel
37b402be19
Merge pull request #66266 from ttuegel/qt-5.12.3
...
Replay Qt 5.12.3 version bump
2019-08-09 09:50:38 -05:00
Marek Mahut
776d4a00fc
Merge pull request #65966 from JohnAZoidberg/yder-1.4.7
...
yder: 1.4.6 -> 1.4.7
2019-08-09 14:02:55 +02:00
Frederik Rietdijk
5bc501b7aa
Merge staging-next into staging
2019-08-09 14:01:00 +02:00
Frederik Rietdijk
9bd78cb048
Merge master into staging-next
2019-08-09 14:00:27 +02:00
R. RyanTM
aeb5d5eee1
folly: 2019.06.17.00 -> 2019.07.22.00
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/folly/versions
2019-08-09 12:41:18 +03:00
R. RyanTM
157c3ad9f0
cppzmq: 4.3.0 -> 4.4.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/cppzmq/versions
2019-08-09 12:39:23 +03:00
Averell Dalton
658ffb06d6
pkgsi686Linux.qt5.qtbase: fix build
2019-08-08 20:14:55 +02:00
Jiri Danek
ee68421388
gnome-sharp: mono4 -> mono5
2019-08-08 09:10:38 +00:00
Jonathan Ringer
ecd78af013
spirv-headers: 2019.1 -> 1.4.1
2019-08-08 00:57:53 -07:00
Jonathan Ringer
19d91206e7
vulkan-*: 1.1.106 -> 1.1.114.0
2019-08-08 00:57:53 -07:00
Michael Raskin
6b5647a70d
Merge pull request #66227 from aanderse/osg-3.4
...
openscenegraph: drop 3.4.x
2019-08-08 05:19:33 +00:00
Bjørn Forsman
a920c2aabd
v4l-utils: align attr with pkg name
2019-08-07 20:44:13 +02:00
worldofpeace
fc51db8368
Merge pull request #66231 from xvello/xvello/ktexteditor-editorconfig
...
kdeFrameworks.ktexteditor: compile with editorconfig-core-c
2019-08-07 10:33:35 -04:00
Xavier Vello
2780e0b6cb
kdeFrameworks.ktexteditor: compile with editorconfig-core-c
...
Add one small dependency to ktexteditor to make it
support the .editorconfig configuration format.
2019-08-07 10:32:23 -04:00