Commit Graph

22619 Commits

Author SHA1 Message Date
Tuomas Tynkkynen 1ff422aa23 treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Tuomas Tynkkynen 9f2f74d9bc ffmpeg: Add man output 2017-08-11 21:32:53 +03:00
Domen Kožar 486e1c3c16 Merge pull request #27998 from davidak/macOS
replace "Mac OS X" and "OS X" with "macOS"
2017-08-11 13:01:36 +02:00
Vladimír Čunát 3be89a6758
libsoup: security 2.56.0 -> 2.56.1
Fixes CVE-2017-2885
2017-08-10 20:58:43 +02:00
Frederik Rietdijk b0c30f436e Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-10 10:41:23 +02:00
Robin Gloster b1f5305abd
serf: fix darwin build 2017-08-09 23:53:08 +02:00
Willi Butz e9a2cfda7b vigra: 1.10.0 -> 1.11.1 2017-08-09 21:50:21 +02:00
Willi Butz 08e450df46 movit: 1.2.0 -> 1.5.1 2017-08-09 21:50:21 +02:00
Simon Lackerbauer 30d76b8ccd seafile-client: 5.0.7 -> 6.1.0
bump to qt5
2017-08-09 19:53:05 +02:00
Robin Gloster f4ca99166a
serf: fix build 2017-08-09 14:46:38 +02:00
Daiderd Jordan 8c86ce707e Merge pull request #28034 from kiloreux/libopencore
opencore-amr init at 0.1.5
2017-08-08 19:25:53 +02:00
kiloreux c74d0d460f
Implement other required changes 2017-08-08 17:36:15 +01:00
Thomas Tuegel ca6f1591ba Merge pull request #27013 from expipiplus1/qt-charts
qt5: Add qtcharts submodule
2017-08-08 06:48:25 -05:00
kiloreux 6a279ec77a
Fix typo 2017-08-08 10:27:41 +01:00
kiloreux 6f7f06375c
Implement required changes 2017-08-08 09:43:23 +01:00
kiloreux 21b6e9cc05
Add kiloreux as maintainer 2017-08-08 08:07:55 +01:00
kiloreux ea4d01b857
Added libopencore support 2017-08-08 07:50:38 +01:00
Sebastian Hagen edf6176d8a libtiff: Fix debian patch tarball URL
The tiff debian tarball URL has disappeared (since debian updated their current
version), which renders this package unbuildable.

Change it to a debian snapshot URL, which should be around indefinitely.
2017-08-08 04:06:55 +01:00
Daniel Peebles de1110b52a Merge pull request #27960 from LnL7/clang-libgcrypt
libgcrypt: fix clang build
2017-08-07 16:52:59 -04:00
Cray Elliott 2f9724e804 ffmpeg, ffmpeg-full: 3.3.2 -> 3.3.3 2017-08-07 12:53:48 -07:00
davidak 3270aa896b replace "Mac OS X" and "OS X" with "macOS"
as it is the official name since 2016

https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop

exception are parts refering to older versions of macOS like

