1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 10:00:56 +00:00
Commit graph

20345 commits

Author SHA1 Message Date
Jörg Thalheim 888f6a1280 Merge pull request #19199 from wizeman/u/fix-help2man-hash
help2man: fix hash
2016-10-03 19:26:44 +02:00
Michael Raskin ea6f03d1ca botan: 1.11.31 -> 1.11.32 2016-10-03 17:35:18 +02:00
Jörg Thalheim 26e39566af Merge pull request #19120 from groxxda/gtk+
gtk+3: 3.22.0 -> 3.22.1 [=> staging]
2016-10-03 10:36:08 +02:00
Jörg Thalheim df8dad4b89 Merge pull request #19121 from groxxda/glib
glib{mm,-networking} -> 2.50.0 [-> staging]
2016-10-03 10:35:11 +02:00
Frederik Rietdijk 83055b86ce Merge pull request #14534 from ryanartecona/darwin-fix-libsamplerate-libdvdcss
libsamplerate, libdvdcss: fix darwin build
2016-10-02 22:23:28 +02:00
Ryan Artecona dad6db2461 libdvdcss: add darwin support 2016-10-02 15:21:43 -05:00
Joachim Fasting 627ada684b
vtk: fix build due to doCheck = true on !darwin
Per https://hydra.nixos.org/build/41525447 the build now fails because
there's no "check" target.

Ref: 450dd55d95
2016-10-02 20:20:33 +02:00
Eelco Dolstra a58f5ffbb9 movit: Use multiple outputs 2016-10-02 19:22:29 +02:00
Eelco Dolstra 5cf9d386e0 opencv: Use multiple outputs and prevent runtime dependency on GCC 2016-10-02 19:22:02 +02:00
Joachim Fasting a4b4495771
linenoise: license is 2-clause BSD 2016-10-02 13:14:48 +02:00
Francis St-Amour 643d5f80fd
linenoise: init at 1.0.10
Closes https://github.com/NixOS/nixpkgs/pull/19117
2016-10-02 13:03:51 +02:00
Tuomas Tynkkynen 19225bf5cc Merge remote-tracking branch 'upstream/master' into staging 2016-10-02 10:36:47 +03:00
Anthony Cowley ade7c6645a vtk: fix darwin impurity 2016-10-02 00:59:26 -04:00
Tuomas Tynkkynen a387a5d870 gst-plugins: Fix misuse of lib.optional
This adds a list containing 'libpulseaudio' to buildInputs.
2016-10-02 03:06:03 +03:00
Tuomas Tynkkynen f5dd3a703d treewide: Fix more lib.optional misuses 2016-10-02 00:44:10 +03:00
Tuomas Tynkkynen 82c0aa7d85 openjpeg_2_0: Fix hash 2016-10-02 00:44:10 +03:00
Tuomas Tynkkynen 5bf5de58ea treewide: Fix 'lib.optional' misuses
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Aneesh Agrawal fcee1d0b28
Remove redundant -DCMAKE_BUILD_TYPE=Release flags
Since commit 183d05a0 in 2012, this is the default.

fixes #18000
2016-10-01 16:13:41 +02:00
Benno Fünfstück ebaf889183 freenect: 0.5.2 -> 0.5.5 2016-10-01 14:15:15 +02:00
Jörg Thalheim d9c6879ae2 Merge pull request #18070 from RamKromberg/init/libagar
libagar: init at 1.5
2016-10-01 13:42:52 +02:00
Alexander Ried 4e595a3dfb glibmm: 2.48.1 -> 2.50.0 2016-10-01 12:13:09 +02:00
Alexander Ried c850aa0416 glib-networking: 2.46.1 -> 2.50.0 2016-10-01 12:13:08 +02:00
Alexander Ried 66727f8919 gtk+3: 3.22.0 -> 3.22.1 2016-10-01 11:42:43 +02:00
Joachim F 76b0efd42e Merge pull request #18810 from groxxda/wayland
wayland, weston: 1.11.0 -> 1.12.0
2016-10-01 09:19:08 +02:00
Joachim F f4044606b5 Merge pull request #18988 from groxxda/cogl-cleanup
clutter, cogl: remove old versions
2016-10-01 09:18:32 +02:00
Joachim F 1f26655897 Merge pull request #19112 from ericsagnes/pkg-update/ibus-libpinyin
ibus-libpinyin: 1.7.4 -> 1.8.0
2016-10-01 09:17:43 +02:00
Joachim F bd3c356397 Merge pull request #19085 from acowley/vtk-darwin-take2
vtk: darwin compatibility
2016-10-01 09:15:21 +02:00
Eric Sagnes 46bf82312e libpinyin: 1.3.0 -> 1.6.0 2016-10-01 13:43:36 +09:00
Peter Hoeg 639e5401ff dbus: add socket activation but do not enable it
The following changes are included:

