Dan Peebles
6878b2b21d
libvirt: make it build on darwin
...
Not sure if it works, but it no longer fails miserably at build time
2015-12-24 23:34:47 -05:00
Dan Peebles
8c42b26fa2
libvirt: switch who makes assertions about whose version
...
Previously, the native libvirt package was making an assertion that
the dependent Python package had a compatible version. This commit
switches that so that the Python package makes the assertion, since
it makes more sense to me to have a child package making an
assertion about its parent than vice versa.
2015-12-24 19:59:44 +00:00
Christian Albrecht
dad3cd7928
jzmq: fix missing shasum in fetchgit src
2015-12-24 13:20:24 +01:00
Vladimír Čunát
12a0e09563
Merge #11674 : libressl-2.3 patches for various pkgs
2015-12-23 23:16:27 +01:00
Robin Gloster
99b1b464b4
qt55.qtbase: add patch to build with libressl 2.3
2015-12-23 22:10:01 +00:00
Nathan Zadoks
77affc495f
despotify: fix missing hash ( close #11913 )
2015-12-23 23:09:26 +01:00
Robin Gloster
562ba76975
qca2: add patch to build with libressl 2.3
2015-12-23 22:08:33 +00:00
Robin Gloster
4b5cb62488
qt4: add patch to build with libressl 2.3
2015-12-23 22:08:33 +00:00
Vladimír Čunát
11c702c582
Merge master into staging
2015-12-23 18:57:35 +01:00
Thomas Tuegel
cd7cfcc9a2
arpack: include OpenBLAS path in pkgconfig file
2015-12-22 14:22:19 -06:00
Bojan Nikolic
842613fb10
aspell: improve the doc string, fixes #11814
...
It is better to specify data-dir in the environmental variable since
then both the language description files and the dictionaries will be
found. Since dict-dir defaults to data-dir only the latter needs to be
set. See for example https://github.com/NixOS/nixpkgs/issues/1000
2015-12-22 01:56:27 +01:00
obadz
29c676e73d
pdfmod: init at 0.9.1 ( close #11417 )
...
vcunat did some cosmetic changes, such as joining lines
because we seem to rarely use one-identifier-per-line style,
or fixing hyena description to conform to our rules.
2015-12-21 15:19:36 +01:00
Vladimír Čunát
a6b34b3bfd
mesa: maintenance updates 11.0.5 -> 11.0.8
2015-12-21 14:28:49 +01:00
Thomas Tuegel
5ff1c58606
Merge pull request #11839 from ttuegel/qt-5.4
...
Qt infrastructure update
2015-12-20 08:11:52 -06:00
Thomas Tuegel
1d331481fc
quazip: Qt 5 infrastructure update
2015-12-20 07:56:54 -06:00
Thomas Tuegel
660736def8
polkit-qt: normalize package name to upstream
2015-12-20 07:56:51 -06:00
Thomas Tuegel
e782026719
poppler: normalize package name to upstream
2015-12-20 07:56:51 -06:00
Thomas Tuegel
ad9ece4f92
qwt: Qt 5 infrastructure update
2015-12-20 07:56:41 -06:00
Thomas Tuegel
9a91200e9e
phonon: Qt 5 infrastructure update
2015-12-20 07:56:41 -06:00
Thomas Tuegel
d7dff0057c
signon: Qt 5 infrastructure update
2015-12-20 07:56:40 -06:00
Thomas Tuegel
36ea03660e
qca-qt5: Qt 5 infrastructure update
2015-12-20 07:56:40 -06:00
Thomas Tuegel
b8b14eda69
phonon-backend-gstreamer: Qt 5 infrastructure update
2015-12-20 07:56:39 -06:00
Thomas Tuegel
26cf5db23f
mlt: Qt 5 infrastructure update
2015-12-20 07:56:39 -06:00
Thomas Tuegel
f250a6e64e
qt5: build env and full per version
2015-12-20 07:56:38 -06:00
Thomas Tuegel
fef302e3e4
accounts-qt: Qt infrastructure update
2015-12-20 07:56:35 -06:00
Thomas Tuegel
2a8b6959cc
libdbusmenu-qt: Qt 5 infrastructure update
2015-12-20 07:56:35 -06:00
Thomas Tuegel
664a64ef13
grantlee: Qt 5 infrastructure update
2015-12-20 07:56:35 -06:00
Arseniy Seroka
66b294dd48
Merge pull request #11811 from knedlsepp/grib-api
...
grib-api: init at 1.14.4
2015-12-20 15:08:03 +03:00
Josef Kemetmüller
5b553893c1
grib-api: init at 1.14.4
2015-12-20 11:52:58 +01:00
Thomas Tuegel
1402c20bfd
qt54: backport Qt infrastructure changes from Qt 5.5
2015-12-19 16:20:27 -06:00
Thomas Tuegel
36dda92317
qt55.qtbase: don't interpolate needlessly
2015-12-19 12:26:54 -06:00
Thomas Tuegel
09e9e3e359
fixup! qt55.qtbase: don't include optional dependencies unconditionally
2015-12-19 12:26:45 -06:00
Thomas Tuegel
98e2fbe630
qt55.qtbase: remove non-existent paths from LD_LIBRARY_PATH
2015-12-19 12:18:48 -06:00
Thomas Tuegel
0a54898a20
qt55.qtbase: don't include optional dependencies unconditionally
2015-12-19 12:18:06 -06:00
Thomas Tuegel
9f62af0885
qt55.qtbase: fallback libGL path
...
If libGL is not found on the system library path, fall back to the
default Mesa driver.
2015-12-19 12:15:33 -06:00
Thomas Tuegel
081b1f1707
qt55.qtbase: set compose search path
...
This was previously set using substituteInPlace, but this leads to
duplicate search paths.
2015-12-19 12:02:57 -06:00
Thomas Tuegel
14f27e5eb7
qt55.qtbase: move sed scripts to postPatch
2015-12-19 11:59:05 -06:00
Thomas Tuegel
8b890cac07
qt55.qtbase: manage patches with quilt
2015-12-19 11:56:50 -06:00
Vladimír Čunát
1932d101e2
telepathy-qt: minor update, fix by patch, unify
...
- The patch fixes building against gst-1.6.
- Having to change three files with almost same contents would drive me mad,
so I unified them into a single expression. /cc @ttuegel
- libxslt seemed unneeded, and it uses libxml2 anyway.
2015-12-18 11:06:46 +01:00
Vladimír Čunát
be6c625410
telepathy-farstream: minor update 0.6.1 -> 0.6.2
...
Also cleanup unneeded dependencies, in particular gst-0.10.
2015-12-18 10:31:57 +01:00
lethalman
12b64621fd
Merge pull request #11796 from nckx/fix-gdata
...
gnome3_*.libgdata: add `nss` dependency
2015-12-18 10:15:51 +01:00
Tobias Geerinckx-Rice
341d23324d
libpsl: 2015-12-03 -> 2015-12-17
2015-12-17 23:51:43 +01:00
Tobias Geerinckx-Rice
996a0a9abf
liboauth: add nss3
path to liboauth.la
...
Fixes the following libgdata build error:
```
CCLD gdata/libgdata.la
/nix/store/5kdjp8200hazaydx0dmwn5qghqkyi3py-binutils-2.23.1/bin/ld: cannot find -lssl3
/nix/store/5kdjp8200hazaydx0dmwn5qghqkyi3py-binutils-2.23.1/bin/ld: cannot find -lsmime3
/nix/store/5kdjp8200hazaydx0dmwn5qghqkyi3py-binutils-2.23.1/bin/ld: cannot find -lnss3
/nix/store/5kdjp8200hazaydx0dmwn5qghqkyi3py-binutils-2.23.1/bin/ld: cannot find -lnssutil3
collect2: error: ld returned 1 exit status
```
2015-12-17 22:43:34 +01:00
Rickard Nilsson
c634e5cd24
Merge pull request #11730 from spwhitt/mopidy
...
Mopidy Improvements
2015-12-17 20:42:13 +01:00
Vladimír Čunát
82a21ccaf7
libffi: refactor meta
2015-12-17 14:45:46 +01:00
Vladimír Čunát
5a129a8121
libffi: doCheck optionally and do so for glib-tested
...
This is kind-of reverting fcf99efcd
.
2015-12-17 14:45:46 +01:00
Peter Simons
6538905eb4
Merge pull request #11677 from jagajaga/gettext_patch_staging
...
gettext: fix absolute path
2015-12-17 14:27:18 +01:00
Thomas Tuegel
9b26afff6e
Merge pull request #11781 from ttuegel/kiconthemes
...
kde5.kiconthemes: default icon theme is breeze
2015-12-17 06:15:37 -06:00
Thomas Tuegel
24991034de
kde5.kiconthemes: default icon theme is breeze
2015-12-17 05:58:17 -06:00
Thomas Tuegel
d69b5f9533
polkit_qt5: remove
...
The correct version is qt5Libs.polkitQt.
2015-12-17 05:51:59 -06:00
Vladimír Čunát
1c268e0b8c
Merge master into staging
2015-12-17 08:53:35 +01:00
Vladimír Čunát
04d993417f
libpng: security update
...
It should finally fix #11030 and CVE-2015-8126
2015-12-17 08:52:01 +01:00
Thomas Tuegel
0a81a0d8ff
kde5: Frameworks 5.17, Plasma 5.5.1, Applications 15.12.0
...
The stable `kde5` attribute is updated to these versions. The old
versions have been removed.
2015-12-16 19:08:06 -06:00
Thomas Tuegel
8ee82c6b00
Merge pull request #11764 from ttuegel/kde-updates
...
KDE updates
2015-12-16 10:24:11 -06:00
Thomas Tuegel
cc058eff70
kde5_latest: merge all package sets
...
The three KDE package sets now have circular dependencies between them,
so they can only be built if they are merged into a single package set
during evaluation.
2015-12-16 10:22:43 -06:00
Eelco Dolstra
86bf3662df
nss: 3.20.1 -> 3.21
2015-12-16 16:18:42 +01:00
Eelco Dolstra
f8c6ced636
nspr: 4.10.10 -> 4.11
2015-12-16 16:04:36 +01:00
Domen Kožar
0944d05e2e
libvirt-glib: add numa support
2015-12-16 11:07:08 +01:00
Pascal Wittmann
1adc15f93f
Merge pull request #11754 from VIZGIX/master
...
qxt: url fix
2015-12-16 08:42:30 +01:00
VIZGIX
fe29df4db0
qxt: url fix
...
updated to the correct url for downloading the libqxt tar.gz file
2015-12-16 01:16:24 -06:00
Spencer Whitt
89c690039a
gst-plugins-ugly: add LAME mp3 encoder support
2015-12-15 22:38:13 -05:00
Spencer Whitt
d6def26201
gst-plugins-good: add icecast support
2015-12-15 22:38:13 -05:00
Domen Kožar
0acc32e836
libvirt: add numa support
2015-12-15 23:42:03 +01:00
Arseniy Seroka
7d02a16aec
gettext: fix absolute path
2015-12-14 22:56:34 +03:00
devhell
ab9bf1e4fa
{lib-}mediainfo{-gui}: 0.7.79 -> 0.7.80
...
From the changelog:
```
Version 0.7.80, 2015-11-30
+ Matroska: support of MKVMerge statistics tags (duration frame count,
stream size, bit rate) per track, thanks to ndjamena
+ FLAC: Channel positions, thanks to ndjamena
+ FLAC: difference between detected bit depth and stored bit depth
+ MPEG-TS: if DTVCC transport stream is present and no DTVCC service
descriptor, scan also in the middle of the file in order to detect
more caption services
+ Subtitle frame rate computing if frame count and duration are
available (hidden by default)
+ Subtitles in Matroska: count of elements
+ Matroska, MXF and MP4/MOV: detection of truncated files
+ DTS: difference between ES Matrix and ES Discrete
+ DTS: display ES Matrix or ES Discrete even if HRA or MA is present
+ DTS: difference between DTS-HRA with 96k option and pure DTS-96/24
+ DTS: detection of DTS:X
+ Samples per frame info
+ AC-3: detection of Atmos inside TrueHD
+ Video frame rate: showing precision of 1/1.001 frame rates (e.g.
"23.976 (24000/1001) fps" and "23.976 (23976/1000) fps")
+ MPEG-4/MOV: showing the complete list of compatible brands in the
CodecID field
+ MPEG-4/MOV: Alternate groups
+ MPEG-4/MOV: "Disabled" tag
+ MPEG-4/MOV: "Forced" tag
+ MPEG-4/MOV: showing links between tracks (chapters for, subtitles for,
fallback for)
+ MXF: handling of more acquisition metadata items
+ MXF: Package name
+ AVC: Store method of interlaced content (Interleaved Fields or
Separated Fields)
+ EBUCore: acquisition metadata (Proof of concept, for feedback only)
x Matroska: frame rate detection algorithm revisited, less wrong numbers
are expected
x SDP/Teletext: some pages were sometimes (when present in 2 different
SDP lines) displayed several times
x MPEG-4/MOV: some hint tracks were not displayed
+ Hongkongese language added
+ Option "Full parsing"
```
2015-12-13 17:16:07 +00:00
lethalman
564757ab9b
Merge pull request #11652 from Profpatsch/geoclue
...
geoclue2: 2.1.10 -> 2.4.1
2015-12-13 14:24:09 +01:00
Nikolay Amiantov
94a07ab3ae
fmod42416: fix upstream url, use provided Makefile
2015-12-13 15:14:06 +03:00
Anders Papitto
9f71bba8a4
libb64: init at 1.2
2015-12-12 12:31:28 -08:00
Thomas Tuegel
28b74a05af
remove kf516
2015-12-12 08:09:48 -06:00
Profpatsch
cc79a6360b
geoclue2: 2.1.10 -> 2.4.1
2015-12-12 14:26:46 +01:00
Thomas Tuegel
54829da822
kf517.ki18n: add missing qtdeclarative dependency
2015-12-12 07:15:07 -06:00
Thomas Tuegel
e3aa60ed81
kf517: init at 5.17.0
2015-12-12 07:14:47 -06:00
Thomas Tuegel
40242c1bff
kf516.breeze-icons: propagate qtsvg into user environment
2015-12-12 07:00:36 -06:00
Arseniy Seroka
d5b52b86cb
Merge pull request #11616 from prikhi/update-sassc
...
Update libsass & sassc
2015-12-11 21:22:24 +03:00
leenaars
3ade7b690e
opendkim: 2.4.3 > 2.10.3
...
Added some metadata as well.
2015-12-11 18:00:49 +01:00
Thomas Tuegel
46c44a40f5
Merge branch 'phonon'
2015-12-11 09:06:12 -06:00
Thomas Tuegel
cc64f51baa
qt5Libs.phonon_backend_gstreamer: fix build with gstreamer-1.6.1
...
An include flag which should be picked up through pkgconfig is not. The
root cause is unknown, but it's simple to add the missing flag to
NIX_CFLAGS_COMPILE.
2015-12-11 09:05:16 -06:00
Thomas Tuegel
577df36b56
phonon_qt5_backend_gstreamer: fix build with gstreamer-1.6.1
...
An include flag which should be picked up through pkgconfig is not. The
root cause is unknown, but it's simple to add the missing flag to
NIX_CFLAGS_COMPILE.
2015-12-11 09:04:18 -06:00
Domen Kožar
710f603d2b
Merge pull request #11359 from FRidh/fftw
...
python FFTW bindings.
2015-12-11 14:29:01 +01:00
Thomas Tuegel
3960ecb933
Merge branch 'plasma-5.5'
2015-12-11 07:21:50 -06:00
Thomas Tuegel
e7d28ed488
kf516.breeze-icons: init at 5.16.0
2015-12-11 07:08:33 -06:00
Sou Bunnbu
c03b26ee08
Merge pull request #11491 from bjornfor/pitivi-0.95
...
gstreamer 1.4 -> 1.6 and pitivi 0.94 -> 0.95
2015-12-11 21:00:31 +08:00
Vladimír Čunát
ffb72182a6
blas: fix remains of hardcoded version
...
Thanks to @knedlsepp for pointing out
2b71fdbbc3 (commitcomment-14919659)
2015-12-11 10:25:40 +01:00
Arseniy Seroka
4599f2a0dd
Merge pull request #11608 from sjmackenzie/nanomsg
...
nanomsg: 0.4-beta -> 0.8-beta
2015-12-11 08:34:25 +03:00
vbgl
251479f892
Merge pull request #11113 from lancelotsix/update_gsl
...
gsl: 1.16 -> 2.1
2015-12-11 02:05:56 +01:00
Pavan Rikhi
b670cec4ac
libsass: v3.2.4 -> v3.3.2
2015-12-10 17:27:46 -05:00
Stewart Mackenzie
6037db59c6
nanomsg: 0.4-beta -> 0.8-beta
2015-12-11 02:19:12 +08:00
Thomas Tuegel
3a390c494a
Merge branch 'plasma-5.5'
2015-12-09 17:16:13 -06:00
Lancelot SIX
d39f9e8674
gsl: 1.16 -> 2.1
...
Release notes :
– gsl-2.0: https://savannah.gnu.org/forum/forum.php?forum_id=8392
— gsl-2.1: https://savannah.gnu.org/forum/forum.php?forum_id=8408
The bug-39055.patch is removed since it seems to be integrated in the
2.1 release.
2015-12-09 09:03:34 +00:00
Sou Bunnbu
a190cb7636
Merge pull request #11432 from edanaher/fvwm-gestures
...
Fvwm: add gestures and create libstroke package
2015-12-09 16:25:51 +08:00
Thomas Tuegel
3ebbb328db
kf516: wrap new programs
2015-12-08 18:57:51 -06:00
lethalman
2fde83b5bd
Merge pull request #11411 from hrdinka/mapnik
...
mapnik: init at 3.0.9
2015-12-07 10:50:39 +01:00
lethalman
6d13f373f4
Merge pull request #11511 from goodwillcoding/libgtop-update
...
update libgtop to latest (2.32.0) and enable gobject introspection on it
2015-12-07 10:17:36 +01:00
goodwillcoding
41f594a299
Add gobjectIntrospection to the scope
2015-12-06 11:26:06 -08:00
goodwillcoding
71240e56a1
update libgtop to latest (2.32.0) and enable gobject introspection on it
2015-12-06 10:54:11 -08:00
Emery Hemingway
2b6dcdfcd0
Rename 'emery' maintainer handle to 'ehmry', fixes #11493
...
Communication happens on Github so names should be consistent.
2015-12-05 23:06:20 +01:00
Bjørn Forsman
b2cad165bb
gst-validate: init at 1.6.0
...
pitivi-0.95 requires this. (I added iyzsong as maintainer, in line with
the other gstreamer packages.)
2015-12-05 21:52:35 +01:00
Bjørn Forsman
84bc6d64ba
gstreamer: 1.4.x -> 1.6.x (all modules)
...
(And while at it, gst-vaapi 0.6.0 -> 0.6.1.)
* gst-editing-services grew additional build time dependencies, flex and
perl.
* gst-libav switched from libav to ffmpeg as "libav" provider, see
http://gstreamer.freedesktop.org/releases/1.6/ .
Without using ffmpeg, one may hit issues such as this (which I
initially did):
(gst-plugin-scanner:19751): GStreamer-WARNING **: Failed to load plugin '/nix/store/0wgpq2yx9wrkp2mh4rn1c7zbiq2bqa2l-gst-libav-1.6.1/lib/gstreamer-1.0/libgstlibav.so':
/nix/store/0wgpq2yx9wrkp2mh4rn1c7zbiq2bqa2l-gst-libav-1.6.1/lib/gstreamer-1.0/libgstlibav.so: undefined symbol: av_frame_get_sample_rate
2015-12-05 21:52:33 +01:00
Vladimír Čunát
a81e8c2e97
Merge branch 'master' into staging
...
This is to get the openssl security update immediately,
as it surely causes a nontrivial rebuild.
2015-12-05 11:42:48 +01:00
codsl
51a5f49d70
openssl: security update 1.0.2d -> 1.0.2e
...
Fixes CVE-2015-3193, CVE-2015-3194, CVE-2015-3195 and CVE-2015-3196.
Close #11469 .
2015-12-05 11:32:49 +01:00
codsl
fb3b9f5f8b
openssl: security update 1.0.1p -> 1.0.1q
...
Fixes CVE-2015-3194 and CVE-2015-3195.
Taken from #11469 .
2015-12-05 11:25:27 +01:00
Vladimír Čunát
263fd55d4b
Merge recent staging built on Hydra
...
http://hydra.nixos.org/eval/1231884
Only Darwin jobs seem to be queued now,
but we can't afford to wait for that single build slave.
2015-12-05 11:11:51 +01:00
Vladimír Čunát
476c96b5c6
Merge master into staging
...
Taken the version from recent channel bump, as it's well-tested.
Close #11460 .
2015-12-05 10:26:06 +01:00
Vincent Laporte
0a745f5dd2
indilib: 1.0.0 -> 1.1.0
...
Older source no longer available
2015-12-04 23:36:48 +01:00
Christoph Hrdinka
2c54da93ef
mapnik: init at 3.0.9
2015-12-04 18:03:16 +01:00
Lancelot SIX
2b83f3561f
libassuan: 2.3.0 -> 2.4.2
...
Version 2.4.0 or higher is required by gpg-2.1.10
2015-12-04 14:40:08 +00:00
Evan Danaher
474d64eecf
libstroke: init at version 0.5.1
2015-12-03 00:30:17 -05:00
Tobias Geerinckx-Rice
5cce3e5019
libpsl: list 2015-11-13 -> 2015-12-03
2015-12-03 05:25:39 +01:00
Eelco Dolstra
6a766f47c2
glibc: Fix assertion failure when using incompatible locale data
...
Borrowed from
http://git.savannah.gnu.org/cgit/guix.git/plain/gnu/packages/patches/glibc-locale-incompatibility.patch
https://github.com/NixOS/nix/issues/599
We may also want to apply
http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/patches/glibc-versioned-locpath.patch
but we'll need to ditch locale-archive first. (Apparently
locale-archive is not very useful anymore anyway.)
2015-12-02 11:27:39 +01:00
Aristid Breitkreuz
f501e69e41
tbb: 4.2-u5 -> 4.4-u2
2015-12-01 00:11:51 +01:00
Tomas Hlavaty
6054d13108
libpst: add myself as maintainer
2015-11-30 22:25:06 +01:00
Frederik Rietdijk
104f98c12a
fftw: add fftwLongDouble, disable SSE2 in that case
2015-11-30 17:18:57 +01:00
Mitch Tishmack
01fe47c78b
librsync needs --std=gnu89 due to use of inline, fixes #11211
...
Without this, if compiled with clang, all static functions do not end
up in the resultant shared library due to clang defaulting to c99.
The simple fix is to adjust CFLAGS, otherwise one needs to patch
a lot of inline's away needlessly.
2015-11-30 14:43:07 +01:00
Philip Potter
01eb385346
certificate-transparency: init at 2015-11-27
...
libevhtp: 1.2.10 -> 1.2.11
Package for certificate-transparency
This adds openssl support to libevent. Libevent can be compiled without
openssl, in which case it just doesn't build the libevent_openssl
library. However it seems simpler just to default to including openssl
support.
This bumps evhtp's version because 1.2.11 provides pkg-config
information which makes building certificate-transparency easier.
This has been tested with `doCheck = true;`.
Signed-off-by: Edward Tjörnhammar <ed@cflags.cc>
2015-11-29 15:01:22 +01:00
Vladimír Čunát
81b9cc6f54
html-tidy: unify with its drop-in replacement tidy-html5
...
- the original project has been unmaintained for years
- some dependants needed to be patched due to renamed headers
https://github.com/htacg/tidy-html5/issues/326#issuecomment-160329114
- separate tidy-html5 package was removed, as since the 5.0.0 version
it's meant as a successor to both, and library name got back
from libtidy5.so to libtidy.so
https://github.com/htacg/tidy-html5/issues/326#issuecomment-160314666
/cc committers to tidy-html5: @edwjto and @zimbatm.
2015-11-29 10:32:02 +01:00
Matthias C. M. Troffaes
b5e06b04a7
wolfssl: init at 3.7.0
...
Picked from #11287 .
2015-11-27 11:00:40 +01:00
Tobias Geerinckx-Rice
2798b02ad0
Convert some *Flags from strings to lists
2015-11-26 23:45:31 +01:00
Eric Sagnes
6874221403
libchewing: init at 0.4.0
2015-11-26 16:12:25 +08:00
宋文武
341c250013
grantlee: fix evaluation
2015-11-26 09:53:02 +08:00
Jude Taylor
2455dac320
libdevil: fix build in clang stdenvs
2015-11-25 14:21:01 -08:00
Jude Taylor
8a779f3451
libdevil: fix build in clang stdenvs
2015-11-25 10:09:52 -08:00
zimbatm
144eed8bad
libressl: split branches and add 2.3.1 ( close #11196 )
...
2.3.x introduces some backward-incompatible changes but is still nice to have.
Both 2.3.1 and 2.2.4 are available and 2.2.4 is still the default for now.
2015-11-24 18:10:53 +01:00
Joachim Fasting
ad4167e87e
ggz_base_libs: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
e9fd07c706
dssi: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
f4c9d2f64e
libfixposix: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
a2ccc80774
speech_tools: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
a1e397c4fb
ode: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
048f00a9dc
geoclue: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Joachim Fasting
a799e1dff2
libx86: reimplement using mkDerivation
2015-11-24 14:45:15 +01:00
Thomas Tuegel
4cb7779a5a
qt55: 5.5.0 -> 5.5.1
2015-11-23 12:58:39 -06:00
Vladimír Čunát
13eca6f79a
Merge #11067 : SmartOS updates
...
I amended some commits slightly.
2015-11-23 14:45:44 +01:00
Thomas Tuegel
03aa8b8e12
qca2: 2.1.0 -> 2.1.1
2015-11-23 06:39:08 -06:00
Thomas Tuegel
e6c06e2bf5
qca-qt5: 20150422 -> 2.1.1
2015-11-23 06:39:07 -06:00
Thomas Tuegel
14b8638560
qt55Libs.qca-qt5: 20150422 -> 2.1.1
2015-11-23 06:39:07 -06:00
Thomas Tuegel
e45f0e9715
kxmlgui: propagate kconfigwidgets dependency
2015-11-23 06:39:06 -06:00
Thomas Tuegel
526deb0043
kf516: init at 5.16
2015-11-23 06:39:04 -06:00
Shea Levy
db995a95ee
Merge remote-tracking branch 'origin/master' into staging
2015-11-21 07:46:55 -05:00
Vladimír Čunát
3c397e8ec8
taglib: bring back 1.9 to fix kde4.kdemultimedia
...
/cc #11097 .
2015-11-20 10:44:00 +01:00
Vladimír Čunát
48409bd3f4
mediastreamer: work around a build problem
...
The new deprecation was most likely triggered by ffmpeg update to 2.8.*
2015-11-20 09:11:13 +01:00
William A. Kennington III
baf30718ca
Merge branch 'master.upstream' into staging.upstream
2015-11-18 02:36:33 -08:00
William A. Kennington III
357e471d56
rocksdb: 4.0 -> 4.1
2015-11-17 21:12:49 -08:00
William A. Kennington III
b809f886c0
libinput: 1.0.1 -> 1.1.1
2015-11-17 21:11:53 -08:00
William A. Kennington III
6e9f0df8bd
gtk: 3.18.4 -> 3.18.5
2015-11-17 21:11:53 -08:00
Pascal Wittmann
7fd2796e99
Replace 'with plaforms; platform' with 'platforms.platform'
2015-11-17 21:30:43 +01:00
Luca Bruno
db4e688df2
git2: fix libssh support
2015-11-17 17:55:20 +01:00
Vladimír Čunát
31aa281919
libpng12: security update 1.2.53 -> 1.2.54
...
Part of fix for #11030 .
Also refactor meta.
2015-11-17 12:57:33 +01:00
Domen Kožar
f809e8e0ab
webkitgtk: 2.10.0 -> 2.10.4 (fix build)
2015-11-17 08:19:01 +01:00
Danny Wilson
98180e3bb2
Fix ncurses 5.9 build on SmartOS.
...
Has been fixed before, but now includes C++ support.
2015-11-16 17:20:17 +01:00
Danny Wilson
e4b305ca70
Fix MPFR build again on SmartOS.
2015-11-16 17:20:15 +01:00
Danny Wilson
e0f732415f
Fix glib build on SmartOS
2015-11-16 17:20:13 +01:00
Danny Wilson
f72bdba420
Fix dbus-tools build on SmartOS
...
`ld` on illumos does not understand `--as-needed`
2015-11-16 17:20:12 +01:00
Danny Wilson
f046f7bad3
Fix libelf build on Illumos
2015-11-16 17:20:12 +01:00
Domen Kožar
4755afc385
Merge commit 'b666ac3e9ff3f08b120d068770768be580e67f76' (staging)
...
Merge rest of the fixes from staging
2015-11-16 11:23:06 +01:00
Peter Simons
731965eb24
Merge pull request #10967 from sjourdois/cracklib
...
cracklib: 2.9.4 -> 2.9.6
2015-11-16 11:09:04 +01:00
Peter Simons
2025ed52a0
Merge pull request #10987 from mcmtroffaes/feature/libssh2-mingw
...
libssh2: fix shared library build under mingw
2015-11-16 11:05:45 +01:00
Vladimír Čunát
cc86857601
libpng: security and maintenance 1.6.18 -> 1.6.19
...
Fixes #11030 , CVE-2015-{7981,8126}.
2015-11-16 08:12:08 +01:00
Tobias Geerinckx-Rice
b0e253a05c
libpsl: list 2015-11-12 -> 2015-11-13
2015-11-15 03:56:59 +01:00
William A. Kennington III
b762a2035c
taglib: 1.9.1 -> 1.10
2015-11-14 13:28:48 -08:00
William A. Kennington III
453f7c7218
Merge branch 'master.upstream' into staging.upstream
2015-11-14 12:39:32 -08:00
William A. Kennington III
6602f49495
Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""
...
This reverts commit 741bf840da
.
This reverts the fallout from reverting the major changes.
2015-11-14 12:32:51 -08:00
William A. Kennington III
cdf65ba19e
gtk3: 3.18.3 -> 3.18.4
2015-11-13 15:55:33 -08:00
William A. Kennington III
8f45d18a71
Merge branch 'master.upstream' into staging.upstream
2015-11-13 15:54:10 -08:00
William A. Kennington III
9579c9ec7f
Merge commit 'cb21b77' into master.upstream
...
This is a partial merge of staging for builds which are working
2015-11-13 15:53:10 -08:00
Arseniy Seroka
f7bd63dc77
Merge pull request #10977 from sjourdois/ffmpeg
...
darwin: ffmpeg-full and deps: darwin fixes
2015-11-13 17:43:54 +03:00
Tobias Geerinckx-Rice
519d18b063
libpsl: list 2015-10-11 -> 2015-11-12
2015-11-13 15:07:34 +01:00
vbgl
c14eca68a4
Merge pull request #10965 from sjourdois/cgal
...
cgal: 4.6.1 -> 4.7
2015-11-13 00:07:04 +01:00
Matthias C. M. Troffaes
d583c16568
libssh2: fix shared library build under mingw
2015-11-12 15:12:09 +00:00
William A. Kennington III
6de80cb21b
libevdev: 1.4.4 -> 1.4.5
2015-11-11 15:47:22 -08:00
William A. Kennington III
0ba740d26b
mesa: 11.0.4 -> 11.0.5
2015-11-11 15:45:15 -08:00
Stéphane Jourdois
a2bf64a381
darwin: ffmpeg-full: add some missing darwin deps
2015-11-11 23:00:11 +01:00
Stéphane Jourdois
b096a863a9
darwin: wavpack: add missing darwin deps
2015-11-11 23:00:10 +01:00
Stéphane Jourdois
eed349522f
darwin: libsndfile: add missing darwin deps
2015-11-11 23:00:10 +01:00
Stéphane Jourdois
00da78070e
darwin: libdc1394: add missing darwin deps
2015-11-11 23:00:10 +01:00
Demin Dmitriy
f47103e015
libgksu: fix sudo references ( close #10524 )
...
gksudo wasn't working because libgksu used wrong sudo file which doesn't have setuid bit
Committer: it isn't optimal, as it won't work on non-NixOS. I've got a
patch for it to use relative paths, but apparently something's wrong
with it and I don't want to kill much more time with it ATM.
2015-11-11 14:24:05 +01:00
Stéphane Jourdois
50783998a2
cracklib: 2.9.4 -> 2.9.6
2015-11-11 13:44:07 +01:00
Stéphane Jourdois
48cd7177b2
cgal: 4.6.1 -> 4.7
...
Also enable darwin support
2015-11-11 13:09:57 +01:00
Domen Kožar
505117f3fb
Merge branch 'master' into staging
2015-11-11 12:53:36 +01:00
Domen Kožar
f81a32d7cb
Merge pull request #10947 from sjourdois/check
...
darwin: check: add missing CoreServices dep
2015-11-11 12:03:14 +01:00
William A. Kennington III
cb21b77ff1
gtk3: 3.18.0 -> 3.18.3
2015-11-10 18:25:47 -08:00
Stéphane Jourdois
492562fe59
darwin: subunit: allow build on Darwin
2015-11-10 22:14:06 +01:00
Stéphane Jourdois
ea5a227993
darwin: check: add missing CoreServices dep
2015-11-10 22:13:31 +01:00
Arseniy Seroka
a8a58faedb
Merge pull request #10896 from sjourdois/gnutls
...
darwin: gnutls: add missing libiconv dep
2015-11-10 15:29:13 +03:00
Arseniy Seroka
2092b833bb
Merge pull request #10895 from sjourdois/libidn
...
darwin: libidn: add missing libiconv dep
2015-11-10 15:29:01 +03:00
taku0
63385e9712
ncurses: revived clang patch ( close #10622 )
2015-11-10 09:08:09 +01:00
Karn Kallio
75ffec77ee
signond : update the URL, which has changed
...
Patch contributed by Karn Kallio <tierpluspluslists@skami.org>.
Committed by falsifian <jcook@cs.berkeley.edu>.
2015-11-09 23:49:31 -08:00
Peter Simons
0435fe715c
Merge pull request #10790 from mcmtroffaes/feature/openssl-mingw
...
openssl: cross build improvement
2015-11-09 20:53:22 +01:00
Thomas Tuegel
d9f64f975b
Merge pull request #10916 from bjornfor/fix-qt55-qtmultimedia
...
qt55: fix qtmultimedia gstreamer support
2015-11-09 05:41:58 -06:00
Bjørn Forsman
2cec70ce6c
qt55: fix qtmultimedia gstreamer support
...
Without this, configure will say:
Checking for openal... no
/tmp/nix-build-qtmultimedia-5.5.0.drv-0/qtmultimedia-opensource-src-5.5.0/qtmultimedia.pro:28:
Variable GST_VERSION is not defined.
Checking for resourcepolicy... no
And there may be application runtime errors like
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.camera"
After this fix, configure will say:
Checking for openal... no
Checking for gstreamer... yes
Checking for gstreamer_photography... no
Checking for gstreamer_encodingprofiles... yes
Checking for gstreamer_appsrc... yes
Checking for linux_v4l... yes
Checking for resourcepolicy... no
And the above runtime error will not appear.
This fix is similar to 449b6028
("qt5.multimedia: fix gstreamer
support."), except with Qt 5.5 we also need to set GST_VERSION.
2015-11-09 10:55:04 +01:00
Pascal Wittmann
fc6c73c3c2
Merge pull request #10887 from devhell/mediainfo
...
{lib}mediainfo-{gui}, libzen: 0.7.78 -> 0.7.79, 0.4.31 -> 0.4.32
2015-11-09 10:06:06 +01:00
William A. Kennington III
4674e53eea
rdkafka: 0.8.6 -> 2015-11-03
2015-11-08 20:42:12 -08:00
William A. Kennington III
7e56400d4f
rabbitmq-c: 0.7.0 -> 0.7.1
2015-11-08 20:42:12 -08:00
Stéphane Jourdois
d2452d1951
darwin: gnutls: add missing libiconv dep
2015-11-08 19:02:43 +01:00
Stéphane Jourdois
31c3301d23
darwin: libidn: add missing libiconv dep
2015-11-08 19:02:12 +01:00
devhell
e20ce69aca
libzen: 0.4.31 -> 0.4.32
...
This is the update to `libzen` which is a dependency of `mediainfo{-gui}`.
2015-11-08 15:05:26 +00:00
devhell
25ba56a263
{lib}mediainfo-gui: 0.7.78 -> 0.7.79
...
Following a commit by @k0ral, this completes the upgrade of the other
`mediainfo` components.
From the changelog:
```
Version 0.7.79, 2015-11-02
+ CLI/DLL only, XML: new option --Output=MIXML, with XML v2.0beta1
status, not for production, see
https://github.com/MediaArea/MediaAreaXml for more details
+ MediaTrace: support of more than 1 file in XML output.
+ CLI/DLL only, XML: new option --Output=MAXML, with XML v0.1 status, in
order to have bot MediaInfo and MediaTrace in the same output, not for
production, see https://github.com/MediaArea/MediaAreaXml for more
details
x MediaTrace: fixed some invalid outputs
x #B951, Amazon S3 support (REST API v2), CLI/DLL only and if compiled
with libcurl support: URL without credential were badly interpreted
```
2015-11-08 15:03:00 +00:00
William A. Kennington III
5149c03adc
Merge branch 'master.upstream' into staging.upstream
2015-11-07 18:53:26 -08:00
William A. Kennington III
e41d1a8c93
uid_wrapper: 1.1.1 -> 1.2.0
2015-11-07 18:52:45 -08:00
William A. Kennington III
faad921106
tevent: 0.9.25 -> 0.9.26
2015-11-07 18:52:27 -08:00
William A. Kennington III
332e1dd2ab
tdb: 1.3.7 -> 1.3.8
2015-11-07 18:52:12 -08:00
William A. Kennington III
863ef41025
talloc: 2.1.3 -> 2.1.5
2015-11-07 18:51:59 -08:00