Commit Graph

24008 Commits

Author SHA1 Message Date
Izorkin
25eeb15794 libnftnl: 1.0.8 -> 1.0.9 2018-01-16 13:14:14 +03:00
Bastian Köcher
f6c2fb3846 kimageformats: Fixes build 2018-01-16 09:52:04 +01:00
Thomas Tuegel
5783980fc6
qtbase: fix evaluation error
`git rebase` strikes again!
2018-01-15 19:12:01 -06:00
Thomas Tuegel
1c004da67e
Merge branch 'bugfix/kwidgetsaddons/5.42.1' into merge/qt-5.10.0 2018-01-15 19:08:27 -06:00
Thomas Tuegel
7e5346c584
kwidgetsaddons: 5.42.0 -> 5.42.1
Fix regression with Kate sidebar.

See also: https://mail.kde.org/pipermail/release-team/2018-January/010780.html
2018-01-15 19:07:05 -06:00
Thomas Tuegel
04239641b5
Merge branch 'bugfix/qt-5/closure-size-static-libs' into merge/qt-5.10.0 2018-01-15 18:49:27 -06:00
Thomas Tuegel
617c4f4220
Merge branch 'feature/qt-5/5.10.0' into merge/qt-5.10.0 2018-01-15 18:49:13 -06:00
Thomas Tuegel
75d2a7dc4d
qt5: reduce closure size
First, closure size is reduced by including the static libraries in $out instead
of trying to move them to $dev. The Qt build system cannot handle libraries
being split between different prefixes. Previously, the static libraries were
moved into $dev and the shared libraries were symlinked from $out to $dev to
fool the build system. However, this causes $dev to be retained at
runtime. Instead, we now keep the static libraries in $out. Fortunately, the
static libraries are not very large anyway.

Second, we build with QT_NO_DEBUG defined unless debugging is enabled. This
causes some assertions to be removed; when assertions are included, they pull
paths from $dev into the runtime closure by using the __FILE__ macro. We also
now patch qtbase to remove even more assertions when QT_NO_DEBUG is defined.
2018-01-15 18:48:37 -06:00
Piotr Bogdan
4340ee75fe yajl: small clean up
- ruby dependency is no longer needed
- cmake belongs in nativeBuildInputs
2018-01-15 13:01:59 +00:00
Michael Raskin
ffb383eca0
Merge pull request #33652 from thefloweringash/libvncserver-deps
libvncserver: reduce dependencies; only use systemd on linux
2018-01-15 12:32:31 +00:00
adisbladis
edd712e521
Merge pull request #33857 from adisbladis/kde-frameworks-5_42
kde-frameworks: 5.41 -> 5.42
2018-01-15 17:10:10 +08:00
Andrew Childs
48bf2c3e81 libvncserver: reduce dependencies; only use systemd on linux
Permits building on macOS.
2018-01-15 17:25:59 +09:00
Vladimír Čunát
990ff97c6d
glibc: 2.26-115 -> 2.26-131 to fix CVE-2018-1000001
/cc https://github.com/NixOS/nixpkgs/issues/33826#issuecomment-357436030
2018-01-14 20:41:43 +01:00
Tuomas Tynkkynen
6ed0fe7e45 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/build-support/fetchbower/default.nix
	pkgs/build-support/fetchdarcs/default.nix
	pkgs/build-support/fetchgx/default.nix
	pkgs/development/python-modules/botocore/default.nix
	pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
	pkgs/tools/admin/awscli/default.nix