1) install user unit files from upstream dbus
2) use absolute paths to config for --system and --session instances
3) make socket activation of user units configurable

There has been a number of PRs to address this, so this one does the
bare minimum, which is to make the functionality available and
configurable but defaults to off.

Related PRs:
 - #18382
 - #18222

(cherry picked from commit f7215c9b5b)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Henry f212317525 libpointmatcher: only build on linux 64bit platform 2016-09-30 12:54:09 +02:00
Tuomas Tynkkynen b3af42011b usbredir: Fix 32-bit build
Avoid these warnings from being errors:

usbredirhost.c: In function 'usbredirhost_can_write_iso_package':
usbredirhost.c:1023:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
             DEBUG("START dropping isoc packets %lu buffer > %lu hi threshold",
                   ^
usbredirhost.c:1023:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
             DEBUG("START dropping isoc packets %lu buffer > %lu hi threshold",
                   ^
usbredirhost.c:1028:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
             DEBUG("STOP dropping isoc packets %lu buffer < %lu low threshold",
                   ^
usbredirhost.c:1028:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
             DEBUG("STOP dropping isoc packets %lu buffer < %lu low threshold",
                   ^
usbredirhost.c: In function 'usbredirhost_set_iso_threshold':
usbredirhost.c:1162:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
     DEBUG("higher threshold is %lu bytes | lower threshold is %lu bytes",
           ^
usbredirhost.c:1162:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=]
     DEBUG("higher threshold is %lu bytes | lower threshold is %lu bytes",

I think in all of these cases, the incorrect format modifier just causes
wrong debug prints on i686.
2016-09-30 12:19:59 +03:00
Anthony Cowley 450dd55d95 vtk: darwin compatibility 2016-09-29 21:29:40 -04:00
Franz Pletz eb6a1c9238
cryptopp: 5.6.2 -> 5.6.4
Fix CVE-2016-3995. #18856

Remove broken flag. #19040

cc #19009
2016-09-29 23:40:38 +02:00
Eelco Dolstra 518340624d Merge remote-tracking branch 'origin/master' into staging 2016-09-29 13:06:14 +02:00
Eelco Dolstra 5df3ec85d8 gst-plugins-base: Use multiple outputs 2016-09-29 13:05:29 +02:00
Eelco Dolstra 7c31bc7e89 gstreamer: Use multiple outputs 2016-09-29 13:05:29 +02:00
Eelco Dolstra 711b536934 polkit_qt4: Use multiple outputs 2016-09-29 13:05:29 +02:00
Eelco Dolstra a5ee4d2c78 qt-4: Use multiple outputs
This is a pretty modest use of multiple outputs - mainly to eliminate
-dev outputs from Qt's closure.
2016-09-29 13:05:28 +02:00
Frederik Rietdijk 3b90dd69d0 Merge pull request #18623 from RamKromberg/fix/fribidi
fribidi: 0.19.6 -> 0.19.7
2016-09-29 09:48:17 +02:00
Jörg Thalheim f7371ce3b5 Merge pull request #19028 from acowley/libui-darwin
libui: darwin compatibility
2016-09-29 08:35:40 +02:00
Graham Christensen 9ebc98e53d Merge pull request #19040 from grahamc/broken-mast
Mark packages as broken: asterisk, cryptopp, redmine, moodle, opera, openstack-neutron, mesos
2016-09-28 16:50:05 -04:00
Vladimír Čunát 0c0c59c7cc Merge #18848: gtk+3: 3.20.9 -> 3.22.0 2016-09-28 21:22:18 +02:00
Vladimír Čunát 8e7c388edc Merge #19041: libxslt: 1.1.28 -> 1.1.29 2016-09-28 17:14:09 +02:00
Vladimír Čunát 77604964b6 Merge branch 'master' into staging 2016-09-28 17:13:59 +02:00
Vladimír Čunát 06d8dd3ed4 libxslt: drop patch already included in release
I didn't test building on MinGW, but this commit can't make it worse.
2016-09-28 17:11:46 +02:00
Jörg Thalheim dafd585f9d
libxslt: 1.1.28 -> 1.1.29 2016-09-28 15:43:02 +02:00
Franz Pletz 8916ba141b
libressl_2_5: init at 2.5.0 2016-09-28 15:15:56 +02:00
Franz Pletz f749a16662
libressl_2_4: 2.4.2 -> 2.4.3 2016-09-28 15:15:55 +02:00
Franz Pletz 6b8aed6649
libressl_2_3: 2.3.7 -> 2.3.8 2016-09-28 15:15:55 +02:00
Graham Christensen 32ed834387
cryptopp: mark as broken
https://github.com/NixOS/nixpkgs/issues/18856
2016-09-28 08:52:17 -04:00