"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
Wout Mertens ba203e40a6 Merge pull request #28010 from womfoo/bump/facter-3.7.1
facter: 3.6.6 -> 3.7.1 and related deps
2017-08-07 18:32:03 +02:00
Kranium Gikos Mendoza b416579af4 leatherman: 0.11.2 -> 1.0.0 2017-08-08 00:37:43 +10:00
Frederik Rietdijk 2203908e5f Merge commit 'b679e14' into HEAD 2017-08-07 13:19:09 +02:00
Frederik Rietdijk e7651e4b60 Merge pull request #27940 from bkchr/fix_qt56_ld
QT5.6: Fixes compile error with wrong LD env variable
2017-08-07 13:04:43 +02:00
Bastian Köcher 0053bf6d47 QT5.6: Fixes compile error with wrong LD env variable
QT uses -Wl linker flags and these flags only work with gcc/g++
and not with LD directly.
2017-08-07 10:51:53 +02:00
Joachim F 70d8768af5 Merge pull request #27876 from joachifm/libsodium-1_0_13
libsodium: 1.0.12 -> 1.0.13
2017-08-07 00:18:39 +01:00
Robin Gloster 41492abf4d
qt56.qtbase: fix build 2017-08-06 21:23:38 +02:00
georgewhewell e85a855d2c openssl 1_1_0: fix build on aarch64 2017-08-06 20:38:32 +02:00
Daiderd Jordan 7960bbff14
gnutls: fix darwin build 2017-08-06 13:07:52 +02:00
Robert Helgesson 2bbfac7b97
expat: fix build on aarch 2017-08-06 11:24:12 +02:00
Robin Gloster 145be4e340
Merge commit 'ad83979e5986fa3bb0d254c2be9482c12a8743b9' from staging 2017-08-06 11:21:53 +02:00
Vladimír Čunát f779df87b1
Merge branch 'master' into staging
Let's drop i686-linux here as well.
2017-08-06 10:03:25 +02:00
Daiderd Jordan 07796ccb57
libgcrypt: fix clang build
Fixes #27906

Because #pragma GCC optimize ("O0") doesn't work for clang and
NIX_CFLAGS_COMPILE bypasses the fixup done by the makefiles everything
gets compiled with -O2.
The build still uses optimisation for everything else.
2017-08-05 15:20:13 +02:00
Jan Tojnar c9d419a22b gnome: Further fixes for `Using the 'memory' GSettings backend issue` 2017-08-05 12:21:00 +02:00
Thomas Tuegel dd61dbf50d
Merge commit 'refs/pull/27485/head' of github.com:NixOS/nixpkgs into staging
Merges #27485.
2017-08-04 07:39:21 -05:00
Robert Helgesson 629becb544
expat: 2.2.2 -> 2.2.3 2017-08-04 11:30:04 +02:00
Robin Gloster 7dc3460764
wvstreams: remove 2017-08-04 08:26:09 +02:00
Franz Pletz f1802d8398
libmsn: remove, build fails and obsolete
libmsn provides access to the MSN network, which was officially
shut down in October 2014. No packages depends on libmsn.
2017-08-04 08:26:08 +02:00
Willi Butz d10d76f487
libindicator: fix substituteInPlace usage 2017-08-04 04:23:49 +02:00
Willi Butz c806501a6d
libindicate: fix substituteInPlace usage 2017-08-04 04:23:25 +02:00
Robin Gloster 3bd6061651
libgnurl: 7.48.0 -> 7.54.1 2017-08-04 04:22:51 +02:00
Franz Pletz d8284f5ea6
libevhtp: remove, abandoned and build fail
No reverse dependencies in nixpkgs. The author deleted the repository.

Is was added for certificate-transparency but isn't used in that expression
anymore.
2017-08-04 04:22:16 +02:00
Franz Pletz e10e0c4707
libdbusmenu: fix substituteInPlace usage 2017-08-04 04:21:41 +02:00
Willi Butz e75b2f03d0
libappindicator: fix substituteInPlace usage 2017-08-04 04:21:09 +02:00
Robin Gloster a8e4f34f40
indicator-application: fix substituteInPlace usage 2017-08-04 04:20:44 +02:00
Robin Gloster 750b78301c
libexosip_3: remove unused, old version 2017-08-04 04:16:57 +02:00
Robin Gloster 7786767bea
ccnx: remove
upstream has been replaced by another project, doesn't build with
openssl 1.1 and is not used elsewhere in nixpkgs

See https://github.com/ProjectCCNx/ccnx
2017-08-04 04:14:03 +02:00
Robin Gloster 329eec441b
aws-sdk-cpp: 1.1.7 -> 1.1.18 2017-08-04 04:13:14 +02:00
Robin Gloster a97d46e727
aws-sdk-cpp: 1.0.153 -> 1.1.7 2017-08-04 04:13:04 +02:00