Commit Graph

31776 Commits

Author SHA1 Message Date
Daniel Schaefer 5548ff632e microsoft_gsl: Fix gcc8 build 2019-09-13 11:35:50 +02:00
Jan Tojnar a441eaa7b1
Merge branch 'staging-next' into staging 2019-09-12 22:49:43 +02:00
worldofpeace 0588d2d9de
Merge pull request #68605 from worldofpeace/patch-gstreamer-vaapi
gst_all_1.gst-vaapi: patch to Remove Mesa from drivers white list
2019-09-12 15:18:34 -04:00
worldofpeace dc5d1aa474 gst_all_1: auto_features already enabled 2019-09-12 14:12:02 -04:00
worldofpeace ca9c4d29e9 gst_all_1.gst-vaapi: patch to Remove Mesa from drivers white list
See https://mail.gnome.org/archives/distributor-list/2019-September/msg00000.html
Users can re-add it with GST_VAAPI_ALL_DRIVERS.
2019-09-12 14:11:24 -04:00
worldofpeace b9a738d613
Merge pull request #68461 from d-goldin/zeroc-ice-36-fix-gcc8
zeroc-ice-36: fix build for gcc8
2019-09-12 12:48:50 -04:00
worldofpeace 6b92321f82
Merge pull request #68550 from WilliButz/v8/fix-aarch64-build
v8: fix build on aarch64
2019-09-12 12:10:43 -04:00
Marek Mahut 8490d53463
Merge pull request #68408 from leenaars/getdns
getdns: 1.5.1 -> 1.5.2
2019-09-12 16:06:40 +02:00
worldofpeace 5c8c3d6ce4
Merge pull request #67553 from Moredread/rtaudio-pulseaudio
rtmidi: add PulseAudio support
2019-09-12 09:16:52 -04:00
WilliButz a981edb443
Merge pull request #68292 from matthewbauer/v8-pkgconfig
v8: add pkgconfig file
2019-09-12 14:21:03 +02:00
WilliButz 0e879bfe8d
v8: fix build on aarch64 2019-09-12 14:13:26 +02:00
André-Patrick Bubel 383d3a43e5
rtmidi: add PulseAudio support 2019-09-12 13:03:49 +02:00
WilliButz 823e8accb9
wt4: 4.1.0 -> 4.1.1 2019-09-11 16:19:59 +02:00
WilliButz 5c5fc13602
wt3: 3.4.0 -> 3.4.1, include harfbuzz 2019-09-11 16:19:45 +02:00
Nathan van Doorn 4535178a37 qt59.qtscript: fix error due to gcc8.3 2019-09-11 13:33:38 +01:00
Nathan van Doorn a4ace375d2 qt511.qtscript: fix error due to gcc8.3 2019-09-11 13:32:53 +01:00
Andreas Rammhold 20c7a35429
openssl_1_0_2: fixup sha256 2019-09-11 13:48:31 +02:00
Dima cb966b6f7b zeroc-ice-36: fix build for gcc8
The build was broken failing on unneccessary memsets.
This issue was fixed upstream in 3.7 and discussed in
https://github.com/zeroc-ice/ice/issues/82

The patch pertaining to the error causing the actual failure still
applies nicely onto the 3.6 version.