2018-01-14 21:18:27 +02:00
adisbladis
05d803ab5f
qmltermwidget: Use fetchFromGitHub 2018-01-15 01:47:42 +08:00
adisbladis
ef2591ee01
kde-frameworks: 5.41 -> 5.42 2018-01-14 22:28:34 +08:00
Jörg Thalheim
c08042ba4b
Merge pull request #33742 from lsix/gdbm_1_14
gdbm: 1.13 -> 1.14
2018-01-14 10:47:04 +00:00
adisbladis
fa3aec7e4d
gst-plugins-bad: Fix CVE-2016-9447 2018-01-14 02:07:08 +08:00
Jörg Thalheim
3d7054964f
Merge pull request #33814 from rnhmjoj/vapoursynth
Update Vapoursynth machinery
2018-01-13 16:50:45 +00:00
Will Dietz
c4e9e4a4d6 boehm-gc, libatomic_ops: 7.6.0 -> 7.6.2
These should be the same version.
2018-01-13 09:33:14 -06:00
Joachim F
bba9f874b3
Merge pull request #33795 from romildo/upd.gstreamermm
gstreamermm: 1.8.0 -> 1.10.0
2018-01-13 14:19:12 +00:00
xurei
b9ae8efca5 libzxcvbn: init at 2.3 (#33822)
* Add package libzxcvbn

* zxcvbn-c: name after the project not the library
2018-01-13 10:40:45 +00:00
Robert Helgesson
ad3b2e8657
lombok: 1.16.8 -> 1.16.20
Also perform a few package cleanups.
2018-01-13 09:57:46 +01:00
rnhmjoj
c1902ef000
vapoursynth: R39 -> R40 2018-01-13 03:30:25 +01:00
José Romildo Malaquias
09fb3b5e94 gstreamermm: 1.8.0 -> 1.10.0 2018-01-12 16:52:29 -02:00
markuskowa
6bbf50374f libbladeRF: 1.4.0 -> 1.9.0 (#33551) 2018-01-12 10:43:56 +00:00
Daiderd Jordan
10c6439a89
Merge pull request #33756 from acowley/pngpp-darwin
pngpp: darwin support
2018-01-11 23:26:47 +01:00
rnhmjoj
3f642b4d62
zimg: 2.6.1 -> 2.7 2018-01-11 22:47:24 +01:00
Anthony Cowley
ed559bf5d3 pngpp: darwin support
1) Building with clang is addressed by navigating a minor #if in some
of the code.

2) I noticed that even when things were building correctly, passing
`${out}` as a variable assignment to `make` was actually not working:
there were compiler warnings about missing include directories whose
bogus paths involved the literal string `out`. I ended up fixing this
by performing the assignment to the make variable `PREFIX` in the
`Makefile` itself.
2018-01-11 15:49:17 -05:00
Linus Heckemann
9ab77680b6 bullet: fix build on aarch64 2018-01-11 19:30:19 +03:00
Linus Heckemann
93cdceafb8 bullet: 2.86.1 -> 2.87 2018-01-11 19:30:19 +03:00
Lancelot SIX
e47fa2a92b
gdbm: 1.13 -> 1.14
See http://lists.gnu.org/archive/html/info-gnu/2018-01/msg00000.html
for release information
2018-01-11 14:07:52 +01:00
adisbladis
d4917695b5
faad2: 2.7 -> 2.8.8 2018-01-11 17:31:47 +08:00
Orivej Desh
2f6b88551b
Merge pull request #33225 from LumiGuide/opencv-3.4.0
opencv: 3.3.1 -> 3.4.0
2018-01-11 08:29:05 +00:00
adisbladis
15b1432435 libvorbis: Fix CVE-2017-14160, CVE-2017-14632 & CVE-2017-14633 2018-01-11 05:25:09 +01:00
Franz Pletz
efcbc5b21b
Merge pull request #33438 from WilliButz/add-fileshelter
fileshelter: init at 3.0.0
2018-01-10 15:19:27 +00:00
adisbladis
67906744ec
Merge pull request #33658 from dtzWill/update/ngx_pagespeed
ngx_pagespeed, psol: 1.11.33.4 -> 1.13.35.1
2018-01-10 20:04:59 +08:00
Jörg Thalheim
c4a6b3580a
Merge pull request #33674 from flokli/oracle-instantclient
oracle-instantclient: 12.1.0.2.0 -> 12.2.0.1.0
2018-01-10 07:45:52 +01:00
Daiderd Jordan
3793320958
qt5-qtbase: update darwin patch 2018-01-09 22:47:34 +01:00
Florian Klink
a508ac38f8 oracle-instantclient: 12.1.0.2.0 -> 12.2.0.1.0
also split major and minor version into a 'baseVersion', and specify
supported platforms.
2018-01-09 22:21:39 +01:00
WilliButz
1a74ff64bb
wt: split into wt3 and wt4 2018-01-09 22:01:06 +01:00
John Ericson
06a8d66528
Merge pull request #33603 from obsidiansystems/cross-check
stdenv: Force `doCheck` to be false when we are cross compiling
2018-01-09 15:09:54 -05:00
John Ericson
133b4658df treewide: Simplify some doCheck calls
In anticipation of what I outline in #33599, I only simplify exactly those
`doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a
comment next to them so I can grep for them later.
2018-01-09 12:37:38 -05:00
John Ericson
0c16a11c9a
Merge pull request #33575 from dtzWill/fix/cross-1
Minor cross fixes, 1
2018-01-09 12:34:50 -05:00
Will Dietz
be2e01f8a0 ngx_pagespeed, psol: 1.11.33.4 -> 1.13.35.1
Fixes build when used with nginxMainline.

(FWIW, 1.11.33.4 is from 2016-09-15)
2018-01-09 10:57:17 -06:00
Ben Gamari
bef09dcca1 krb5: Allow cross-compilation 2018-01-09 11:23:56 -05:00
Teo Klestrup Röijezon
440cfd3e42 libguestfs: Made Java dependency optional 2018-01-09 14:38:53 +01:00
Teo Klestrup Röijezon
e74f61f30d libguestfs: Added JDK dependency
This is required with the current set of configure flags
2018-01-09 14:38:26 +01:00
Shea Levy
6d3ff29d03
Add grpc. 2018-01-08 21:27:32 -05:00
Shea Levy
9d7883374c
Add gflags 2018-01-08 21:27:32 -05:00
Bas van Dijk
9aad587cbb opencv: have a better fix for the python bindings issue 2018-01-09 00:46:35 +00:00
Bas van Dijk
6919867b3b opencv: disable dnn_modern on darwin 2018-01-09 00:46:35 +00:00
Bas van Dijk
72a76fe8c3 opencv: fix build of the videoio module on darwin 2018-01-09 00:46:35 +00:00
Bas van Dijk
13639d24ef opencv: support optional unfree algorithms 2018-01-09 00:46:35 +00:00
Bas van Dijk
81acfbfb9f opencv: use system protobuf compiler 2018-01-09 00:46:34 +00:00
Bas van Dijk
965e5c24d6 opencv: 3.3.1 -> 3.4.0 2018-01-09 00:46:34 +00:00
Bas van Dijk
56ec6ee97e ogrepaged: patch to make it build with ogre-1.10 2018-01-09 00:46:34 +00:00
Bas van Dijk
a1c21efdad ogre: package old version 1.9.1 for mygui, rigsofrods, and stuntrally 2018-01-09 00:46:34 +00:00
Bas van Dijk
968fc0bc0b ogre: 1.10.10 -> 1.10.11 2018-01-09 00:46:34 +00:00
Bas van Dijk
4a94001e13 ogre: 1.9 -> 1.10.10 2018-01-09 00:46:34 +00:00
Jeroen de Haas
157332d666 libsigcxx: removed patch that forced -std=c++11 in pkg-config file
This commit removes a patch from the derivation for libsigc++-2.0 that
appended -std=c++11 to the pkg-config file.

The patch in question orginated from the Debian project to enforce
-std=c++11 in projects using libsigc++-2.0 via pkg-config. This patch
was removed in 2016 when Debian switched to GCC 6.

This fixes NixOS/nixpkgs#33534.
2018-01-08 19:54:15 +01:00
Vladimír Čunát
5837d1a070
Merge branch 'master' into staging 2018-01-08 17:33:31 +01:00
Andrey Golovizin
c9545d8c90 qca2 and qca-qt5: use system CA certificates
CMakeLists.txt looks for the system CA bundle in several locations,
including /etc/ssl/certs/ca-certificates.crt.
This works for non-sandboxed builds but fails inside a sandbox.
2018-01-08 10:31:34 +01:00
John Ericson
0fb724507a
Merge pull request #33576 from dtzWill/fix/cross-readline
readline: Don't attempt to check for broken wcwidth
2018-01-08 03:00:31 -05:00
Ben Gamari
dc8bd43249 readline: Don't attempt to check for broken wcwidth
The test requires running code on the target.
2018-01-08 02:55:08 -05:00
David McFarland
af32623d04 mesa: set sysconfdir to /run/opengl-driver/etc
This allows drirc to be found.
2018-01-07 21:31:33 -04:00
Arseniy Seroka
9dcb4b40b0
Merge pull request #33581 from vbgl/gnumeric-1.12.37
gnumeric: 1.12.36 -> 1.12.38; goffice: 0.10.36 -> 0.10.38
2018-01-07 23:32:11 +03:00
Daiderd Jordan
d01cb0c1ea
dleyna-core: use addEnvHooks 2018-01-07 21:27:27 +01:00
Pascal Wittmann
92dbe72331
libfilezilla: 0.11.1 -> 0.11.2 2018-01-07 17:09:13 +01:00
adisbladis
4cc3510a92 openssl_1_1_0: Fix CVE-2017-3738 2018-01-07 14:48:24 +01:00
Vincent Laporte
a0601f244b
gnumeric: 1.12.36 -> 1.12.38
goffice: 0.10.36 -> 0.10.38
2018-01-07 12:08:25 +00:00
Vladimír Čunát
49a45fb51f
Merge #33311: meson: set checkPhase in setup hook 2018-01-07 11:28:46 +01:00
Frederik Rietdijk
4e6a9f04db Merge remote-tracking branch 'upstream/master' into HEAD 2018-01-07 09:14:41 +01:00
Orivej Desh
175d890396
Merge pull request #33524 from srhb/gettext-addEnvHooks
gettext: replace envHooks with addEnvHooks
2018-01-07 01:53:53 +00:00
adisbladis
1aca02b51e
openslp: Fix CVE-2016-4912 2018-01-07 04:25:12 +08:00
Robin Gloster
b94c892137
jemalloc: add patch to fix aarch64 build 2018-01-06 17:25:15 +01:00
Tuomas Tynkkynen
d756dee227 Merge remote-tracking branch 'upstream/master' into staging 2018-01-06 17:50:18 +02:00
Joachim F
407b8d2b8f
Merge pull request #33340 from dtzWill/update/invisible-island-misc
Update various invisible-island packages, fix URL's
2018-01-06 14:27:32 +00:00
Sarah Brofeldt
95ecb1f203 gettext: Don't use envHooks anymore 2018-01-06 15:11:12 +01:00
Jan Tojnar
d75f95d2a2
packages using meson: remove unnecessary checkPhase 2018-01-06 06:47:57 +01:00
Orivej Desh
42b71b220e
Merge pull request #33502 from acowley/opencv-darwin-ffmpeg
opencv3: fix enableFfmpeg on darwin
2018-01-06 04:15:23 +00:00
Orivej Desh
63553ee306
Merge pull request #33498 from dtzWill/fix/ffmpeg-cross
ffmpeg: fix cross compile eval
2018-01-06 04:04:47 +00:00
Orivej Desh
769d7dad66
Merge pull request #33473 from dtzWill/fix/aws-sdk-cpp-cross
aws-sdk-cpp: Enable cross-compilation
2018-01-06 03:59:21 +00:00
José Romildo Malaquias
d51897e439 glib: fix pre phases
*Phases are strings, not arrays.
2018-01-06 02:33:28 +00:00
Anthony Cowley
8e84172b2d opencv3: fix enableFfmpeg on darwin
The VideoDecodeAcceleration framework and bzip2 library are needed
when enableFfmpeg is set to true on darwin.
2018-01-05 20:32:04 -05:00
Will Dietz
22e0a3c1b8 ffmpeg: fix cross compile eval 2018-01-05 18:35:19 -06:00
Samuel Dionne-Riel
7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Ben Gamari
716194de50 aws-sdk-cpp: Enable cross-compilation 2018-01-05 12:59:52 -06:00
Will Dietz
42b84057a4 qt5.6: backport seccomp patch to fix errors w/new glibc + epoll_pwait
Based on:
4e8083b4ab

Fixes mendeley bug mentioned in #33396,
which links to related issues in other distributions and upstream Qt.
2018-01-04 13:08:51 -06:00
adisbladis
ddc309c406
x265: 2.5 -> 2.6 2018-01-04 16:34:24 +01:00
Andreas Rammhold
cc097d752d
libtorrentRasterbar_1_0: removed since the last consumer is gone 2018-01-04 00:41:02 +01:00
Andreas Rammhold
5b72e1be76
libtorrentRasterbar: 1.1.5 -> 1.1.6 2018-01-04 00:35:40 +01:00
John Wiegley
e8caa47b35 nss: Omit an extraneous definition; fix other problems on Darwin 2018-01-03 15:18:00 -08:00
John Ericson
93d3561b57
Merge pull request #33393 from bnikolic/boostconfigurepythonfix
Correct boost configure phase when enablePython is false
2018-01-03 17:12:13 -05:00
Bojan Nikolic
35462db2e3 Correct boost configure phase when enablePython is false
The bootstrap script does not seem to have --without-python; instead
just omit --with-python option
2018-01-03 16:57:49 -05:00
Michel Kuhlmann
b2282b0e1d gdal: 2.2.1 -> 2.2.3 2018-01-03 20:17:41 +01:00
Daiderd Jordan
c16e8b21b8
Merge pull request #33376 from dtzWill/fix/ncurses6-clang
ncurses: fix ncurses6 build w/clang
2018-01-03 19:33:51 +01:00
Will Dietz
48a5212c15 ncurses: use more complicated expression to avoid mass-rebuilds, note 2018-01-03 08:49:48 -06:00
Will Dietz
96f0d3b908 ncurses: simplify patch expr, fix ncurses6 build w/clang
Somewhat amusingly given its name, "clang.patch" applies to both 5 and 6
but is the cause of ncurses6 breakage on 6 but is required on 5...
gcc is happy in all four configurations:

       5  5p 6  6p
gcc    ✓  ✓  ✓  ✓
clang  ✗  ✓  ✓  ✗

Which is why this commit enables the patch for 5 but not 6;
this matches behavior in Gentoo, for example.

For further simplification, we also use gcc-5 patch regardless.
2018-01-03 08:49:48 -06:00
Jörg Thalheim
f2fd4a5219
Merge pull request #33314 from jtojnar/gnome-mplayer
gnome_mplayer: 1.0.4 → 1.0.9
2018-01-03 11:10:29 +01:00