Commit Graph

30430 Commits

Author SHA1 Message Date
Frederik Rietdijk
0d5f072fde
Merge pull request #61330 from r-ryantm/auto-update/libgda
libgda: 5.2.8 -> 5.2.9
2019-05-12 20:26:51 +02:00
R. RyanTM
e48352a96a libdazzle: 3.32.1 -> 3.32.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/libdazzle/versions
2019-05-12 20:23:08 +02:00
R. RyanTM
5b9bb1b431 libgsf: 1.14.45 -> 1.14.46
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgsf/versions
2019-05-12 20:22:17 +02:00
R. RyanTM
b9ccfc9f2e oniguruma: 6.9.1 -> 6.9.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/onig/versions
2019-05-12 20:21:35 +02:00
Frederik Rietdijk
ef0dbef7f1 Merge master into staging-next 2019-05-12 19:59:09 +02:00
Renaud
9f8e30bfc1
Merge pull request #61284 from r-ryantm/auto-update/eccodes
eccodes: 2.12.0 -> 2.12.5
2019-05-12 17:46:58 +02:00
Thomas Mader
2c4bc9aab8 dmd, gtk: Remove dontStrip
because with binutils 2.31 everything is working again
(#59390)
2019-05-12 17:22:35 +02:00
xbreak
152b1e4dbc cfitsio: 3.430 -> 3.450
The derivation is also updated to optionally build cfitsio with bzip2
support (enabled by default).
2019-05-12 11:25:22 +00:00
Renaud
90f6472633
Merge pull request #61039 from dtzWill/update/libnsl-1.2.0
libnsl: 1.1.0 -> 1.2.0, drop included patches
2019-05-12 10:00:25 +02:00
Will Dietz
eb327edc2a hyperscan: 5.1.0 -> 5.1.1 (#59500)
* hyperscan: 5.1.0 -> 5.1.1

* provide misc utils needed by build

* hyperscan: build shared libs only by default

Only consumer now (rspamd) needs only the shared libs
+ add a switch to build both shared and static if needed
+ cleaner outputs (previously there was static lib and symlink to shared lib in $dev)
+ fix pkgconfig template for v5.1.1 otherwise "includedir" path is wrong

* hyperscan: restrict to x86_64-linux

Fails to find 'nm' on x64 darwin
2019-05-12 09:44:05 +02:00
Matthew Bauer
0f473cc854 portaudio: disable werror for flags hit in clang 2019-05-11 23:02:56 -04:00
R. RyanTM
9390ebd695 libgda: 5.2.8 -> 5.2.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgda/versions
2019-05-11 18:31:20 -07:00
Renaud
c162ccf1c7
Merge pull request #61001 from ryan4729/qscintilla-macos
qscintilla: add qtmacextras to propagatedBuildInputs on darwin
2019-05-12 00:13:57 +02:00
R. RyanTM
7a47b92765 gtksourceview: 3.24.10 -> 3.24.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtksourceview/versions
2019-05-11 13:39:44 -07:00
Michael Weiss
56cb15b5fc
dav1d: 0.3.0 -> 0.3.1 2019-05-11 18:15:01 +02:00
Timo Kaufmann
3814d7b14a
givaro: 4.0.4 -> 4.1.0, fflas-ffpack: 2.3.2 -> 2.4.0, linbox: 1.5.2 -> 1.6.0 (#61285)
The three packages are interdependent and need to be updated together,
like the main contributor did for sage:

https://trac.sagemath.org/ticket/24214
2019-05-11 16:09:07 +02:00
R. RyanTM
b02120fb9e gdcm: 2.8.9 -> 3.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/gdcm/versions
2019-05-11 06:35:34 -07:00
R. RyanTM
ee654a9224 eccodes: 2.12.0 -> 2.12.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/eccodes/versions
2019-05-11 04:02:57 -07:00
Vladimír Čunát
5236232eea
ffmpeg-full: fix the build phase
I was surprised the build is so slow, and I see it's single-threaded
due to all work being done in install phase :-/
Please, do *not* rewrite phases unless you're really confident it's
a good approach; typically postFoo and preFoo is much better.

I considered filing this ffmpeg-related string of changes as a PR,
but in the end it doesn't seem likely to need review and we have too
many PRs as it is...
2019-05-11 11:38:28 +02:00
Vladimír Čunát
9fda8602e1
ffmpeg-full: enable nvenc by default
It's called "full", after all, and nvenc seem quite cheap actually.
Also remove an unused parameter.
2019-05-11 11:38:28 +02:00
Jorge Acereda
9efdc7530a
nv-codec-headers: fix license
(cherry picked from commit 65c52e11ab066b0e16250ef4c8d8354f3529a5ce)
2019-05-11 11:38:26 +02:00
Jorge Acereda
f96ce31af8
nvenc: remove obsolete nvidia-video-sdk
(cherry picked from commit b869a42ddb02a3ad6eb812a52400e0603b578bbb)
2019-05-11 11:38:26 +02:00
Jorge Acereda
de5e115de2
ffmpeg-full: nvenc doesn't imply nonfree licensing
(cherry picked from commit ce211e68396e7cfe0897586ae38b0e5fb268f09b)
2019-05-11 11:38:25 +02:00
Will Dietz
5dff8e9818 libxmlb: 0.1.8 -> 0.1.9 (#61201)
* libxmlb: 0.1.8 -> 0.1.9

* libxmlb: restrict to linux platforms
It fails to build on Darwin
2019-05-11 11:30:46 +02:00
Vladimír Čunát
58213cd9ca
Merge #60740: ffmpeg*: 4.1.2 -> 4.1.3 2019-05-11 11:24:18 +02:00
Vladimír Čunát
fd78c3b5de
ffmpeg-full: 4.1.2 -> 4.1.3 2019-05-11 11:21:20 +02:00
Renaud
253dae1edf
leptonica: disable checks on darwin
18 tests failed with errors like:
> Error in callSystemDebug: iOS 11 does not support system()
> Error in fopenReadStream: file not found

Closes #61259
2019-05-11 10:08:59 +02:00
Vladimír Čunát
e8f4ad0169
Merge branch 'master' into staging-next
~5k rebuilds per platform.
Hydra nixpkgs: ?compare=1518759
2019-05-11 09:41:36 +02:00
Will Dietz
2303d2c718
Merge pull request #61204 from dtzWill/update/libinput-1.13.2
libinput: 1.13.1 -> 1.13.2
2019-05-11 01:28:38 -05:00
Renaud
57fefacf70
leptonica: enable check phase
+ parallel building and checking is faster
+ clarify licensing (BSD-2)
2019-05-10 23:51:46 +02:00
Renaud
651342628e
Merge pull request #60392 from dtzWill/update/leptonica-1.78.0
leptonica: 1.74.1 -> 1.78.0
2019-05-10 17:57:35 +02:00
Renaud
6c3187ba20
Merge pull request #60976 from r-ryantm/auto-update/gssdp
gssdp: 1.2.0 -> 1.2.1
2019-05-10 13:52:09 +02:00
Will Dietz
86fba25bb3
Merge pull request #61200 from dtzWill/update/osinfo-1.5.0
libosinfo, osinfo-db-tools: 1.4.0 -> 1.5.0
2019-05-09 20:09:08 -05:00
Mario Rodas
0c510db2d7
Merge pull request #60773 from r-ryantm/auto-update/rtmidi
rtmidi: 2.1.1 -> 4.0.0
2019-05-09 18:43:01 -05:00
Will Dietz
7d1246ca74
libinput: 1.13.1 -> 1.13.2
https://lists.freedesktop.org/archives/wayland-devel/2019-May/040548.html
2019-05-09 13:25:49 -05:00
Will Dietz
430b24a386
libosinfo: pname 2019-05-09 12:36:55 -05:00
Will Dietz
2c4f13e7aa
libosinfo: 1.4.0 -> 1.5.0
https://www.redhat.com/archives/libosinfo/2019-May/msg00094.html
2019-05-09 12:36:53 -05:00
Will Dietz
b6e91ba23e
libfido2: 1.0.0 -> 1.1.0
https://github.com/Yubico/libfido2/blob/1.1.0/NEWS
2019-05-09 12:26:33 -05:00
Will Dietz
f74f518b80
libfido2: use udev instead of alias libudev 2019-05-09 12:26:31 -05:00
Will Dietz
7cbd6d3cb8
libfido2: init at 1.0.0 2019-05-09 12:26:30 -05:00
Will Dietz
bbc0128e7d
libcbor: init at 2019-02-23 2019-05-09 12:26:29 -05:00
Matthew Bauer
9d3d5e98bc
Merge pull request #45474 from CrystalGamma/mesa_3
mesa: restructure driver selection to be more architecture-neutral
2019-05-08 21:39:39 -04:00
Renaud
c068c7a63f
libpointmatcher: 2016-09-11 -> 1.3.1 (#61157)
Changelog:
https://github.com/ethz-asl/libpointmatcher/releases/tag/1.3.1
2019-05-08 22:07:14 +02:00
Chris Ostrouchov
fe2d30e1c8
symengine: init at 0.3.0
symengine: init at 0.3.0
2019-05-08 11:31:25 -04:00
Vladimír Čunát
c298a8a800
Merge #58374: libjpeg-turbo: 2.0.1 -> 2.0.2, cleanup
... into staging
2019-05-08 14:32:23 +02:00
Michael Raskin
71f9786185
Merge pull request #61088 from thefloweringash/opencsg-darwin
opencsg: Darwin support and tidy
2019-05-08 03:56:52 +00:00
Austin Seipp
27fd944bb7
Merge pull request #60925 from ruuda/libressl-291
libressl: 2.9.0 -> 2.9.1
2019-05-07 17:23:52 -05:00
worldofpeace
163bc2c598
Merge pull request #60906 from worldofpeace/gnome-updates-staging
GNOME updates staging
2019-05-07 18:04:30 -04:00
Renaud
2fb1b3156f
Merge pull request #60932 from c0bw3b/patches-cleanup
[treewide] delete (some) unused patches
2019-05-07 23:34:04 +02:00
Robin Gloster
f41599a028
Merge pull request #61086 from mayflower/cross-fixes
Batch of cross compilation fixes
2019-05-07 20:35:47 +00:00
Frederik Rietdijk
87a5d8fede Merge staging-next into staging 2019-05-07 19:30:14 +02:00
Frederik Rietdijk
a80982b4c9
Merge staging-next into master 2019-05-07 19:29:06 +02:00
worldofpeace
a6ca1a8441 glib: 2.60.1 -> 2.60.2
https://gitlab.gnome.org/GNOME/glib/blob/2.60.2/NEWS
2019-05-07 12:55:37 -04:00
worldofpeace
0a12272f65 glib-networking: 2.60.1 -> 2.60.2
https://gitlab.gnome.org/GNOME/glib-networking/blob/2.60.2/NEWS
2019-05-07 12:55:37 -04:00
worldofpeace
1f1a9649ef folks: 0.11.4 -> 0.12.1
https://gitlab.gnome.org/GNOME/folks/blob/0.12.1/NEWS
2019-05-07 12:55:24 -04:00
Robin Gloster
c2800a26b4
dbus-glib: fix cross 2019-05-07 18:14:11 +02:00
Robin Gloster
1bdae8f675
isocodes: fix cross 2019-05-07 18:14:10 +02:00
Robin Gloster
8c06639141
gstreamer: add patches to fix cross 2019-05-07 18:14:09 +02:00
Chris Ostrouchov
9833f556f7
pythonPackages.symengine: init at 0.3.0 2019-05-07 11:24:24 -04:00
Andrew Childs
29a7e220b7 opencsg: Darwin support and tidy
Regenerate the Makefiles using qmake to set the correct compiler and
use the default installPhase.
2019-05-07 23:22:37 +09:00
R. RyanTM
9ab5d01975 libshout: 2.4.1 -> 2.4.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/libshout/versions
2019-05-07 13:12:09 +02:00
Andrew Childs
1d754bbe94 qscintilla: fix dylib names on Darwin
On Darwin dylibs are intended to have their install names set to their
absolute path. Without an absolute path, applications using these
libraries will have invalid references embedded, and will be unable to
locate the libraries at runtime.
2019-05-07 13:08:00 +02:00
Renaud
1303cc1136
Merge pull request #60972 from r-ryantm/auto-update/geos
geos: 3.7.1 -> 3.7.2
2019-05-07 10:39:07 +02:00
Frederik Rietdijk
0196d8f11c Merge master into staging-next 2019-05-07 09:00:06 +02:00
Profpatsch
3a0fbc17e2 libbass: update 2019-05-07 02:02:11 +02:00
Linus Heckemann
8bf5d3a34e slang: respect TERMINFO_DIRS 2019-05-06 21:57:18 +02:00
Matthew Bauer
69cf07ec0f
Merge pull request #60828 from matthewbauer/mark-bad-platforms
Mark some bad platforms
2019-05-06 15:54:08 -04:00
Andrew Childs
051320062e libusb1: optionally enable static library 2019-05-06 17:06:28 +02:00
R. RyanTM
1800e3ca5c libdvdread: 6.0.0 -> 6.0.1 (#57275)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdvdread/versions
2019-05-06 16:47:10 +02:00
Renaud
2a945ffc52
Merge pull request #60824 from r-ryantm/auto-update/vte
vte: 0.56.1 -> 0.56.2
2019-05-06 16:07:25 +02:00
Renaud
e13808f6de
Merge pull request #60989 from c0bw3b/pkg/libwmf
libwmf: 0.2.8.4 -> 0.2.12
2019-05-06 15:17:55 +02:00
Peter Simons
3039b8db0c
Merge pull request #59602 from amirshavit/boost170
boost 170: init at 1.70.0
2019-05-06 14:41:17 +02:00
R. RyanTM
47c78acd8e utf8proc: 2.2.0 -> 2.3.0 (#59724)
* utf8proc: 2.2.0 -> 2.3.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/utf8proc/versions

* utf8proc: use fetchFromGitHub
2019-05-06 14:30:33 +02:00
Will Dietz
6a496b3143 libnsl: 1.1.0 -> 1.2.0, drop included patches 2019-05-06 04:03:06 -05:00
Mitsuhiro Nakamura
e034a519a4 SDL2: add fcitx support (#60991) 2019-05-05 23:51:08 -04:00
Vincent Laporte
f38bf3ba4e ocamlPackages.bap: 1.4.0 -> 1.6.0
libbap: 2018-03-01 -> 2019-04-05
2019-05-05 22:00:58 +02:00
Michael Raskin
7770495cd7
Merge pull request #59148 from volth/gcc.arch.v3
compilation for particular x86_64 architecture
2019-05-05 19:12:12 +00:00
Renaud
24debf74ef
Merge pull request #60986 from r-ryantm/auto-update/libiio
libiio: 0.17 -> 0.18
2019-05-05 20:19:11 +02:00
Renaud
299cb17f39
Merge pull request #57281 from r-ryantm/auto-update/liblcf
{easyrpg-player,liblcf}: 0.5.4 -> 0.6.0
2019-05-05 20:14:48 +02:00
ryan4729
280edf52b7 qscintilla: add qtmacextras to propagatedBuildInputs on darwin 2019-05-05 11:07:49 -07:00
c0bw3b
e82c74be5e libwmf: 0.2.8.4 -> 0.2.12
Includes the previous security fixes:
- CVE-2006-3376
- CVE-2009-1364
- CVE-2015-0848+4588+4695+4696

+ fixes CVE-2019-6978 (in libgd)
2019-05-05 17:14:14 +02:00
R. RyanTM
480f86ea6d libiio: 0.17 -> 0.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libiio/versions
2019-05-05 06:12:17 -07:00
Aaron Andersen
9d4fb6c927
Merge pull request #60970 from r-ryantm/auto-update/freetds
freetds: 1.00.111 -> 1.1.6
2019-05-05 08:12:44 -04:00
Renaud
435c76208b
Merge pull request #60625 from r-ryantm/auto-update/mbedtls
mbedtls: 2.16.0 -> 2.17.0
2019-05-05 12:42:58 +02:00
R. RyanTM
458f58698d gssdp: 1.2.0 -> 1.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/gssdp/versions
2019-05-05 02:42:35 -07:00
R. RyanTM
97bed5c787 geos: 3.7.1 -> 3.7.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/geos/versions
2019-05-05 01:26:40 -07:00
Renaud
a83115c630
Merge pull request #60470 from r-ryantm/auto-update/aws-sdk-cpp
aws-sdk-cpp: 1.7.56 -> 1.7.90
2019-05-05 10:01:05 +02:00
R. RyanTM
4beb8e24b6 freetds: 1.00.111 -> 1.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/freetds/versions
2019-05-05 00:58:20 -07:00
c0bw3b
9cb260d091 [treewide] delete unused patches 2019-05-04 19:52:24 +02:00
R. RyanTM
a5062a2807 xmlsec: 1.2.26 -> 1.2.28
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xmlsec/versions
2019-05-04 10:42:55 -07:00
Ruud van Asseldonk
5f594be463 libressl: ensure we can link against libtls
Without setting BUILD_SHARED_LIBS, the package would build file, but
when linking it into acme-client or nginx, I got the following error:

    libressl-2.9.1/lib/libtls.a(tls.c.o): undefined reference to symbol 'pthread_once@@GLIBC_2.2.5'
    binutils-2.31.1/bin/ld: glibc-2.27/lib/libpthread.so.0: error adding symbols: DSO missing from command line
    collect2: error: ld returned 1 exit status

After looking at the CMakeLists.txt in libressl/tls, I noticed the
BUILD_SHARED_LIBS option, and setting it resolves the linking error.
2019-05-04 18:40:21 +02:00
volth
a134f9cb01 libuv: blacklist "tcp_writealot" test
sometimes it times out https://logs.nix.ci/?key=nixos/nixpkgs.59849&attempt_id=5efe1166-4a32-4a3d-976c-45b3a34f0441
2019-05-04 18:12:52 +02:00
volth
8062ef595c libuv: disable "get_passwd" test 2019-05-04 18:12:52 +02:00
R. RyanTM
9955f6301a pixman: 0.38.0 -> 0.38.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/pixman/versions
2019-05-04 17:56:22 +02:00
R. RyanTM
8eb0dd1cb1 libcdio: 2.0.0 -> 2.1.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/libcdio/versions
2019-05-04 17:55:24 +02:00
R. RyanTM
dafc45800a pcre2: 10.32 -> 10.33
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pcre2/versions
2019-05-04 17:53:34 +02:00
Frederik Rietdijk
b7b3b3f967 Merge staging-next into staging 2019-05-04 17:34:35 +02:00
Frederik Rietdijk
193b899af2 Merge master into staging-next 2019-05-04 17:34:04 +02:00
volth
091de095c9 -mno-fma is x86_64 only; it hinders aarch64 compilation 2019-05-04 15:31:02 +00:00
Ruud van Asseldonk
8c7cde5df2 libressl: build with cmake
LibreSSL 2.9.1 no longer builds with the default autotools configuration.
When I searched for the error, I noticed that Buildroot ran into the
same issue, and they resolved the problem by building with CMake rather
than autotools. [1] I followed the same approach here.

[1]: e783d60473
2019-05-04 15:55:14 +02:00
Ruud van Asseldonk
3415872fe4 libressl_2_9: 2.9.0 -> 2.9.1
This new version does not build as-is, it will need to be patched.
2019-05-04 15:07:34 +02:00
Ryan Mulligan
2c89c24015
Merge pull request #60770 from r-ryantm/auto-update/rtaudio
rtaudio: 5.0.0 -> 5.1.0
2019-05-03 18:55:09 -07:00
Renaud
bf0fa371b9
frei0r-plugins: enable on Darwin (#60896)
* frei0r-plugins: enable on Darwin
Upstream support Darwin platform
+ brew formula for this is pretty straightforward

* frei0r: Darwin dlopen will look for *.dylib
2019-05-04 02:10:42 +02:00
Renaud
a254bd0fb4
Merge pull request #60884 from strager/gsl
microsoft_gsl: 2017-02-13 -> 2.0.0
2019-05-04 01:50:30 +02:00
Ryan Mulligan
64ddbc8431
Merge pull request #60603 from r-ryantm/auto-update/libx86emu
libx86emu: 2.2 -> 2.3
2019-05-03 15:26:43 -07:00
Matthew Glazar
4c305b73b6 microsoft_gsl: use fetchFromGitHub
fetchFromGitHub has friendlier ways to download sources. Use it instead
of fetchgit for microsoft_gsl.
2019-05-03 12:29:37 -07:00
strager
21112a7c16 libgcrypt: fix 1.5 build on macOS (#59507)
libgcrypt-1.5's configure script incorrectly detects x86_64-apple-darwin
(macOS) as an ELF platform. This causes failures when compiling assembly
sources. Backport libgcrypt's fix for this issue, fixing libgcrypt-1.5's
build on macOS.
2019-05-03 14:14:17 -04:00
Matthew Glazar
cda148062a microsoft_gsl: 2017-02-13 -> 2.0.0
GSL now has an official release. Upgrade microsoft_gsl to the latest
release (made August 20, 2018).
2019-05-03 11:11:40 -07:00
Frederik Rietdijk
0f10b72b5f Merge master into staging-next 2019-05-03 19:56:31 +02:00
Renaud
1aa996679f
Merge pull request #60652 from r-ryantm/auto-update/opencascade-occt
opencascade-occt: 7.3.0p2 -> 7.3.0p3
2019-05-03 18:18:43 +02:00
Robert Schütz
56b560942c Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
Michael Raskin
9dd83eb657
Merge pull request #60780 from c0bw3b/pkg/mdds
mdds: 1.3.1 -> 1.4.3
2019-05-03 07:55:31 +00:00
Matthew Bauer
efd44a3a7a libseccomp: mark bad platforms
taken from https://github.com/seccomp/libseccomp#supported-architectures
2019-05-02 21:29:12 -04:00
R. RyanTM
0df09b0947 vte: 0.56.1 -> 0.56.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/vte/versions
2019-05-02 17:35:49 -07:00
Austin Seipp
0d2b66dff2
liburing: bump, fix version (1.0.0pre92_7b989f3)
I accidentally got the number of commits wrong in the previous
prerelease version string. This is now fixed.

Generally, this would result in functions like builtins.compareVersions
to give incorrect results, so 'nix-env -u' doesn't work. But I'm
justifying it here, because: most people use it as a library, so the
hash change is all that matters. Plus, I only authored this a week or
so ago in upstream, so this change is fast enough that I think people
will be fine with it and can work around, especially since it's
unreleased in any stable channel.

This also bumps the library to the newest version, which contains some
bugfixes, and now installs the manpages into the $man output for us.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-02 19:32:05 -05:00
Matthew Bauer
296e8fef61
Merge branch 'staging' into mesa_3 2019-05-02 17:37:20 -04:00
R. RyanTM
c6e9b16078 qpdf: 8.4.0 -> 8.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/qpdf/versions
2019-05-02 21:46:48 +02:00
c0bw3b
c82b7fdd5e mdds: 1.3.1 -> 1.4.3
Changelog: https://gitlab.com/mdds/mdds/blob/1.4.3/CHANGELOG
2019-05-02 19:04:38 +02:00
adisbladis
88e5ccd16d
ffmpeg_4: 4.1.2 -> 4.1.3 2019-05-02 16:44:34 +01:00
R. RyanTM
ec2fb52b43 rtmidi: 2.1.1 -> 4.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/rtmidi/versions
2019-05-02 08:00:20 -07:00
R. RyanTM
d9e9d72e81 rtaudio: 5.0.0 -> 5.1.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/rtaudio/versions
2019-05-02 07:49:04 -07:00
Frederik Rietdijk
155c9d8e18 Merge master into staging-next 2019-05-02 08:43:14 +02:00
Silvan Mosberger
b6a6162919
Merge pull request #55422 from nand0p/ethminer
ethminer: init at 0.18.0-rc.0
2019-05-02 01:29:09 +02:00
R. RyanTM
a3af5be304 opencascade-occt: 7.3.0p2 -> 7.3.0p3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opencascade-occt/versions
2019-05-01 09:48:06 -07:00
Renaud
eb1d290b01
Merge pull request #60608 from r-ryantm/auto-update/log4cplus
log4cplus: 2.0.3 -> 2.0.4
2019-05-01 18:28:33 +02:00
Gabriel Ebner
7f1a4eb5d2
pythonPackages.pythonocc-core: init at 0.18.1 (#60643)
pythonPackages.pythonocc-core: init at 0.18.1
2019-05-01 18:28:18 +02:00
Vladimír Čunát
211e0b57ca
Merge #58611: gnutls: respect NIX_SSL_CERT_FILE
... and remove 3.5.10 on darwin (into staging branch)
2019-05-01 18:10:37 +02:00
R. RyanTM
e1b3aacd8d libmbim: 1.18.0 -> 1.18.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/libmbim/versions
2019-05-01 18:02:08 +02:00
Daniël de Kok
16e5ce4058 liblinear: 2.21 -> 2.30 (#60277)
This release adds parameter search for l2-regularized l2-loss SVR.
2019-05-01 15:51:43 +02:00
Gabriel Ebner
01ee9c8dd4 smesh: init at 6.7.6 2019-05-01 13:00:47 +02:00
R. RyanTM
ba3b9c0eb8 mbedtls: 2.16.0 -> 2.17.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/mbedtls/versions
2019-05-01 03:52:16 -07:00
Frederik Rietdijk
bd9e44fce3 Merge staging-next into staging 2019-05-01 11:46:16 +02:00
Frederik Rietdijk
f137783927 Merge master into staging-next 2019-05-01 11:45:46 +02:00
R. RyanTM
1413e049b2 cogl: 1.22.2 -> 1.22.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/cogl/versions
2019-05-01 11:34:20 +02:00
R. RyanTM
5d8fd1b606 live555: 2019.03.06 -> 2019.04.24
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-05-01 11:29:36 +02:00
R. RyanTM
458d4c5608 at-spi2-core: 2.32.0 -> 2.32.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/at-spi2-core/versions
2019-05-01 11:26:03 +02:00
R. RyanTM
3669d88ca1 aravis: 0.6.1 -> 0.6.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/aravis/versions
2019-05-01 11:24:51 +02:00
R. RyanTM
ca316545b4 c-blosc: 1.16.2 -> 1.16.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/c-blosc/versions
2019-05-01 11:16:27 +02:00
R. RyanTM
f75c68c449 folly: 2019.03.18.00 -> 2019.04.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-05-01 11:15:49 +02:00
R. RyanTM
7d9998eb2f itk: 4.13.1 -> 4.13.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/itk/versions
2019-05-01 11:11:52 +02:00
R. RyanTM
16e1d009e0 ipopt: 3.12.12 -> 3.12.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipopt/versions
2019-05-01 11:11:28 +02:00
R. RyanTM
4dac7d5440 libbluray: 1.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/libbluray/versions
2019-05-01 11:09:05 +02:00
R. RyanTM
6edac7fbcd libdrm: 2.4.97 -> 2.4.98
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
2019-05-01 11:08:24 +02:00
R. RyanTM
f164227c31 libgit2-glib: 0.27.8 -> 0.28.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/libgit2-glib/versions
2019-05-01 11:08:09 +02:00
R. RyanTM
499ede8065 libiconvReal: 1.15 -> 1.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/libiconv/versions
2019-05-01 11:07:24 +02:00
R. RyanTM
4ccea406a8 libmediainfo: 18.12 -> 19.04
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmediainfo/versions
2019-05-01 11:07:08 +02:00
R. RyanTM
19bb6aa907 libmwaw: 0.3.14 -> 0.3.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmwaw/versions
2019-05-01 11:06:21 +02:00
R. RyanTM
c3eee5d301 libpst: 0.6.71 -> 0.6.72
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libpst/versions
2019-05-01 11:06:08 +02:00
R. RyanTM
acc954fa69 libqmi: 1.22.2 -> 1.22.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/libqmi/versions
2019-05-01 11:05:50 +02:00
R. RyanTM
9cda08dcd0 librealsense: 2.20.0 -> 2.21.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-05-01 11:05:21 +02:00
R. RyanTM
3efe52b947 libxmlb: 0.1.7 -> 0.1.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/libxmlb/versions
2019-05-01 11:04:59 +02:00
R. RyanTM
306eebea33 log4cplus: 2.0.3 -> 2.0.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/log4cplus/versions
2019-05-01 02:01:34 -07:00
R. RyanTM
88b63650ca libx86emu: 2.2 -> 2.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/libx86emu/versions
2019-05-01 01:30:37 -07:00
Gabriel Ebner
e62576817f Merge branch 'auto-update/libqalculate' 2019-05-01 10:28:38 +02:00
R. RyanTM
12c773d27f libqalculate: 3.0.0 -> 3.1.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/libqalculate/versions
2019-05-01 00:25:28 -07:00
Will Dietz
a7b673a85b openblas: 0.3.5 -> 0.3.6 2019-04-30 22:17:03 -05:00
Renaud
9db70b6a2a
Merge pull request #60461 from r-ryantm/auto-update/aws-c-common
aws-c-common: 0.3.3 -> 0.3.4
2019-05-01 00:01:08 +02:00
Ryan Mulligan
fa4496b2fe
Merge pull request #60486 from r-ryantm/auto-update/cimg
cimg: 2.5.6 -> 2.5.7
2019-04-30 12:02:46 -07:00
worldofpeace
bc757ff4f2
Merge pull request #59074 from dtzWill/update/libnotify-0.7.8
libnotify: 0.7.7 -> 0.7.8
2019-04-30 14:01:26 -04:00
worldofpeace
f1ad53b267 libnotify: fix darwin build
Patch is upstream MR courtesy of jtojnar.
2019-04-30 13:59:01 -04:00
Will Dietz
83f104a73e libnotify: 0.7.7 -> 0.7.8
* cleanup a bit using new helpers
* move to meson to avoid need for gtk_doc and such
* NEWS: https://gitlab.gnome.org/GNOME/libnotify/blob/0.7.8/NEWS
* tag: https://gitlab.gnome.org/GNOME/libnotify/tags/0.7.8
2019-04-30 13:59:01 -04:00
volth
3d3f83dc51 gsl: remove disable-fma.patch
`NIX_CFLAGS_COMPILE = [ "-mno-fma" ];` disables FMA in a more reliable way.

`platform.gcc.arch = "skylake"` resulting in gcc command line flag -march=skylake was able to enable FMA even with disable-fma.patch applied
2019-04-30 14:39:18 +00:00
volth
5ad79dc4bb compilation for particular x86_64 architecture 2019-04-30 14:28:04 +00:00
Matthew Bauer
a3990c9f6d
Merge pull request #60447 from matthewbauer/macos-10-12-fixups
Fixup from macos-10-12 branch
2019-04-30 10:06:45 -04:00
Frederik Rietdijk
3462fe27d9 Merge staging-next into staging 2019-04-30 15:52:19 +02:00
Frederik Rietdijk
fd2bd6e433
Merge staging-next into master 2019-04-30 15:50:24 +02:00
R. RyanTM
ff37f7c541 cimg: 2.5.6 -> 2.5.7
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-04-30 06:02:02 -07:00
R. RyanTM
f518935018 aws-sdk-cpp: 1.7.56 -> 1.7.90
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aws-sdk-cpp/versions
2019-04-30 03:08:30 -07:00
Michael Weiss
141d6930fa
dav1d: 0.2.2 -> 0.3.0 2019-04-30 11:24:26 +02:00
R. RyanTM
184700b5a5 aws-c-common: 0.3.3 -> 0.3.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/aws-c-common/versions
2019-04-29 22:42:15 -07:00
Matthew Bauer
74c784a79c treewide: make -Wno-error flags clang-only
In 724e833ea2, I was a little too aggressive in enabling these flags.
Many don’t work in gcc, and we should probably avoid settings them
widely. This makes those flags optional on isclang
2019-04-29 21:34:24 -04:00
Will Dietz
41e9920fcb remove unused substitution variable
Thanks @worldofpeace!
2019-04-29 12:07:03 -05:00
Will Dietz
c29b17eecb qtwebkit: fix path for libgdk-x11-2.0, it's in gtk2 apparently 2019-04-29 08:10:09 -05:00
Frederik Rietdijk
2f936f85d8 Merge master into staging-next 2019-04-29 13:46:20 +02:00
Peter Hoeg
f92191e397
Merge pull request #34756 from peterhoeg/p/discover
discover: init at 5.15.3
2019-04-29 15:40:09 +08:00
Jan Tojnar
98922fecef
libsForQt5.qtkeychain: add libsecret support (#60327)
libsForQt5.qtkeychain: add libsecret support
2019-04-29 08:57:13 +02:00
Will Dietz
51492262b8 leptonica: 1.74.1 -> 1.78.0
Multiple CVE's, see 1.77.0 notes.

http://www.leptonica.com/source/version-notes.html
2019-04-28 16:09:56 -05:00
Peter Hoeg
78bcc59d59
Merge pull request #59256 from peterhoeg/u/quaternion
quaternion-git: init at 0.0.9.4-rc3
2019-04-28 21:51:48 +08:00
Will Dietz
754639669e
Merge pull request #60050 from dtzWill/update/kexi-3.2.0
kproperty,kreport,kexi: 3.1.0 -> 3.2.0
2019-04-27 22:22:27 -05:00
Will Dietz
afebfeca44
Merge pull request #60293 from dtzWill/update/accountsservice-0.6.55
accountsservice: 0.6.54 -> 0.6.55
2019-04-27 19:55:46 -05:00
Will Dietz
6eaf73868b
Merge pull request #60043 from dtzWill/update/qca-qt5-2.2.0
libsForQt5.qca-qt5: 2.1.3 -> 2.2.1
2019-04-27 19:36:04 -05:00
Jan Tojnar
48316aeec1
libsForQt5.qtkeychain: add libsecret support
qtkeychain uses pkg-config to detect whether libsecret is available,
otherwise it just builds a stub object file.

We need libsecret support to allow nextcloud-client storing passwords
on Freedesktop platforms.

I also fixed the Darwin dependencies not being used with Qt5,
even though the build did not complain.
2019-04-28 01:28:26 +02:00
Will Dietz
fde69b6821 qca-qt5: tweak patch to apply, will see if works 2019-04-27 16:56:50 -05:00
Will Dietz
65d7b10250 Revert "libsForQt5.qca-qt5: remove darwin patch, no longer needed"
This reverts commit 1ff3763ffad43ba66f31dabed9f2e8140f3381c0.
2019-04-27 16:56:50 -05:00
Will Dietz
a55efcb389 libsForQt5.qca-qt5: remove darwin patch, no longer needed 2019-04-27 16:56:50 -05:00
Will Dietz
507d47bc30 libsForQt5.qca-qt5: 2.2.0 -> 2.2.1 2019-04-27 16:56:49 -05:00
Dmitry Kalinkin
d15be447c4
Merge pull request #59046 from veprbl/pr/arrow_1_13_0
arrow-cpp: 0.12.0 -> 0.13.0
2019-04-27 10:15:51 -04:00
Renaud
5c5b887f1e nlopt: 2.6.0 -> 2.6.1
Changelog: https://github.com/stevengj/nlopt/releases/tag/v2.6.1

Build is not broken anymore with Octave 4.x since
https://github.com/stevengj/nlopt/pull/245
2019-04-27 08:32:49 +02:00
R. RyanTM
fea6499091 nlopt: 2.5.0 -> 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/nlopt/versions
2019-04-27 08:32:49 +02:00
R. RyanTM
362eb6daa8 armadillo: 9.200.8 -> 9.300.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/armadillo/versions
2019-04-27 07:41:48 +02:00
R. RyanTM
24ab7ff3e0 libmysofa: 0.6 -> 0.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmysofa/versions
2019-04-27 07:39:53 +02:00
Tor Hedin Brønner
d747f1602d gobject-introspection: 1.60.0 -> 1.60.1
Updated the shlib patches:

- Upstream now forces basename in sanitize_shlib_path(lib) if the system isn't
  darwin. We patch the function to always prefer absolute paths
- Due to the above we no longer need the macos patch
- `sanitize_shlib_path` is applied after `resolve_from_ldd_output` so we need to
  apply `fallback_libpath` afterwards too (else we get stuff like
  `/nix/store/...@rpath/foo.dylib` on darwin)
- Note that the `fallback_path` no longer have any unit tests

https://gitlab.gnome.org/GNOME/gobject-introspection/blob/1.60.1/NEWS
2019-04-27 07:09:47 +02:00
Tor Hedin Brønner
ee3729938d libsoup: 2.66.0 → 2.66.1
https://gitlab.gnome.org/GNOME/libsoup/blob/2.66.1/NEWS
2019-04-27 07:09:33 +02:00
Tor Hedin Brønner
54c2f9ac47 libcroco: 0.6.12 → 0.6.13
Patches are now upstream

https://gitlab.gnome.org/GNOME/libcroco/blob/0.6.13/NEWS
2019-04-27 07:09:33 +02:00
Tor Hedin Brønner
94153e96ee glib: 2.60.0 → 2.60.1
https://gitlab.gnome.org/GNOME/glib/blob/2.60.1/NEWS
2019-04-27 07:09:33 +02:00
c0bw3b
3ee1b52371 tcl/tk: 8.6.6 -> 8.6.9
Changelog for Tcl: https://github.com/tcltk/tcl/blob/core-8-6-9/changes#L8797
Changelog for Tk: https://github.com/tcltk/tk/blob/master/changes#L7417

Tk release is actually v8.6.9.1 while Tcl is v8.6.9
2019-04-27 07:09:05 +02:00
Markus Kowalewski
6968c4f305 openblas: turn off AVX512 optimizations
The AVX512 optimization has a bug in openblas-0.3.5
and can also lead to slower code on Xeon Silver CPUs.

See https://github.com/xianyi/OpenBLAS/issues/1955
and https://github.com/xianyi/OpenBLAS/issues/2029
2019-04-27 07:07:49 +02:00
Will Dietz
cf2f927010 libva: 2.4.0 -> 2.4.1 2019-04-27 07:04:12 +02:00
Will Dietz
eeff4eda14 polkit: 0.115 -> 0.116
* now uses mozjs60
* drop CVE patches included in release

* pname-ify
* use flag arrays and placeholder
2019-04-27 07:02:36 +02:00
Frederik Rietdijk
883232c00d Merge master into staging-next 2019-04-27 07:01:38 +02:00