Hydra logs of breakage: https://hydra.nixos.org/build/100440955/nixlog/1
2019-09-11 00:28:03 +02:00
worldofpeace 9cbc8f38a6
Merge pull request #68434 from d-goldin/release-19.09/qtwebtoolkit-disable-memaccess-warnings
qtwebkit: fixing build / reducing build log size
2019-09-10 18:18:51 -04:00
Orivej Desh 93bf6e2648 libipt: fix maintainers 2019-09-10 21:08:18 +00:00
Orivej Desh 5d9a003804 libipt: init at 2.0.1 2019-09-10 21:04:12 +00:00
Andreas Rammhold d49fb86b1b
openssl: 1.1.1c -> 1.1.1d
(cherry picked from commit 76d54c72acaaa32e2c1f8b13002f0ceac3b7b06f)
2019-09-10 21:22:50 +02:00
Andreas Rammhold 5d5cd70516
openssl_1_0_2: 1.0.2s -> 1.0.2t
(cherry picked from commit aa6327c29c2de41a61db5aef8444385c531d4cc2)
2019-09-10 21:22:47 +02:00
Jan Tojnar 8ab501545d
sup: remove (#68416)
sup: remove
2019-09-10 19:43:18 +02:00
Dima 6f1ad0676f qtwebkit: fixing build / reducing build log size
GCC 8 introduced a new type of warning `-Wclass-memaccess` which
is included in `-Wall`. This warnings spits out *a million* of warnings
like the following:

```
[...]
/build/source/Source/WTF/wtf/Vector.h:128:15: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class WTF::RefPtr<WebCore::TransformOperation>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
         memcpy(dst, src, reinterpret_cast<const char*>(srcEnd) - reinterpret_cast<const char*>(src));
[...]
``

Logs demonstrating the issue:
https://hydra.nixos.org/build/100205478/nixlog/1

While I don't think disabling warnings is the best way to deal with this,
there is alrady precedent for this package and I don't feel confident enough
to either patch or bump this package.

Please view this as a low-friction sub-optimal suggestion in case nobody else
has a better fix.
2019-09-10 18:42:30 +02:00
Michael Fellinger da7886c940
sup: remove 2019-09-10 15:49:31 +02:00
Peter Hoeg d9b290000e
Merge pull request #68086 from alapshin/ktorrent
ktorrent: 5.1.0 -> 5.1.2
2019-09-10 21:33:47 +08:00
Michiel Leenaars a91fe3d575 getdns: 1.5.1 -> 1.5.2 2019-09-10 10:19:28 +02:00
Jan Tojnar 1716d62f63
Merge branch 'staging-next' into staging 2019-09-10 07:06:45 +02:00
Aaron Andersen a10ba70aa2
Merge pull request #68381 from flokli/instantclient-19.3-macos
oracle-instantclient: 18.1.0.0.0 -> 19.3.0.0.0 (x86_64-darwin)
2019-09-09 22:19:39 -04:00
Florian Klink 93b55c29ec oracle-instantclient: 18.1.0.0.0 -> 19.3.0.0.0 (x86_64-darwin)
macos binaries are available without having to login, so we can also
remove the requireFile fetcher.
2019-09-09 21:32:07 -04:00
Jan Tojnar b27da0dde7
gmic & gmic-qt: update & clean-up (#68257)
gmic & gmic-qt: update & clean-up
2019-09-10 01:21:17 +02:00
Jan Tojnar adfc3457af
liblouis: 3.10.0 → 3.11.0 (#68374)
liblouis: 3.10.0 → 3.11.0
2019-09-10 01:21:00 +02:00
Jan Tojnar cf7995dbfa
liblouis: 3.10.0 → 3.11.0
http://liblouis.org/liblouis/2019/09/02/release-3.11.0.html
2019-09-09 21:53:33 +02:00
Jan Tojnar 4bee4a2400
liblouis: format with nixpkgs-fmt 2019-09-09 21:53:30 +02:00
Izorkin 02812860c8 unixODBCDrivers.mariadb: 2.0.10 -> 3.1.2 2019-09-09 15:55:35 +03:00
Izorkin 329a88efa7 treewide: replace mysql.connector-c to libmysqlclient 2019-09-09 15:55:34 +03:00
Jan Tojnar 5fe42dde52
gthree: unstable-2019-08-21 → 0.2.0
https://blogs.gnome.org/alexl/2019/09/09/gthree-ready-to-play/
https://github.com/alexlarsson/gthree/releases/tag/0.2.0
2019-09-09 14:02:08 +02:00
Jan Tojnar bf96e6da6d
graphene: 1.9.6 → 1.10.0 2019-09-09 14:01:22 +02:00
Frederik Rietdijk e3f25191c4 Merge staging-next into staging 2019-09-09 08:11:34 +02:00
Frederik Rietdijk 731c82a447
Merge pull request #68244 from NixOS/staging-next
Staging next that includes gcc8
2019-09-09 08:09:36 +02:00
Ben Wolsieffer adf5ca2ce0 jemalloc450: disable transparent huge pages on ARM 2019-09-08 22:57:32 -04:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Florian Klink a5de10b0af sundials: include patch to remove flakiness
The provided patch doesn't apply cleanly on sundials_3 (no
SundialsTesting.cmake, SundialsAddTest.cmake containing trailing
whitespaces inside context), so for now we just disable tests for
sundials_3 - scikits-odes plans to move to sundials 4 anyways - see
https://github.com/bmcage/odes/pull/106.
2019-09-08 16:03:07 -07:00
Dominic Steinitz ac12bdfc96 sundials: relax tolerance for test_sunmatrix_sparse
This test fails on MacOS otherwise, due to slightly different math.

Only add for sundials 4, it's not in sundials_3 yet.
2019-09-08 16:03:07 -07:00
Florian Klink 7e9e22f4d5 sundials_3: init at 3.2.1
That's needed for scikits.odes.
Upstream bug to migrate to sundials 4:
https://github.com/bmcage/odes/issues/98
2019-09-08 15:15:09 -07:00
Florian Klink 5f48e89f37 sundials: add lapack support 2019-09-08 15:15:08 -07:00
Florian Klink ad3023e5f7 sundials: enable tests 2019-09-08 15:15:08 -07:00
Florian Klink d9ce716ccc sundials: use cmakeFlags 2019-09-08 15:15:08 -07:00
Frederik Rietdijk 4b929acf67 Merge staging-next into staging 2019-09-08 22:33:17 +02:00
Frederik Rietdijk 2df3397375 Revert "qt4: fixup build with gcc8 by Arch aur patch"
The build was fixed in two ways, by both this patch and a substitution.
Let's keep the substitition instead of the patch as the patches may disappear.

This reverts commit ccc8c73ea0.
2019-09-08 21:23:28 +02:00
Frederik Rietdijk 47caef475f Merge master into staging-next 2019-09-08 20:45:29 +02:00
Frederik Rietdijk 5f4734b1dd Merge remote-tracking branch 'upstream/gcc-8' into staging-next
Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
2019-09-08 20:44:26 +02:00
Vladimír Čunát 7e91247596
Merge branch 'staging-next' into staging 2019-09-08 18:28:11 +02:00
Vladimír Čunát ccc8c73ea0
qt4: fixup build with gcc8 by Arch aur patch
I'll hope that this simple removal of "volatile" is OK.
I feel sure I saw a PR for this somewhere, but I can't find it.
2019-09-08 18:24:29 +02:00
Orivej Desh 88825bbbde freeimage: 3.17.0 -> 3.18.0 2019-09-08 14:46:31 +00:00
Frederik Rietdijk e73f871285 Merge master into staging-next 2019-09-08 14:49:25 +02:00
Vladimír Čunát 252a30e39c
libgap: remove unreachable path
This was clearly forgotten in 471ba670 #54202.
2019-09-08 09:42:49 +02:00
Matthew Bauer 283358ea42 v8: add pkgconfig file
This is not provided by the v8 team, we need to provide a custom one.

https://bugs.chromium.org/p/v8/issues/detail?id=2184
2019-09-07 21:09:13 -04:00
Peter Hoeg 27f10869e2 taglib: fix ogg file corruption (#68088) 2019-09-08 00:48:01 +02:00
Jan Tojnar 01e7149af6
cimg: 2.7.0 → 2.7.1 2019-09-07 20:15:57 +02:00
Frederik Rietdijk e68505e735 Merge remote-tracking branch 'upstream/gcc8' into staging-next 2019-09-06 23:25:18 +02:00
Frederik Rietdijk 9894a70299 Merge staging into staging-next 2019-09-06 22:47:40 +02:00
Frederik Rietdijk 66bc7fc1b3 Merge master into staging-next 2019-09-06 22:46:05 +02:00
tbenst 6d7282d74a magma: 2.0.2 -> 2.5.0 2019-09-06 20:15:10 +02:00
Will Dietz 4941879049 libusb1: 1.0.22 -> 1.0.23 2019-09-06 19:34:33 +02:00
Will Dietz b38a26e202 libusb1: pname-ification 2019-09-06 19:34:33 +02:00
Will Dietz 94aa75c2c9 harfbuzz: 2.6.0 -> 2.6.1
https://github.com/harfbuzz/harfbuzz/releases/tag/2.6.1
2019-09-06 19:33:08 +02:00
Will Dietz 841c667e9d librsvg: 2.44.14 -> 2.44.15
https://mail.gnome.org/archives/ftp-release-list/2019-September/msg00029.html
2019-09-06 19:32:16 +02:00
Will Dietz 7d1b5fa2b0 mesa_glu: 9.0.0 -> 9.0.1
* source tarball is now xz, not bz2
* pkgconfig was fixed to include Cflags

https://gitlab.freedesktop.org/mesa/glu/compare/glu-9.0.0...glu-9.0.1
2019-09-06 19:32:01 +02:00
Nikolay Amiantov 3a0c6f1402 zeroc-ice: 3.6.3 -> 3.7.2
Rename from zeroc_ice.
Take various improvements from Arch zero-ice package.
Move old version to zeroc-ice-36.
2019-09-06 20:21:09 +03:00
Jan Tojnar 8563088e69
Merge branch 'staging-next' into staging 2019-09-06 16:55:45 +02:00
Jan Tojnar f9237f3152
Merge branch 'master' into staging-next 2019-09-06 16:55:11 +02:00
Robert Hensing 2eb0bb3b59
Merge pull request #68007 from xbreak/clipp
clipp: init at 1.2.3
2019-09-06 12:48:24 +02:00
Jan Tojnar 306cc9b311
Merge branch 'staging-next' into staging 2019-09-06 03:21:30 +02:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar ed54a5b51d
Merge branch 'gtk-no-plus' 2019-09-06 02:57:51 +02:00
Jan Tojnar 684bad0569
gtk: move expressions 2019-09-06 02:54:53 +02:00
Jan Tojnar 72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Vladimír Čunát e5dece4cbf
Merge branch 'staging-next' into staging 2019-09-05 10:23:46 +02:00
Will Dietz 4e8593b874
Merge pull request #68054 from dtzWill/update/webkitgtk-2.24.4
webkitgtk: 2.24.3 -> 2.24.4 (security!)
2019-09-04 21:11:40 -05:00
Will Dietz 8fdb4c2836
Merge pull request #68052 from dtzWill/update/glib-2.60.7
glib: 2.60.6 -> 2.60.7
2019-09-04 20:55:08 -05:00
Orivej Desh 9ec4a264ed libjpeg-turbo: 2.0.2 -> 2.0.3 2019-09-05 00:16:52 +00:00
Timo Kaufmann 0a7f8fbd29
fflas-ffpack: 2.4.0 -> 2.4.3 (#68108) 2019-09-04 18:13:00 +02:00
Andreas Rammhold 29e4048d0a
Merge pull request #67186 from xbreak/libyaml-cpp/no-gtest
libyamlcpp: Disable build & install of Google Test
2019-09-04 14:20:29 +02:00
Vladimír Čunát 4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Andrei Lapshin 3f0f7d5054 ktorrent: 5.1.0 -> 5.1.2
Update ktorrent from 5.1.0 to 5.1.2 and libktorrent from 2.1 to 2.1.1,
remove already included patches
2019-09-04 10:20:41 +03:00
Will Dietz 04ddfc59b4
webkitgtk: 2.24.3 -> 2.24.4 (security!)
https://webkitgtk.org/2019/08/28/webkitgtk2.24.4-released.html
https://webkitgtk.org/security/WSA-2019-0004.html
2019-09-03 19:23:11 -05:00
Will Dietz 59ed1d94c9
glib: 2.60.6 -> 2.60.7
https://gitlab.gnome.org/GNOME/glib/-/tags/2.60.7
2019-09-03 19:18:53 -05:00
Will Dietz 063b619338
libcbor: prepend version with 'unstable-' per policy
Per reviewer suggestion, thanks!

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2019-09-03 18:24:45 -05:00
Jai Flack cac6631e61 Add large hunspell dicts (#67424)
* Move en_AU alias to above declaration to match others

* Add en_GB-large, en_US-large, en_CA-large and en_AU-large hunspell dictionaries

Squashed commit of the following:

commit e3c0054263f6d71c1890ecb52b06ade71ce046ee
Author: Jai Flack <jaiflack@protonmail.com>
Date:   Tue Aug 27 18:38:34 2019 +1000

    Add en_GB-large, en_US-large, en_CA-large and en_AU-large hunspell
    dictionaries

    Squashed commit of the following:

    commit 6b16e7326061aa55bb6993b3913fb4fb701a9b8f
    Author: Jai Flack <jaiflack@protonmail.com>
    Date:   Sun Aug 25 15:38:08 2019 +1000

        Adding en_GB-large dictionary

    commit c94c6c39503750c820cdab533b4372695b61bad3
    Author: Jai Flack <jaiflack@protonmail.com>
    Date:   Sun Aug 25 15:37:37 2019 +1000

        Fix en_US-large and en_CA-large hashes

    commit 84a847b39e7ad967d26434b0f6935211bb42010a
    Author: Jai Flack <jaiflack@protonmail.com>
    Date:   Sun Aug 25 15:15:54 2019 +1000

        Adding en_AU-large dictionary

    commit b7d6e1ceebae98a5d7f3c6e119cb3816b879ed54
    Author: Jai Flack <jaiflack@protonmail.com>
    Date:   Sun Aug 25 15:15:36 2019 +1000

        Adding en_CA-large dictionary

    commit c1857a6e054b60bbe51eda4a8c3c55285cf6092e
    Author: Jai Flack <jaiflack@protonmail.com>
    Date:   Sun Aug 25 15:15:10 2019 +1000

        Adding en_US-large dictionary

    commit 898caa0eb9452992d5dc59cd82d267fcc8ad1133
    Author: Jai Flack <jaiflack@protonmail.com>
    Date:   Sun Aug 25 15:14:25 2019 +1000

        Modifying mkDictFromWordlist to allow for different src and destination
        file names
2019-09-03 22:57:46 +02:00
Franz Pletz de85797565
Merge remote-tracking branch 'origin/master' into gcc-8 2019-09-03 22:15:07 +02:00
worldofpeace 26b8a0a940
Merge pull request #68016 from worldofpeace/no-single-quote-placeholder
treewide: don't use single quotes with placeholder
2019-09-03 13:02:42 -04:00
worldofpeace 59e68d3b74 treewide: don't use single quotes with placeholder 2019-09-03 13:01:42 -04:00
Jan Tojnar d1f9fcbbbc
libgdata.tests: add installedTests 2019-09-03 16:51:47 +02:00
Jan Tojnar e01d33a99d
libgdata: 0.17.10 → 0.17.11
https://download.gnome.org/sources/libgdata/0.17/libgdata-0.17.11.news
2019-09-03 16:47:31 +02:00
worldofpeace 42f63ff5a8
Merge pull request #67957 from jtojnar/glib-networking-cleanup
glib-networking: clean up & add installed tests
2019-09-03 10:42:31 -04:00
idontgetoutmuch 739cdb368e Ensure blas produces pkg config files (#67629)
blas: produce pkgconfig file
2019-09-03 16:34:45 +02:00
Jan Tojnar 0aa934aa2d
libproxy: wrap GSetings helper
Add GSettings schemas required for GNOME helper.
2019-09-03 16:11:40 +02:00
Jan Tojnar e9953b602c
libproxy: format with nixpkgs-fmt 2019-09-03 16:11:39 +02:00
Jan Tojnar d0ddf6415a
libproxy: split python outputs 2019-09-03 16:11:39 +02:00
Jan Tojnar a01a8544f7
libproxy: remove outdated comment
We no longer propagate dependencies so the comment is not relevant.
2019-09-03 16:11:39 +02:00
Jan Tojnar ecf6f4aeb1
glib-networking: add installed tests 2019-09-03 16:11:38 +02:00
xbreak b604e3fafd clipp: init at 1.2.3 2019-09-03 12:38:59 +00:00
Jan Tojnar 065c722d73
Merge pull request #67928 from jtojnar/enchant-tests
enchant: 2.2.4 → 2.2.5
2019-09-03 12:36:35 +02:00
Jan Tojnar b1d6e7a0fc
libmypaint: 1.3.0 → 1.4.0 (#67929)
libmypaint: 1.3.0 → 1.4.0
2019-09-03 12:04:16 +02:00
Jan Tojnar 30853a61f5
libmypaint: 1.3.0 → 1.4.0
http://mypaint.org/blog/2019/09/01/libmypaint-1.4.0-release/
2019-09-03 11:29:09 +02:00
Jan Tojnar fa03881954
gnome3.glib-networking: replace with alias
Since we moved gsettings-desktop-schemas to top-level, gnome3.glib-networking was the same as glib-networking.
We could try to make the top-level variant not depend on gsettings-desktop-schemas again but that is probably
pointless, as the dependency is rather small compared to things like libproxy. Instead, we will just drop
the package in gnome3 attr set and always rely on the top-level expression.
2019-09-03 03:48:06 +02:00
Jan Tojnar 6fabbe513b
gnome3.gvfs: fix eval with allowAliases = false 2019-09-03 03:48:06 +02:00
Jan Tojnar f5a54f388c
gvfs: format with nixpkgs-fmt 2019-09-03 03:48:06 +02:00
Jan Tojnar ef19440dc5
gvfs: only support GNOME 3, not GNOME 2
It will make the expression and calls nicer.
2019-09-03 03:48:06 +02:00
Jan Tojnar ce4036177b
glib-networking: hardcode GSettings path to gnomeproxy module
So that this can be loaded from programs not depending on gsettings-desktop-schemas.

Currently, this patch is much uglier than it could be due to
https://gitlab.gnome.org/GNOME/glib/issues/1884
2019-09-03 02:48:49 +02:00
Vladimír Čunát 62d365654c
Merge nss update from #67924 into staging
Let's try to do some rebuilds in advance of Firefox release.
2019-09-02 23:26:50 +02:00
Vladimír Čunát f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Jan Tojnar 897a09f5e3
glib-networking: clean up 2019-09-02 18:57:46 +02:00
Jan Tojnar cb1cc757ff
glib-networking: stop propagating dependencies
This was done from the beginning for no apparent reason:
cc6ecaeeef
2019-09-02 18:57:46 +02:00
Jan Tojnar 8c7be1b927
glib-networking: improve meta
* Add maintainers
* Add homepage
* Correct license as per b9c0324376
2019-09-02 18:57:46 +02:00
Jan Tojnar 84f318e323
glib-networking: drop unnecessary flag
auto_features are now enabled by default.
2019-09-02 18:57:46 +02:00
Jan Tojnar f61b3e02c0
glib-networking: format with nixpkgs-fmt 2019-09-02 18:57:45 +02:00
Andreas Rammhold 7b504b49b0 nss: 3.44.1 -> 3.46 2019-09-02 16:13:19 +02:00
Jan Tojnar a41932865f
libmypaint: format with nixpkgs-fmt 2019-09-02 12:00:54 +02:00
Jan Tojnar eca6a1371f
enchant: 2.2.4 → 2.2.5
https://github.com/AbiWord/enchant/blob/v2.2.5/NEWS#L1-L4
2019-09-02 11:28:08 +02:00
Jan Tojnar c1069b51ec
enchant: enable tests
We need to enable relocatability as per https://github.com/AbiWord/enchant/issues/219 for tests to work.
2019-09-02 11:27:49 +02:00
Jan Tojnar afb4fbb9ce
enchant: format with nixpkgs-fmt 2019-09-02 11:23:16 +02:00
Cole Mickens b291f2a995 libinput: 1.13.4 -> 1.14.1 2019-09-01 17:46:30 +02:00
Florian Klink 0934064791
Merge pull request #67841 from ivan/vulkan-loader-fix
vulkan-headers, vulkan-tools: fix version
2019-09-01 15:37:00 +02:00
Jan Tojnar 793c2c3819
Merge pull request #67864 from ryantm/babl
babl: disable tests
2019-09-01 08:50:13 +02:00
Ryan Mulligan 60d53d16d9 babl: disable tests
the tests fail
https://github.com/NixOS/nixpkgs/pull/67416#issuecomment-526864719 so
we'll disable them for now and notify upstream
2019-08-31 20:26:19 -07:00
R. RyanTM 0f11643580 libtasn1: 4.13 -> 4.14 (#65968)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libtasn1/versions
2019-08-31 23:21:23 -04:00
R. RyanTM 98ac6058ed libmicrohttpd: 0.9.64 -> 0.9.66 (#65976)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmicrohttpd/versions
2019-08-31 23:20:46 -04:00
Benjamin Hipple 11acf66e00 zlib: enable check and parallel building (#62025)
* zlib: enable check and parallel building

* Remove empty maintainers line
2019-08-31 23:20:02 -04:00
worldofpeace e768919148
Merge pull request #67859 from worldofpeace/pango-updatepatch
pango: update hash to patch
2019-08-31 22:59:13 -04:00
R. RyanTM 83eb5620a9 libevent: 2.1.10 -> 2.1.11 (#65963)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libevent/versions
2019-08-31 22:25:41 -04:00
worldofpeace c069c6e986 pango: update hash to patch
Fixes #67537
2019-08-31 22:08:07 -04:00
Benjamin Saunders 37538f8ec0 openxr-loader: 1.0.1 -> 1.0.2 2019-08-31 11:08:29 -07:00
Ivan Kozik e54007370f vulkan-headers, vulkan-tools: fix version
This fixes an assertion error in vulkan-loader on version == vulkan-headers.version:

assertion failed at /nix/store/ca66sbxzxlxlfpb579nxxnw97z2ql1gv-source/pkgs/development/libraries/vulkan-loader/default.nix:8:1

The sha256 for vulkan-headers and vulkan-tools are unchanged because
they were already set to the newer version. The correct version was
lost in the staging-next merge.
2019-08-31 17:38:42 +00:00
Frederik Rietdijk 98ef78326d Merge staging-next into staging 2019-08-31 18:07:33 +02:00
Frederik Rietdijk 96e5474329 Merge master into staging-next 2019-08-31 18:04:31 +02:00
Aaron Andersen 6951cbeea9
Merge pull request #66238 from jonringer/update-vulkan
Update vulkan packages
2019-08-31 11:45:50 -04:00
Averell Dalton c4adeddb5f opencv: dont try cuda on 32 bit
config.cudaSupport can be true and cudatoolkit doesn't work with i686,
which can happen inside pkgsi686Linux wrapping.
2019-08-31 15:55:18 +02:00
Guillaume Maudoux 92b96ce63f openssl: fix man pages collisions (#66317) 2019-08-31 08:23:39 -04:00
Will Dietz 0173f83a55 nghttp2: 1.39.1 -> 1.39.2 (security!) (#67057)
https://github.com/nghttp2/nghttp2/releases/tag/v1.39.2
2019-08-31 08:11:47 -04:00
Niklas Hambüchen 9e78f76ade treewide: Remove unnecessary `--disable-static` (#66759)
* freetype: Remove unnecessary `--disable-static`.

The true-by-default `dontDisableStatic` already takes care of it.

Fixes freetype not being overridable to have static libs.

* treewide: Remove unnecessary `--disable-static`.

The true-by-default `dontDisableStatic` already takes care of it.

Fixes these packages not being overridable to have static libs.
2019-08-31 08:10:53 -04:00
R. RyanTM 50d8295cc6 gawk: 4.2.1 -> 5.0.1 (#59503)
* gawk: 4.2.1 -> 5.0.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/gawk/versions

* libgpg-error: fix build with gawk 5

Cherry picked commit 6fe2cdd03c98270b0ce0026acf8dab0a6c4d3d63 from
https://github.com/NixOS/nixpkgs/pull/67801.
2019-08-31 07:13:30 -04:00
Averell Dalton 5017f4c608 iso-codes: 3.79 -> 4.3 2019-08-31 12:44:13 +02:00
Izorkin 232fd7f1ea libnftnl: 1.1.3 -> 1.1.4 2019-08-31 12:37:33 +02:00
Ben Wolsieffer dc74568f65 gst_all_1.gst-plugins-base: fix build on ARM 2019-08-31 12:36:18 +02:00
R. RyanTM 2bcba7336f harfbuzz: 2.5.3 -> 2.6.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/harfbuzz/versions
2019-08-31 12:34:42 +02:00
Lancelot SIX 6544f1ae92 libgcrypt: 1.8.4 -> 1.8.5
See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00008.html
for release information
2019-08-31 12:33:21 +02:00
Frederik Rietdijk ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Ryan Mulligan c56a764e2e
Merge pull request #67782 from jonringer/bump-exempi
exempi: 2.4.5 -> 2.5.1
2019-08-30 23:36:11 -07:00
Samuel Leathers ebe4fd146b
Merge pull request #66010 from r-ryantm/auto-update/openldap
openldap: 2.4.47 -> 2.4.48
2019-08-30 23:16:08 -04:00
Samuel Leathers 41a3746a90
Merge pull request #66253 from magenbluten/rocksdb
rocksdb: 6.1.2 -> 6.2.2
2019-08-30 23:04:43 -04:00
Mario Rodas 4e24cf1591
Merge pull request #67600 from marsam/update-plv8
postgresqlPackages.plv8: 2.3.12 -> 2.3.13
2019-08-30 19:15:35 -05:00
Jonathan Ringer e594088ae8 exempi: 2.4.5 -> 2.5.1 2019-08-30 11:02:47 -07:00
Eric Wolf 74bfecb7ee yubico-pam: unstable-2019-03-19 -> unstable-2019-07-01
Co-Authored-By: Marek Mahut <marek.mahut@gmail.com>
2019-08-30 19:27:58 +02:00
Craige McWhirter d2512c134a
libhandy: 0.0.10. -> 0.0.11 2019-08-30 10:29:18 +10:00
worldofpeace 2f7d0993b7
Merge pull request #67363 from worldofpeace/dbus-datadir
dbus: don't make datadir /etc, set runstatedir to /run
2019-08-29 19:46:51 -04:00
Jan Tojnar 3665a31a4a
Merge pull request #67663 from jtojnar/fc-joypixels
fontconfig: add support for JoyPixels font
2019-08-30 00:30:13 +02:00
Izorkin 066bd13613
libvirt-glib: remove unused packages 2019-08-29 15:16:34 +02:00
Peter Hoeg 5e3334bc55
Merge pull request #67612 from peterhoeg/u/hidapi
hidapi: 0.8.0-RC1 -> 0.9.0
2019-08-29 16:37:21 +08:00
Mario Rodas f24c729196
postgresqlPackages.plv8: narrow platforms to x86_64-linux
plv8 uses a custom version v8 version, which is reported to only build
on x86_64-linux. The next major version plv8 should drop the custom v8.
2019-08-29 03:00:00 -05:00
Jan Tojnar 37018e70d1
fontconfig: add support for JoyPixels font
Mirroring the following upstream merge request
https://gitlab.freedesktop.org/fontconfig/fontconfig/merge_requests/67
2019-08-29 02:15:26 +02:00
worldofpeace 58fd72f3e9
Merge pull request #67490 from kisik21/master
libargon2: fixed cross-compilation
2019-08-28 13:02:05 -04:00
Vika 06073ae7df libargon2: fixed cross-compilation
Makefile had a hardcoded unprefixed ar. I wrote a patch (sending it
upstream) and added an optional make flag to override it in case we're
cross-compiling.

Unfortunately, this causes a rebuild of native packages.

This commit also fixes the pkg-config file to be generated correctly,
patch was provided by @worldofpeace.
2019-08-28 19:35:19 +03:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Robin Gloster aafc6d09e7
Merge pull request #67246 from tobim/gcc8/qt48
qt48: Fix build for gcc8
2019-08-28 12:21:07 +02:00
Peter Hoeg 74ed54cf0c hidapi: 0.8.0-RC1 -> 0.9.0 2019-08-28 16:58:18 +08:00
Frederik Rietdijk 5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
Spencer Janssen 6e672974cc unixODBCDrivers.msodbcsql17: 17.2.0.1 -> 17.4.1.1 2019-08-27 17:58:43 -05:00
Michael Weiss 61ba5d88ef
dav1d: Add optional Vulkan support (experimental) 2019-08-27 23:30:41 +02:00
Tadeo Kondrak 0a72c32723
libplacebo: init at 1.1.8.0 2019-08-27 23:30:41 +02:00
Jan Tojnar d63d84d350
Merge pull request #67584 from jtojnar/appstream-glib-cleanup
appstream-glib: clean up dependencies
2019-08-27 23:02:01 +02:00
Jan Tojnar ca15e26d4d
appstream-glib: clean up dependencies 2019-08-27 22:25:27 +02:00
worldofpeace 6402a044f3
Merge pull request #67488 from worldofpeace/glib/get-schema-path
glib: add getSchemaPath, makeSchemaPath
2019-08-27 15:19:11 -04:00
Frederik Rietdijk 98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
Michael Weiss ad339e91c1
wlroots: 0.6.0 -> 0.7.0
Changelog: https://github.com/swaywm/wlroots/releases/tag/0.7.0
Rootston was removed for this release.
2019-08-27 11:32:09 +02:00
Marek Mahut b222ee44f2
Merge pull request #67520 from jonringer/bump-gnurl
gnurl: 7.64.0 -> 7.65.0
2019-08-27 10:35:29 +02:00
Marek Mahut 761cfbf986
Merge pull request #67503 from risicle/ris-poco-cctz-darwin
poco, cctz: enable for darwin
2019-08-27 10:08:52 +02:00
Jörg Thalheim 9f313d4189
Merge pull request #67536 from volth/quotes
treewide: remove redundant quotes
2019-08-27 06:32:04 +01:00
worldofpeace ed2aa6313f glib: add getSchemaPath 2019-08-26 21:28:13 -04:00
Marek Mahut a61151916f
Merge pull request #67454 from mmahut/wavpack
wavpack: CVE-2018-7253 and CVE-2018-7254
2019-08-26 23:52:57 +02:00
volth 35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
Robin Gloster fe9c9f719d
libdrm: enable omap support
fixes build for xorg.xf86videoomap
2019-08-26 23:08:02 +02:00
Matthew Bauer aa87137d3b
Merge pull request #67502 from dywedir/hunspellDicts.uk-ua
hunspellDicts.uk-ua: 4.2.5 -> 4.6.3
2019-08-26 15:34:18 -04:00
Jonathan Ringer 47c398f632 gnurl: 7.64.0 -> 7.65.0 2019-08-26 11:31:48 -07:00
Marek Mahut bfcab98074
Merge pull request #67489 from mmahut/exiv2
exiv2: enabling tests for real
2019-08-26 17:52:24 +02:00
Marek Mahut 4ee4bb9872 exiv2: adding DYLD_LIBRARY_PATH= for darwin tests 2019-08-26 17:16:06 +02:00
Jan Tojnar 667ee34440
Merge pull request #67500 from jtojnar/graphene-fix-tests
graphene: fix installed tests
2019-08-26 15:48:12 +02:00
Vladyslav M e89dc6af4e
hunspellDicts.uk-ua: 4.2.5 -> 4.6.3 2019-08-26 16:17:56 +03:00
Jan Tojnar b5bb10d7ed
graphene: add installed tests as a passthru 2019-08-26 15:09:35 +02:00
Jan Tojnar 38882f1503
mutest: 2019-08-12 → 2019-08-26
Fixes OOB write breaking graphene installed tests:

https://github.com/ebassi/mutest/pull/11
2019-08-26 15:09:05 +02:00
Robert Scott f8c2a8461e cctz: enable for darwin
only minor tweaks needed
2019-08-26 14:07:07 +01:00
Robert Scott bc26695334 poco: enable for darwin 2019-08-26 14:06:28 +01:00
Jan Tojnar 02bc9e463c
Merge pull request #67416 from jtojnar/babl-0.1.72
babl: 0.1.66 → 0.1.72
2019-08-26 14:57:58 +02:00
Jan Tojnar ba2a16ffa2
gegl_0_3: drop 2019-08-26 14:28:42 +02:00
Jan Tojnar 071804bf60
babl: 0.1.66 → 0.1.72
https://gitlab.gnome.org/GNOME/babl/blob/BABL_0_1_72/NEWS#L6-24
2019-08-26 14:28:41 +02:00
Peter Hoeg 76ad2796be qscintilla: 2.9.4 -> 2.11.2
We strip the library suffix as we don't need it and it confuses various
downstream consumers.

Also replace calls to sed with substituteInPlace as the latter will complain in
case it doesn't perform a substitution.
2019-08-26 19:09:59 +08:00
worldofpeace b7fa073196 glib: add makeSchemaPath 2019-08-26 07:03:39 -04:00