Commit Graph

22007 Commits

Author SHA1 Message Date
Eelco Dolstra
6d4e6102a7 libgsf: Use separate dev output 2017-04-02 21:51:46 +02:00
Ambroz Bizjak
195efedd2c qt58: Fix path to qhelpgenerator in cmake file.
It is located in the dev output, fix it as for qcollectiongenerator.
This fixes a build error in KDevelop.
2017-04-02 11:21:34 +02:00
Orivej Desh
8f9b219107 kwallet: support GPG-encrypted wallets 2017-04-01 23:42:30 +00:00
Michael Weiss
40d171855f gpgme: 1.8.0 -> 1.9.0
For the license change see:
- https://directory.fsf.org/wiki/GPGME#tab=Details
- AUTHORS [0]

See #24491 for the other changes.

[0]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=AUTHORS;h=bbf1576ad27dc51956c371282862b468c633ea49;hb=HEAD
2017-04-02 01:26:22 +02:00
Benjamin Saunders
201960922c vulkan-loader: 1.0.39.1 -> 1.0.42.2 2017-04-01 12:28:59 -07:00
Vladimír Čunát
1a805c4c63
libdrm: 2.4.75 -> 2.4.76 2017-04-01 14:48:29 +02:00
Vladimír Čunát
8eab29e26f
nss: 3.28.3 -> 3.30 (close #24508) 2017-04-01 13:31:05 +02:00
Vladimír Čunát
6230bfa123
libpng: 1.6.28 -> 1.6.29 2017-04-01 13:27:39 +02:00
Vladimír Čunát
d55727c7a5
at-spi2-core: maintenance 2.22.0 -> 2.22.1 2017-04-01 13:27:22 +02:00
Vladimír Čunát
ae58febf70
gdk-pixbuf: maintenance 2.36.5 -> 2.36.6 2017-04-01 13:27:19 +02:00
Vladimír Čunát
ae08fdd84e
pango: maintenance 1.40.3 -> 1.40.4 2017-04-01 13:27:18 +02:00
Vladimír Čunát
6c153c55c3
gtk3: maintenance 3.22.8 -> 3.22.11 2017-04-01 13:27:17 +02:00
Vladimír Čunát
0bc62f8d2e
Merge #23832: gdbm: 1.12 -> 1.13 2017-04-01 13:27:15 +02:00
Vladimír Čunát
af098ff18e
libgudev: fix build after update #23965
I somehow missed this error.
2017-04-01 13:26:27 +02:00
ndowens
e109faa401 libgudev: 230 -> 231 (#23965) 2017-04-01 12:26:36 +02:00
Maciej Kazulak
23ec4a40ee oracle-instantclient: add optional odbc support 2017-04-01 11:50:13 +02:00
Vladimír Čunát
f44ea1fec2
Merge branch 'staging' 2017-04-01 10:58:20 +02:00
Shea Levy
c923c6c7c5 webkitgtk24x: Fix build on darwin 2017-03-31 07:47:09 -07:00
Peter Hoeg
2f73d5f856 libguestfs: add missing libapparmor buildInput 2017-03-31 11:50:12 +08:00
Tuomas Tynkkynen
4df59beb01 fontconfig_210: Remove reference to obsolete patch
Commit 9b049849bfc385604f240157e129f7a8e3530d7f deleted the patch file
(and reference to it from fontconfig default.nix), but left the one in
2.10.nix which break evaluation.

As the package seems to build fine without the patch, just remove the
reference.

cc @ttuegel in case this was not the correct thing to do.
2017-03-30 23:19:45 +03:00
Dan Peebles
8b65437aae Merge branch 'master' into staging 2017-03-30 12:54:41 -04:00
Robin Gloster
f9a1060199
qt-gstreamer: fix build and do not mark wrong pkgs as broken 2017-03-30 18:01:40 +02:00
Dan Peebles
8636ce283f caf: fix on clang4
Also, enable parallel builds because I got sick of waiting :)
2017-03-30 11:36:30 -04:00
Dan Peebles
409fe12f76 qt4: fix to work on clang 4
The new clang is more strict about signed comparisons against pointers,
so this adds a couple of ad-hoc patches to appease it.
2017-03-30 11:03:05 -04:00
Robin Gloster
4a702e8b74
tclgpg: remove 2017-03-30 16:23:35 +02:00
Robin Gloster
c47cc7e163
qt-gstreamer: fix build 2017-03-30 16:23:34 +02:00
John Ericson
166fc028a4 Merge pull request #24465 from Ericson2314/no-with-literal
Get rid of all `with { inherit... }` and just used `let inherit...`
2017-03-30 01:49:37 -06:00
Charles Strahan
2a3cd13d73
slang: 2.3.0 -> 2.3.1a 2017-03-30 03:22:26 -04:00
John Ericson
4c0d7da183 Get rid of all with { inherit... } and just used let inherit...
The old forms presumably predates, or were made in ignorance of,
`let inherit`. This way is better style as the scoping as more lexical,
something which Nix can (or might already!) take advantage of.
2017-03-30 03:05:05 -04:00
Tuomas Tynkkynen
adb460b30f mesa: Enable imx gallium driver on ARM
And lighten the aarch64 build by disabling drivers for hardware that
doesn't run on aarch64 processors.
2017-03-30 02:56:10 +03:00
Matthew Daiter
6f721ce534 suitesparse: add CUDA support 2017-03-29 15:47:51 +02:00
Pascal Wittmann
8b512b10c7 Merge pull request #24431 from jpierre03/pr-udunits
udunits: 2.2.23 -> 2.2.24
2017-03-29 09:36:20 +02:00
Jean-Pierre PRUNARET
11e84f51b3 udunits: 2.2.23 -> 2.2.24 2017-03-29 05:40:10 +02:00
Daniel Peebles
da79d1f01f Merge pull request #24428 from acowley/libdc1394-darwin
libdc1394: patch bugs on darwin
2017-03-28 21:54:32 -04:00
Anthony Cowley
ab0ea84733 libdc1394: patch bugs on darwin
One of these issues is in a platform-specific file for darwin, the
other may only be a breaker when using clang.
2017-03-28 19:25:02 -04:00
Thomas Tuegel
9b049849bf
freetype: disable PCF long family names
Backported several patches from upstream. The test suite patch for Fontconfig is
no longer necessary.
2017-03-28 17:29:42 -05:00
Will Dietz
ecae31a50c swift: init at 3.1
Add dependency 'libblocksruntime'.
2017-03-28 15:34:34 -05:00
Franz Pletz
0018cd5a2d
libvirt packages: fix & clean up dependencies 2017-03-28 19:45:01 +02:00
Joachim F
07a76cc934 Merge pull request #23400 from knedlsepp/add_docopt_cpp
docopt.cpp: init at 0.6.2
2017-03-27 21:28:50 +01:00
Vladimír Čunát
96d41e393d
treewide: purge maintainers.urkud
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Franz Pletz
d8dd2fb9e5
libvirt: 3.0.0 -> 3.1.0
Missing in 1cca97cf1864605e5163b298c43b5d2f6b3ff4c1.
2017-03-27 17:08:19 +02:00
Peter Hoeg
4f33f909f3 libtoxcore: 0.1.6 -> 0.1.7 2017-03-27 23:06:35 +08:00
Josef Kemetmüller
ed7a1ac302 docopt.cpp: init at 0.6.2 2017-03-27 14:23:48 +00:00
Franz Pletz
1b95985b71 Merge pull request #24148 from volth/libvirt-3.1.0
libvirt: 3.0.0 -> 3.1.0
2017-03-27 10:02:06 +02:00
Orivej Desh
1ba30ca45b poco: init at 1.7.8 2017-03-27 01:05:25 +00:00
Michael Raskin
9a0a75cac7 Merge pull request #24367 from pmahoney/skarnet-darwin
skarnet.org packages: fix darwin build
2017-03-27 00:47:07 +02:00
Patrick Mahoney
09a5007797 skarnet.org packages: fix darwin build
The configure scripts have been changed so that `--build` is now the
way to specify (non-cross compiling) build target, which is necessary
on darwin for binary compatibility across darwin versions.
2017-03-26 17:30:41 -05:00
Dan Peebles
167aba003a capnproto: fix on clang 4
Embedding the patch because the way they build their source releases
changes the paths, so fetchpatch against GitHub doesn't apply cleanly
2017-03-26 18:15:59 -04:00
Patrick Mahoney
72a0d65d3d update skarnet.org packages
execline:          2.1.4.5 -> 2.2.0.0
s6-dns:            2.0.0.7 -> 2.1.0.0
s6-linux-utils:    2.0.2.3 -> 2.2.0.0
s6-networking:     2.1.0.4 -> 2.2.1.0
s6-portable-utils: 2.1.0.0 -> 2.1.0.0 (no version change)
s6-rc:             0.0.2.1 -> 0.1.0.0
s6:                2.2.4.3 -> 2.4.0.0
skalibs:           2.3.9.0 -> 2.4.0.1

Also use new --enable-absolute-paths configure arg to correctly set
paths to runtime executables to point within the nix store rather than
relying on PATH resolution.
2017-03-26 14:19:44 -05:00
Robin Gloster
955b79f462
pcre2: 10.22 -> 10.23 + security fix
CVE-2017-7186

refs nixos/security#57 #24319
2017-03-26 17:13:38 +02:00
Robin Gloster
6b9c81aa18
pcre: 8.39 -> 8.40 + security fix
CVE-2017-7186

refs nixos/security#57 #24319
2017-03-26 16:41:22 +02:00
Thomas Tuegel
8b50f4c990 Merge pull request #24299 from ttuegel/master--drop-qt-5.7
Drop Qt 5.5 and Qt 5.7 from master
2017-03-26 09:18:38 -05:00
ndowens
6c17ad677c
jasper: 2.0.10 -> 2.0.12 2017-03-26 08:20:27 -04:00
Leon Isenberg
65029beb38 libguestfs: add qemu to wrapped PATH
virt-df doesn't find qemu-img otherwise.
2017-03-26 14:10:36 +02:00
Franz Pletz
d545772640
libvirt: make guest suspend work, use upstream units 2017-03-25 14:59:01 +01:00
Franz Pletz
ddb608814a
libvirt: build with attr and apparmor 2017-03-25 14:58:26 +01:00
Volth
1cca97cf18
libvirt: 3.0.0 -> 3.1.0 2017-03-25 14:54:16 +01:00
Thomas Tuegel
3dc1a4ba8b
Remove Qt 5.5
The community support window for Qt 5.5 has ended. All packages should

- update to Qt 5.8, or
- pin to Qt 5.6 (the 3-year long-term support release), or
- for proprietary software, use the vendored libraries.
2017-03-25 08:49:40 -05:00
Thomas Tuegel
b4e6351c78
Remove Qt 5.7
The community support window for Qt 5.7 has ended. All packages should

- update to Qt 5.8, or
- pin to Qt 5.6 (the 3-year long-term support release), or
- for proprietary software, use the vendored libraries.
2017-03-25 08:49:37 -05:00
Periklis Tsirakidis
b97dd5f560 qt58: enable darwin compatibility 2017-03-25 09:48:17 +01:00
Vladimír Čunát
455ce3528c
Merge branch 'staging' 2017-03-24 21:07:55 +01:00
Robin Gloster
dd385d9468
qt57.makeQtWrapper: fix eval 2017-03-24 18:20:01 +01:00
Nikolay Amiantov
f45cf10f6e Merge pull request #24133 from abbradar/gtk3-qt
Fix GTK dependencies in wrappers
2017-03-24 01:49:41 +03:00
Vladimír Čunát
c1a9dc3d37
Merge branch 'master' into staging 2017-03-23 13:31:28 +01:00
Jörg Thalheim
632e81083c
spice: 0.12.8 -> 0.13.3
(we can use upstream security patches again)
2017-03-23 13:02:57 +01:00
Vladimír Čunát
e0bf35f0e5
Merge #24236: remove bbenoist from maintainers 2017-03-23 08:49:03 +01:00
Daniel Peebles
f5aebcd465 Merge pull request #24216 from LnL7/fox-llvm-4
fox: fix build with clang >=4 and possibly other versions
2017-03-22 22:16:00 -04:00
Baptist BENOIST
7d72b9b74e Remove bbenoist from maintainers
Sorry guys but I did not used Nix since months and cannot spend time
maintaining my previous work...
2017-03-23 03:03:04 +01:00
Thomas Tuegel
6a1e5cc2fa
kdeFrameworks: 5.31 -> 5.32 2017-03-22 20:51:03 -05:00
Thomas Tuegel
edf32f90e6
plasma5: 5.9.3 -> 5.9.4 2017-03-22 20:51:03 -05:00
Nikolay Amiantov
040b86a96e qt5.qtwebengine: use system libraries where possible
Fixes #23987.
2017-03-23 00:03:33 +03:00
Nikolay Amiantov
3a948e6b07 qt5.qtwebengine: add proprietary codecs support 2017-03-23 00:03:33 +03:00
Nikolay Amiantov
5a04d38ca6 srtp: build as shared library 2017-03-23 00:03:32 +03:00
Nikolay Amiantov
1715e3643b nss: propagate nspr 2017-03-23 00:03:32 +03:00
Nikolay Amiantov
a7a858aa52 qt5.qtwebengine: patch more library paths
Adapted from chromium derivation. Fixes qutebrowser crash.
2017-03-23 00:00:50 +03:00
Daiderd Jordan
be1c8c4d63
fox: fix build with clang >=4 and possibly other versions 2017-03-22 20:18:41 +01:00
Nikolay Amiantov
a40b7d07e9 makeQtWrapper, kdeWrapper: add GTK3 dependencies 2017-03-22 20:15:32 +03:00
Robin Gloster
66c384ab4a
mailcore2: fix build with newer icu 2017-03-22 14:06:43 +01:00
Thomas Tuegel
7aee677a10
makeQtWrapper: wrap with runtime XDG dirs 2017-03-22 07:44:05 -05:00
Eelco Dolstra
f0875982d1 Merge pull request #24203 from layus/nix-ssl-cert-file
git, curl, openssl: Refactor $NIX_SSL_CERT_FILE handling
2017-03-22 13:40:57 +01:00
Guillaume Maudoux
c86f05e7ce openssl: default to default profile CA on darwin 2017-03-22 12:09:09 +01:00
Jörg Thalheim
b5b036a4cc Merge pull request #24032 from orivej/gargoyle
gargoyle: init at 2017-03-12
2017-03-22 00:52:15 +01:00
Michael Weiss
4e29638323 Revert "gpgme: Drop multiple outputs (dev and info)"
This reverts commit 872770286d04cadb9816cd1665d3d5f17adce456.

This will fix fwknop as well (should have done it like this in the first
place, where was my mind...).

Conclusion: Did something stupid... :o - I am *so incredibly sorry*,
will be way more careful (was already careful, but apparently not
enought...) next time and use nox.

Sorry @everyone and thanks @calvertvl for noticing this.
2017-03-21 23:57:57 +01:00
Nikolay Amiantov
dec8fb077f qt5.qtwebengine: fix library paths
Without this it would try to find files in qtbase

Ported to Qt 5.8.
2017-03-22 01:38:04 +03:00
Michael Weiss
872770286d gpgme: Drop multiple outputs (dev and info)
This shouldn't break anything as currently neither dev nor info will be
generated anyway (since both directories don't actually exist at the
install phase - "mv bin dev" would produce the dev output).

This change is required for building fwknop with GnuPG support.
2017-03-21 22:43:00 +01:00
Vladimír Čunát
39eda57d2a
mesa: maintenance 17.0.1 -> 17.0.2 2017-03-21 20:11:31 +01:00
Nikolay Amiantov
328bcdae25 mesa: enable texture floats only for drivers
To be on more safe side. This shouldn't matter theoretically as nothing in core
Mesa depends on them.
2017-03-21 21:56:42 +03:00
Eelco Dolstra
98624f4afc Merge pull request #24162 from abbradar/texture-floats
mesa: enable texture floats by default
2017-03-21 17:20:14 +01:00
Nikolay Amiantov
261d7caed7 mesa: enable texture floats by default 2017-03-21 15:51:35 +03:00
Frederik Rietdijk
94eb74eaad Merge remote-tracking branch 'upstream/master' into HEAD 2017-03-21 13:04:37 +01:00
Dan Peebles
93005b82dc google-gflags: fix on Darwin
e721905d0f7c82be94a347f022bdd238b919de9d updated to a version that added
a BUILD file that breaks on case-insensitive filesystems.
2017-03-21 00:42:26 -04:00
Willi Butz
4bfde8f5b4 martyr: fixed build, removed build.sh, added meta (see #23253) 2017-03-21 00:01:13 +02:00
Robin Gloster
88341c4d2b
Revert "doc: remove double space"
This reverts commit 6393d433803f84e02cc340645481dcd85231083b.

Commit added too much changes.
2017-03-20 20:58:18 +01:00
Robin Gloster
6393d43380
doc: remove double space 2017-03-20 20:47:13 +01:00
Thomas Tuegel
1b0d9e9ae6 Merge pull request #23819 from ttuegel/freetype
FreeType 2.7.1 and Fontconfig defaults
2017-03-20 11:43:50 -05:00
Domen Kožar
c3c9412c7d
git, openssl, curl: Respect $NIX_SSL_CERT_FILE
Slightly modified version of 942dbf89c6120cb5b52fb2ab456855d1fbf2994e
2017-03-20 14:11:20 +01:00
Tuomas Tynkkynen
72dc9c7f80 Merge remote-tracking branch 'upstream/master' into staging 2017-03-20 07:07:03 +02:00
Joachim F
12e0e67ed0 Merge pull request #23903 from mbrgm/upgrade-inspectrum
inspectrum: 20160403 -> 20170218
2017-03-20 01:06:31 +01:00
Jörg Thalheim
48a7bfa345 Merge pull request #23944 from c0bw3b/pkg/nghttp2
nghttp2: 1.19.0 -> 1.20.0
2017-03-20 00:05:31 +01:00
Jörg Thalheim
c23164eac6 Merge pull request #23943 from c0bw3b/pkg/jemalloc
jemalloc: 4.3.1 -> 4.5.0
2017-03-19 23:58:57 +01:00
Orivej Desh
9d38774a28 gargoyle: init at 2017-03-12 2017-03-19 22:36:29 +00:00
ndowens
3ac089757a Cosmetic change; Replaced automake autoconf 2017-03-19 16:50:06 -05:00
Guillaume Massé
b00bfb0401 cre2: init at 0.3.0
c wrapper for google's re2 regex library
2017-03-19 17:26:15 -04:00
Jörg Thalheim
82e760a3d6
armadillo: fix evaluation error
cc: @ndowens08
2017-03-19 21:04:43 +01:00
ndowens
e2be606300 Merge pull request #23736 from ndowens/armadillo
armadillo: 7.700.0 -> 7.800.1
2017-03-19 12:59:03 -05:00
ndowens
d97e9ae720 Merge pull request #23778 from ndowens/cfitsio
cfitsio: 3.21 -> 3.41
2017-03-19 12:51:21 -05:00
ndowens
64d9947c76 cfitsio: 3.21 -> 3.41
cfitsio: Changed platforms to Linux, due to failing to build on Darwin

cfitsio: Fixed missing semicolon

cfitsio: Removed undefined variable
2017-03-19 12:45:37 -05:00
ndowens
41fa78b660 Merge pull request #24062 from ndowens/libevdev
libevdev: Fix url
2017-03-19 11:14:29 -05:00
ndowens
9f21f4578c libevdev: Fix url 2017-03-19 11:12:16 -05:00
Orivej Desh
3caba31f8e libircclient: disable on darwin 2017-03-19 17:16:44 +02:00
ndowens
a6994dabb0 Merge pull request #23804 from ndowens/enginepkcs11
enginepkcs11: libp11 version 0.4.0 and above contain enginepkcs11
2017-03-19 10:16:06 -05:00
ndowens
b51093a75e libevdev: 1.4.6 -> 1.5.6 (#23940) 2017-03-19 15:19:57 +01:00
Orivej Desh
583e862d11
qtbase-* nitpick: fix list nesting
Generalized from #24036, and leaving the authorship there.
2017-03-19 11:03:51 +01:00
Peter Hoeg
b9173e4e8c libbluray: 0.9.2 -> 1.0.0 2017-03-19 09:48:22 +08:00
Michael Raskin
776614abb7 Merge pull request #24021 from orivej/libfixposix
libfixposix: 30b75609 -> 0.4.1
2017-03-18 21:33:50 +01:00
Michael Raskin
333c8c7782 icu_57: drop 2017-03-18 21:27:31 +01:00
Orivej Desh
d992619de2 libfixposix: 30b75609 -> 0.4.1 2017-03-18 20:21:50 +00:00
Michael Raskin
dd49357a19 Merge pull request #23967 from ndowens/umockdev
umockdev: init at 0.8.13
2017-03-18 20:31:24 +01:00
Michael Raskin
06db15a6cd Update default.nix 2017-03-18 20:30:47 +01:00
Michael Raskin
973fb15629 Merge pull request #23937 from ndowens/libdc
libdc1394: 2.2.3 -> 2.2.5
2017-03-18 20:00:11 +01:00
Michael Raskin
e60eb600c2 Merge pull request #23909 from lsix/udate_gdal
gdal: 2.1.1 -> 2.1.3
2017-03-18 19:57:52 +01:00
Michael Raskin
6f73e8114f Merge pull request #23824 from ndowens/gssdp
gssdp: 0.14.11 -> 1.0.1
2017-03-18 19:55:05 +01:00
Michael Raskin
7701c03bac Merge pull request #23822 from ndowens/google-gflags
google-gflags: 2.1.2 -> 2.2.0
2017-03-18 19:54:32 +01:00
Michael Raskin
435f27cabe Merge pull request #23821 from ndowens/gmm
gmm: 4.3 -> 5.1
2017-03-18 19:54:04 +01:00
Michael Raskin
55cd5bc6f8 Merge pull request #23820 from ndowens/gloox
gloox: 1.0.14 -> 1.0.20
2017-03-18 19:53:15 +01:00
ndowens
112a91c2f7 enginepkcs11: libp11 version 0.4.0 and above contain enginepkcs11
enginepkcs11: Removed from all-packages.nix
2017-03-18 13:50:37 -05:00
Michael Raskin
d6a60ef9e7 Merge pull request #23814 from ndowens/gecode
gecode: 4.4.0 -> 5.0.0
2017-03-18 19:50:14 +01:00
Michael Raskin
3d5c32273c Merge pull request #23811 from ndowens/filter-audio
filter-audio: 20150624 -> 0.0.1
2017-03-18 19:48:58 +01:00
Michael Raskin
53798100b5 Merge pull request #23808 from ndowens/fcppt
fcppt: 1.3.0 -> 2.5.0
2017-03-18 19:47:01 +01:00
Michael Raskin
153a3acb58 Merge pull request #23807 from ndowens/exosip
exosip: 4.0.0 -> 4.1.0
2017-03-18 19:44:21 +01:00
Michael Raskin
f265acb91f Merge pull request #23805 from ndowens/exempi
exempi: 2.2.2 -> 2.4.2
2017-03-18 19:43:42 +01:00
Michael Raskin
cc9bdcc217 Merge pull request #23802 from ndowens/libp11
libp11: 0.2.7 -> 0.4.4
2017-03-18 19:41:36 +01:00
Michael Raskin
1a47f96711 Update default.nix 2017-03-18 19:41:23 +01:00
Michael Raskin
e58ab3011a Merge pull request #23792 from mimadrid/update/libzip-1.2.0
libzip: 1.1.2 -> 1.2.0
2017-03-18 19:39:04 +01:00
Michael Raskin
4524f13cd4 Merge pull request #23775 from ndowens/ceres-solver
ceres-solver: 1.10.0 -> 1.12.0
2017-03-18 19:38:07 +01:00
Michael Raskin
7adf4cc405 Merge pull request #23735 from ndowens/appstream
appstream: 0.9.5 -> 0.10.6
2017-03-18 19:23:26 +01:00
Michael Raskin
aaaaf2829a Merge pull request #23731 from ndowens/coinmp
coinmp: 1.7.6 -> 1.8.3
2017-03-18 19:22:56 +01:00
Michael Raskin
5ee374908c Merge pull request #23728 from ndowens/libhttpseverywhere
libhttpseverywhere: 0.2.3 -> 0.2.10
2017-03-18 19:22:34 +01:00
Michael Raskin
dfbd2dd659 Merge pull request #23624 from volth/virt-viewer-5.0
virt-viewer: 2.0 -> 5.0
2017-03-18 19:05:11 +01:00
Michael Raskin
4d5f33deff Merge pull request #23376 from bcdarwin/ants
ANTs: init at 2.1.0 (0gyys1lf) and update ITK accordingly
2017-03-18 18:42:24 +01:00
Michael Raskin
3d43e7157d Merge pull request #23303 from c0bw3b/pkg/libseccomp
libseccomp: 2.3.1  -> 2.3.2 + fixed scmp_sys_resolver
2017-03-18 18:37:21 +01:00
Michael Raskin
51a7553ea5 Merge pull request #18275 from taktoa/patch-1
libmsgpack: fixed mingw32 cross-build
2017-03-18 17:30:30 +01:00
Vladimír Čunát
742b120ddc
Merge branch 'master' into staging
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Frederik Rietdijk
976e5bfbd4 Merge pull request #23968 from ndowens/libibmad
libibmad: 1.3.12 -> 1.3.13
2017-03-18 09:09:15 +01:00
Joachim F
aa5777df77 Merge pull request #23952 from joachifm/libsodium-bump
libsodium: 1.0.11 -> 1.0.12
2017-03-18 02:46:41 +01:00
Renaud
98edb24368 libseccomp: 2.3.1 -> 2.3.2 + fixed scmp_sys_resolver
`libseccomp` is updated to 2.3.2
`scmp_sys_resolver` is fixed (it could not find libseccomp.so.2 shared library before)
2017-03-17 22:10:50 +01:00
Emery Hemingway
7196d16e3f
shapelib: init at 1.4.0 2017-03-17 12:09:37 -05:00
michael bishop
db05f414bd
qtmultimedia-5.7: disable alsa on darwin 2017-03-16 23:15:44 -03:00
ndowens
c7826f4c9d libibmad: 1.3.12 -> 1.3.13 2017-03-16 19:42:45 -05:00
ndowens
ed7fb7a265 bobcat: 4.02.00 -> 4.07.00 (#23742) 2017-03-17 00:41:33 +01:00
ndowens
7e902f5399 umockdev: init at 0.8.13
umockdev: all-packages cosmetic change
2017-03-16 18:05:13 -05:00
ndowens
ca8a0e3c80
libbson:1.1.10 -> 1.6.1
libbson: Removed un-needed deps
2017-03-16 23:37:17 +01:00
Renaud
a4c68ace9c jemalloc: 4.3.1 -> 4.5.0 2017-03-16 23:04:04 +01:00
Renaud
5f89c9e92d nghttp2: 1.19.0 -> 1.20.0
Corrected c-ares attribute name

Full changelog : https://nghttp2.org/blog/2017/02/26/nghttp2-v1-20-0/
2017-03-16 22:38:19 +01:00
ndowens
14315cf4f5 babl: 0.1.12 -> 0.1.24 2017-03-16 22:18:08 +01:00
Jörg Thalheim
7967c4aacf Merge pull request #23877 from ndowens/isocodes
iso-codes: 3.56 -> 3.74
2017-03-16 20:20:57 +01:00
ndowens
00b6d82001
libcouchbase: 2.5.2 -> 2.7.2
fixes #23932
2017-03-16 17:33:42 +01:00
ndowens
3cecb95a9d
libdap: 3.15.1 -> 3.18.3 2017-03-16 17:23:03 +01:00
Jörg Thalheim
e82ca0fa01 Merge pull request #23938 from ndowens/libdiscid
libdiscid: 0.6.1 -> 0.6.2
2017-03-16 17:15:41 +01:00
Joachim Fasting
c317e5c85d
ldns: split man pages
Saves ~1.8MB
2017-03-16 16:15:31 +01:00
Joachim Fasting
3fac05b951
libsodium: 1.0.11 -> 1.0.12 2017-03-16 15:54:20 +01:00
Jörg Thalheim
1d36642fdf Merge pull request #23941 from ndowens/libextractor
libextractor: 1.2 -> 1.3
2017-03-16 14:23:04 +01:00
Cray Elliott
f60fec99d1 SDL2_mixer: add optional fluidsynth support
also add flac support and mp3 support, and add myself as the maintainer,
since there is no current maintainer for this package
2017-03-15 20:44:54 -07:00
ndowens
a89e9e999b libextractor: 1.2 -> 1.3 2017-03-15 18:19:11 -05:00
ndowens
a1ea2879f8 libdiscid: 0.6.1 -> 0.6.2 2017-03-15 16:35:49 -05:00
ndowens
1b67435626 libdc1394: 2.2.3 -> 2.2.5 2017-03-15 16:15:42 -05:00
Daiderd Jordan
373d83516a Merge pull request #23918 from ashgillman/patch-2
ITK builds on darwin
2017-03-15 21:41:52 +01:00
Vladimír Čunát
e99bc64552
Merge branch 'master' into staging
More larger rebuilds from master, unfortunately.
2017-03-15 19:09:56 +01:00
Ashley Gillman
e7dca2c230 ITK build on darwin 2017-03-15 22:41:20 +10:00
David McFarland
1ea6860cc7 icu: fix crash in firefox
Fixes #23857
2017-03-15 08:49:56 -03:00
Marius Bergmann
ee69ee419b liquid-dsp: init at 20170307
liquid-dsp is a dependency for the latest git version of inspectrum, therefore I
added it in order to be able to upgrade inspectrum.
2017-03-14 23:42:18 +01:00
Bjørn Forsman
db937b9d60 qt57.full: add missing modules
qtquickcontrols2, qtwebchannel, qtwebengine, qtwebkit.

Added in the same order as the modules are listed in default.nix (and
then reformatted the block).
2017-03-14 22:27:20 +01:00
Bjørn Forsman
961c73a78c qt56.full: add missing modules
qtquickcontrols2, qtwebkit.

Added in the same order as the modules are listed in default.nix (and
then reformatted the block).

(The qt55 expression already has all modules in *full.)
2017-03-14 22:27:20 +01:00
Markus Schneider
cbf87bc2b2 granite: 0.3.0 -> 0.4.0.1 2017-03-14 22:26:19 +01:00
ndowens
e721905d0f google-gflags: 2.1.2 -> 2.2.0
google-gflags: Changed homepage
2017-03-14 16:04:27 -05:00
Lancelot SIX
4f644cd004
gdal: 2.1.1 -> 2.1.3 2017-03-14 17:59:07 +01:00
Robin Gloster
770794cbfe
urt: remove 2017-03-14 14:41:28 +01:00
Frederik Rietdijk
bf86b48b0f Merge pull request #23813 from ndowens/geis
geis: 2.2.16 -> 2.2.17
2017-03-14 13:39:36 +01:00
Frederik Rietdijk
5f837b1b94 Merge pull request #23867 from ndowens/htmlcxx
htmlcxx: 0.85 -> 0.86
2017-03-14 13:38:30 +01:00
Frederik Rietdijk
8c99040a7a Merge pull request #23826 from ndowens/gtkspell
gtkspell:3.0.8 -> 3.0.9
2017-03-14 13:36:42 +01:00
Frederik Rietdijk
683dc8cb4f Merge pull request #23810 from ndowens/ffms2
ffms: 2.21 -> 2.22
2017-03-14 13:32:46 +01:00
Daiderd Jordan
dcfff701dc Merge pull request #23835 from periklis/topic_qt57_submodules_darwin
qt57.{qtdeclarative,qtscript,qttranslations}: fix darwin compat
2017-03-14 12:36:22 +01:00
ndowens
d46fe334ca
ffmpegthumbnailer: 2.0.10 -> 2.2.0 2017-03-14 09:41:24 +01:00
Periklis Tsirakidis
a6be98c9c1 qt57.{qtdeclarative,qtscript,qttranslations}: fix darwin compat
Fixes duplicate linkings issue for Qt-Frameworks provided by qtbase
during configurePhase.
2017-03-14 09:37:37 +01:00
Volth
d4294265fd virt-viewer: 2.0 -> 5.0 2017-03-14 04:54:11 +00:00
ndowens
706bd194c7 iso-codes: 3.56 -> 3.74 2017-03-13 20:29:03 -05:00
ndowens
64218d61fc hwloc: 1.11.2 -> 1.11.6 (#23870) 2017-03-14 00:44:28 +01:00
Tuomas Tynkkynen
aba0b45b86 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
      pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
2017-03-14 00:49:22 +02:00
ndowens
4aee4cc8a5 htmlcxx: 0.85 -> 0.86 2017-03-13 17:11:03 -05:00
Tim Steinbach
6e0c3e1a6d Merge pull request #23862 from mimadrid/update/filezilla-3.25.0
filezilla: 3.24.0 -> 3.25.0
2017-03-13 17:58:34 -04:00
ndowens
f3dab1a1e9 armadillo: 7.700.0 -> 7.800.0
armadillo: Added forgotton version update
2017-03-13 16:38:47 -05:00
mimadrid
7e9c815c23
libfilezilla: 0.9.0 -> 0.9.1 2017-03-13 22:17:08 +01:00
Vladimír Čunát
b264486cf1
gnutls: bugfix+security 3.5.9 -> 3.5.10
http://gnutls.org/security.html#GNUTLS-SA-2017-3
2017-03-13 10:28:53 +01:00
Robin Gloster
89747d357b
msilbc: fix build 2017-03-13 09:33:15 +01:00
Lancelot SIX
37794d7101
gdbm: 1.12 -> 1.13
See http://lists.gnu.org/archive/html/info-gnu/2017-03/msg00005.html
for release anouncement
2017-03-13 09:20:47 +01:00
ndowens
afeb989c5c gtkspell:3.0.8 -> 3.0.9 2017-03-12 20:38:46 -05:00
ndowens
b64c6b46b1 gssdp: 0.14.11 -> 1.0.1 2017-03-12 19:41:00 -05:00
ndowens
86a23bcfff gmm: 4.3 -> 5.1
gmm: Remove whitespace
2017-03-12 18:51:15 -05:00
ndowens
a2d50e744a gloox: 1.0.14 -> 1.0.20 2017-03-12 17:56:33 -05:00
Thomas Tuegel
65592837b6
freetype: 2.6.5 -> 2.7.1
The Infinality bytecode interpreter is removed in favor of the new v40 TrueType
interpreter. In the past, the Infinality interpreter provided support for
ClearType-style hinting instructions while the default interpreter (then v35)
provided support only for original TrueType-style instructions. The v40
interpreter corrects this deficiency, so the Infinality interpreter is no longer
necessary.

To understand why the Infinality interpreter is no longer necessary, we should
understand how ClearType differs from TrueType and how the v40 interpreter
works. The following is a summary of information available on the FreeType
website [1] mixed with my own editorializing.

TrueType instructions use horizontal and vertical hints to improve glyph
rendering. Before TrueType, fonts were only vertically hinted; horizontal hints
improved rendering by snapping stems to pixel boundaries. Horizontal hinting is
a risk because it can significantly distort glyph shapes and kerning. Extensive
testing at different resolutions is needed to perfect the TrueType
hints. Microsoft invested significant effort to do this with its "Core fonts for
the Web" project, but few other typefaces have seen this level of attention.

With the advent of subpixel rendering, the effective horizontal resolution of
most displays increased significantly. ClearType eschews horizontal hinting in
favor of horizontal supersampling. Most fonts are designed for the Microsoft
bytecode interpreter, which implements a compatibility mode with
TrueType-style (horizontal and vertical) instructions. However, applying the
full horizontal hints to subpixel-rendered fonts leads to color fringes and
inconsistent stem widths. The Infinality interpreter implements several
techniques to mitigate these problems, going so far as to embed font- and
glyph-specific hacks in the interpreter. On the other hand, the v40 interpreter
ignores the horizontal hinting instructions so that glyphs render as they are
intended to on the Microsoft interpreter. Without the horizontal hints, the
problems of glyph and kerning distortion, color fringes, and inconsistent stem
widths--the problems the Infinality interpreter was created to solve--simply
don't occur in the first place.

There are also security concerns which motivate removing the Infinality patches.
Although there is an updated version of the Infinality interpreter for FreeType
2.7, the lack of a consistent upstream maintainer is a security concern. The
interpreter is a Turing-complete virtual machine which has had security
vulnerabilities in the past. While the default interpreter is used in billions
of devices and is maintained by an active developer, the Infinality interpreter
is neither scrutinized nor maintained. We will probably never know if there are
defects in the Infinality interpreter, and if they were discovered they would
likely never be fixed. I do not think that is an acceptable situtation for a
core library like FreeType.

Dropping the Infinality patches means that font rendering will be less
customizable. I think this is an acceptable trade-off. The Infinality
interpreter made many compromises to mitigate the problems with horizontal
hinting; the main purpose of customization is to tailor these compromises to the
user's preferences. The new interpreter does not have to make these compromises
because it renders fonts as their designers intended, so this level of
customization is not necessary.

The Infinality-associated patches are also removed from cairo. These patches
only set the default rendering options in case they aren't set though
Fontconfig. On NixOS, the rendering options are always set in Fontconfig, so
these patches never actually did anything for us!

The Fontconfig test suite is patched to account for a quirk in the way PCF fonts
are named.

The fontconfig option `hintstyle` is no longer configurable in NixOS. This
option selects the TrueType interpreter; the v40 interpreter is `hintslight` and
the older v35 interpreter is `hintmedium` or `hintfull` (which have actually
always been the same thing). The setting may still be changed through the
`localConf` option or by creating a user Fontconfig file.

Users with HiDPI displays should probably disable hinting and antialiasing: at
best they have no visible effect.

The fontconfig-ultimate settings are still available in NixOS, but they are no
longer the default. They still work, but their main purpose is to set rendering
quirks which are no longer necessary and may actually be
detrimental (e.g. setting `hintfull` for some fonts). Also, the vast array of
font substitutions provided is not an appropriate default; the default setting
should be to give the user the font they asked for.

[1]. https://www.freetype.org/freetype2/docs/subpixel-hinting.html
2017-03-12 17:31:33 -05:00
Jörg Thalheim
ceeb0de60c Merge pull request #23773 from ndowens/cdk
cdk:5.0-20160131 -> 5.0-20161210
2017-03-12 23:16:19 +01:00
ndowens
f0bb10fea3 geis: 2.2.16 -> 2.2.17 2017-03-12 16:25:18 -05:00
ndowens
d80cb1b080 gecode: 4.4.0 -> 5.0.0 2017-03-12 16:21:13 -05:00
ndowens
3d9d879bc0 ace: 6.3.3 -> 6.4.2 2017-03-12 21:03:42 +00:00
Bo Bakker
1d948ddc01
caf: init at 0.15.3
fixes #23772
2017-03-12 21:53:49 +01:00
ndowens
6723703f46 filter-audio: 20150624 -> 0.0.1 2017-03-12 15:43:03 -05:00
ndowens
a7b6f2eee4 ffms: 2.21 -> 2.22 2017-03-12 15:24:05 -05:00
ndowens
fb35166629 fcppt: 1.3.0 -> 2.5.0 2017-03-12 14:53:50 -05:00
ndowens
e86bb4da9d exosip: 4.0.0 -> 4.1.0 2017-03-12 14:44:58 -05:00
ndowens
7b89e8b2b6 exempi: 2.2.2 -> 2.4.2 2017-03-12 14:33:54 -05:00
Nikolay Amiantov
c05ac3ea12 makeDBusConf: re-add XDG directories for session bus
Fixes #23770.
2017-03-12 22:15:51 +03:00
ndowens
498cc60f90 libp11: 0.2.7 -> 0.4.4 2017-03-12 13:27:55 -05:00
ndowens
45cfd3969a drumstick: 1.0.2 -> 1.1.0 2017-03-12 20:23:44 +02:00
Jörg Thalheim
55074a0e3c Merge pull request #23783 from ndowens/cl
cl:1.2.1 -> 1.2.3
2017-03-12 18:51:43 +01:00
Jörg Thalheim
879ccfd69c Merge pull request #23779 from ndowens/chipmunk
chipmunk:7.0.0 -> 7.0.1
2017-03-12 18:50:08 +01:00
Karn Kallio
d2e30a74f4
eigen : Fix an extra slash. 2017-03-12 18:40:07 +01:00
Vladimír Čunát
50fadc8b18
cups: split the $lib output
This saves > 10 MB from most closures.
Printing test succeeds on x86_64-linux.
2017-03-12 18:36:30 +01:00
Jörg Thalheim
28337316d1 Merge pull request #23796 from ndowens/dlib
dlib: 18.10 -> 19.4
2017-03-12 18:32:19 +01:00
Jörg Thalheim
bcc3755477 Merge pull request #23784 from ndowens/ck
concurrencykit: 0.4.5 -> 0.6.0
2017-03-12 18:30:38 +01:00
ndowens
496b293070 dlib: 18.10 -> 19.4 2017-03-12 11:15:38 -05:00
Periklis Tsirakidis
4904df80bb qt57.qtbase: enable darwin compatibility 2017-03-12 15:02:24 +01:00
mimadrid
a57d9e420c
libzip: 1.1.2 -> 1.2.0 2017-03-12 12:33:04 +01:00
ndowens
819b8c68de assimp: 3.2 -> 3.3.1 2017-03-12 08:34:51 +01:00
ndowens
1e68693cef cimg: 1.7.0 -> 1.7.9 2017-03-12 08:32:32 +01:00
ndowens
a7843b01f2 chromaprint: 1.3.1 -> 1.3.2 2017-03-11 21:52:14 -06:00
ndowens
5f03cf8f94 concurrencykit: 0.4.5 -> 0.6.0 2017-03-11 21:15:29 -06:00
ndowens
ef741de5b1 cl:1.2.1 -> 1.2.3 2017-03-11 20:59:11 -06:00
ndowens
5d025f5731 chipmunk:7.0.0 -> 7.0.1 2017-03-11 19:58:16 -06:00
ndowens
a50e64a60c ceres-solver: 1.10.0 -> 1.12.0 2017-03-11 19:10:06 -06:00
ndowens
e098899023 cdk:5.0-20160131 -> 5.0-20161210 2017-03-11 18:36:11 -06:00
Thomas Tuegel
e24261ed16
qtbase: fix sed syntax in .pc file fixup 2017-03-11 16:25:48 -06:00
ndowens
286917bfc9 aubio: 0.4.1 -> 0.4.4 (#23739) 2017-03-11 15:28:07 +01:00
Tuomas Tynkkynen
a241abf603 Revert "stdenv: aarch64 is also ARM"
This reverts commit a5f4e22289229a5f6b7341d17c45db98be84d479.

Breaks the stdenv build, e.g.: http://hydra.nixos.org/build/50015717
In general, the architectures are different enough that there is no
reason to consider both as ARM, just like we don't consider x86_64 as
32-bit x86.

cc @fpletz
2017-03-11 15:57:51 +02:00
Robin Gloster
91bbd73ffa
suil-qt5: fix build 2017-03-11 14:47:29 +01:00
aszlig
e25f8f2e37
gwenhywfar: 4.15.3 -> 4.17.0
* 4.17.0: A few smaller fixes.
 * 4.16.0beta: It's now possible to show saved passwords from the
               GWEN_PASSWD_STORE file.
 * 4.15.6beta: Improve Certificate handling with TLS connections.
 * 4.15.5beta: Fix problem with some servers aborting SSL connections.

The full changelogs in German can be found at:

https://www.aquamaniac.de/sites/news/index.php

Built and tested successfully on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-03-11 12:38:01 +01:00
aszlig
460c064852
aqbanking: 5.6.10 -> 5.6.12
* 5.6.11: Fix problem with some servers aborting SSL connections.
 * 5.6.12: Improve handling of offset accounts during turnover
           retrieval.

The full changelogs in German can be found at:

https://www.aquamaniac.de/sites/news/index.php

Built and tested successfully on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-03-11 12:37:58 +01:00
aszlig
1de5f1bbeb
aqbanking/updater: Switch to HTTPS URL
The site has changed to HTTPS and no longer serves HTTP (yay).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-03-11 12:37:54 +01:00
Franz Pletz
bf6c90ed67
libarchive: 3.2.2 -> 3.3.1 2017-03-11 10:25:34 +01:00
Franz Pletz
70b174d79d
Revert "libarchive: 3.2.2 -> 3.3.1"
This reverts commit 051b3b3b7876cff28f6815a843f6d4e165299686.

This is a mass rebuild and should go into staging.
2017-03-11 10:24:29 +01:00
Franz Pletz
a5f4e22289
stdenv: aarch64 is also ARM 2017-03-11 09:40:19 +01:00
Michael Raskin
8ef4cd9e20 Merge pull request #23733 from ndowens/cgal
cgal: 4.7 -> 4.9
2017-03-11 08:18:57 +00:00
Franz Pletz
051b3b3b78
libarchive: 3.2.2 -> 3.3.1 2017-03-11 08:14:28 +01:00
vbgl
cef420bd61 cgal: fix typo in license 2017-03-11 06:49:31 +00:00
ndowens
9017f36349 appstream: 0.9.5 -> 0.10.6 2017-03-10 18:49:01 -06:00
Tuomas Tynkkynen
8d3c35ad02 SDL2_gfx: Fix non-x86 build 2017-03-11 02:37:00 +02:00
Daiderd Jordan
a2eae3bc44
Revert "Merge pull request #23602 from periklis/topic_qt57_darwin"
This reverts commit 4c0737eb80af8a1e0c0bab4c51454807837dfdde, reversing
changes made to 943c4ed72ff85bb9a2610d8909ee68bb0f0d0744.
2017-03-11 00:28:23 +01:00
ndowens
0a72e457cc cgal: 4.7 -> 4.9 2017-03-10 17:16:01 -06:00
ndowens
6e73c30135 coinmp: 1.7.6 -> 1.8.3 2017-03-10 16:48:29 -06:00
ndowens
ccba00655a libhttpseverywhere: 0.2.3 -> 0.2.10 2017-03-10 15:56:35 -06:00
Tuomas Tynkkynen
2b450377bf boost155: Not supported on aarch64 2017-03-10 20:06:34 +02:00