Edward Tjörnhammar
c351c22db5
ihaskell: make sure the wrapped binaries pick up the python path
2015-09-28 21:26:17 +02:00
goibhniu
74a3f4b10a
Merge pull request #10106 from andrewrk/libsoundio
...
libsoundio: 1.0.1 -> 1.0.2
2015-09-28 18:48:43 +02:00
Jude Taylor
14bd5c0b39
revert realLibtool
2015-09-28 09:19:57 -07:00
goibhniu
1cc351da07
Merge pull request #10112 from datakurre/datakurre-zc_buildout_nix
...
zc_buildout_nix: 1.4.0 -> 1.4.3
2015-09-28 16:16:34 +02:00
Eelco Dolstra
5b52b3589c
valgrind: Update to 3.11.0
2015-09-28 15:52:31 +02:00
Eelco Dolstra
a8de8e71d6
libmicrohttpd: Update to 0.9.43
2015-09-28 15:43:14 +02:00
Asko Soukka
f38f70021c
zc_buildout_nix: 1.4.0 -> 1.4.3
2015-09-28 15:38:10 +03:00
Bjørn Forsman
3dec100104
qt55: apply mkspecs-libgl.patch from qt54
2015-09-28 10:39:11 +02:00
Bjørn Forsman
583845d00b
qt54: add missing mesa include dir
...
Try to build e.g. the Qt5 Camera Example[1] and see that qmake fails to
find <GL/gl.h>. This fixes it.
[1] http://doc.qt.io/qt-5/qtmultimediawidgets-camera-example.html
(Although since nixpkgs qtcreator still lacks 'examples', we have to
download the sources manually and use "qmake && make".)
2015-09-28 10:39:11 +02:00
Bjørn Forsman
c79fa9aeda
Fix eval
...
Fix breakage from 078d544005
("libdbusmenu-qt5: build with Qt 5.5").
2015-09-28 10:38:05 +02:00
Benjamin Saunders
fce8924331
libuv: 1.6.1 -> 1.7.5
...
closes #9814
2015-09-28 01:00:50 -04:00
Andrew Kelley
3fef85b168
libsoundio: 1.0.1 -> 1.0.2
2015-09-27 18:43:30 -07:00
Thomas Tuegel
cbe318d531
Merge branch 'qt-5.5'
2015-09-27 16:07:05 -05:00
Thomas Tuegel
50f76e0625
mlt-qt5: build with Qt 5.5
2015-09-27 15:09:49 -05:00
Thomas Tuegel
9e3b22d25a
telepathy_qt5: build with Qt 5.5
2015-09-27 15:09:44 -05:00
Thomas Tuegel
e462bdce89
openbr: build with Qt 5.5
2015-09-27 15:09:43 -05:00
Thomas Tuegel
e745467726
libkeyfinder: build with Qt 5.5
2015-09-27 15:09:43 -05:00
Thomas Tuegel
569316e4fc
grantlee: build with Qt 5.5
2015-09-27 15:09:42 -05:00
Thomas Tuegel
dfbcab342a
accounts-qt: build with Qt 5.5
2015-09-27 15:09:17 -05:00
Thomas Tuegel
4a3d7eae7e
qmltermwidget: build with Qt 5.5
2015-09-27 15:08:49 -05:00
Thomas Tuegel
38461f18c3
signon: build with Qt 5.5
2015-09-27 15:08:48 -05:00
Thomas Tuegel
078d544005
libdbusmenu-qt5: build with Qt 5.5
2015-09-27 15:08:46 -05:00
Thomas Tuegel
2e0589b4ca
kde414: build with kdelibs-4.14.12
...
Upstream changes to the build system required adjusting many packages'
dependencies. On the Nixpkgs side, we no longer propagate the dependency
on cmake (to reduce closure size), so downstream dependencies had to be
adjusted for most packages that depend on kdelibs.
2015-09-27 15:08:12 -05:00
Thomas Tuegel
32a5695f2c
kf513: init at 5.13.0
2015-09-27 15:08:10 -05:00
Thomas Tuegel
943c2bf059
qca-qt5: build with Qt 5.5
2015-09-27 15:08:09 -05:00
Thomas Tuegel
60000c87ae
popplerQt: build with Qt 5.5
2015-09-27 15:08:09 -05:00
Thomas Tuegel
e2c25b2f60
polkitQt: build with Qt 5.5
2015-09-27 15:08:08 -05:00
Thomas Tuegel
52798834a8
phonon: build with Qt 5.5
2015-09-27 15:08:08 -05:00
Enrico Fasoli
fb6403aeaa
ogre: replace broken hg clone url with http url (to speed up download)
...
Old package expression had two problems:
* source download link was broken
* when working, it downloaded almost 400 MB of data because it cloned
the entire mercurial repo, via http it's only about 140 MB.
[Bjørn: extend commit message]
2015-09-27 21:50:29 +02:00
Bjørn Forsman
c8c9457190
wildmidi: 0.3.6 -> 0.3.8
...
Tested with `nox-review wip --against origin/master`. No breakage.
2015-09-27 21:29:55 +02:00
Peter Simons
5c161d43ed
haskell-hpack: disable broken test suite
2015-09-27 17:06:06 +02:00
Thomas Tuegel
fe49213ba6
qt55: init at 5.5.0
2015-09-27 09:46:48 -05:00
Peter Simons
d15e437cff
Merge pull request #10086 from lancelotsix/update_autoconf_archive
...
autoconf-archive: 2015.02.24 -> 2015.09.25
2015-09-27 15:52:54 +02:00
Luca Bruno
57d41aaed7
libgit2: add 0.21.x version as it's incompatible with the new 0.23
2015-09-27 15:27:57 +02:00
Brian McKenna
2db64534f1
oraclejdk8: Fix installation of JCE
...
Oracle changed the path of the files.
Previous versions looked like:
$ jar tf UnlimitedJCEPolicyJDK7.zip
UnlimitedJCEPolicy/
UnlimitedJCEPolicy/US_export_policy.jar
UnlimitedJCEPolicy/local_policy.jar
UnlimitedJCEPolicy/README.txt
The new version looks like:
$ jar tf jce_policy-8.zip
UnlimitedJCEPolicyJDK8/
UnlimitedJCEPolicyJDK8/local_policy.jar
UnlimitedJCEPolicyJDK8/README.txt
UnlimitedJCEPolicyJDK8/US_export_policy.jar
A better solution is probably just to trim the directory off completely.
2015-09-27 20:28:49 +10:00
Lancelot SIX
a4158cbe94
autoconf-archive: 2015.02.24 -> 2015.09.25
...
See https://lists.gnu.org/archive/html/info-gnu/2015-09/msg00007.html
for announcement
2015-09-27 08:41:01 +00:00
Arseniy Seroka
4a8e06f1f0
Merge pull request #10022 from gebner/goldendict-20150801
...
goldendict: 1.0.1 -> 1.5.0.20150801
2015-09-27 01:51:47 +03:00
Arseniy Seroka
4b1edcf5e5
Merge pull request #10079 from fazo96/mygui-fix
...
mygui: 3.2.0 -> 3.2.2
2015-09-27 01:37:14 +03:00
aszlig
b34adfb71a
libcaca: Add zlib as a dependency.
...
In order to load compressed figlet/toilet fonts, libcaca needs to have
support for zlib.
The motivation behind this is because I'm going to package toilet, which
comes with compressed fonts by default.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-26 21:04:15 +02:00
Enrico Fasoli
b3d7d5537c
mygui: 3.2.0 -> 3.2.2
2015-09-26 20:52:33 +02:00
Bjørn Forsman
3f27be8e5d
dbench: move loadfiles from $out/share/ to $out/share/loadfiles/
...
Seems cleaner.
Hm, there are also loadfiles in $out/share/doc/dbench/loadfiles/
(installed by the upstream build system), but there is no iscsi/
directory in there.
2015-09-26 15:26:17 +02:00
Bjørn Forsman
dc06278641
dbench: expression clean-up
...
Whitespace, ordering, add meta attributes.
2015-09-26 15:08:50 +02:00
Bjørn Forsman
8e7ce3de00
dbench: 20101121 -> 2013-01-01 (latest)
...
This fixes the build (the old version has wrong hash now).
2015-09-26 15:01:39 +02:00
William A. Kennington III
4f798100d8
Merge pull request #10061 from matthiasbeyer/update-libgit2
...
libgit2: 0.21.2 -> 0.23.2
2015-09-25 13:53:19 -07:00
William A. Kennington III
585e0031f5
Merge pull request #10055 from mayflower/racer-rustfmt
...
Fix/Update racer and rustfmt
2015-09-25 13:52:57 -07:00
Wout Mertens
55e8d8ea61
Merge pull request #9941 from utdemir/upgrade-nodejs-4-1
...
nodejs: 0.12.7 -> 4.1.0
2015-09-25 19:02:04 +02:00
Matthias Beyer
bea75f4c78
libgit2: 0.21.2 -> 0.23.2
2015-09-25 15:47:57 +02:00
lethalman
6b096582df
Merge pull request #9945 from samuelrivas/gusb-enable-vala
...
gusb: refactor, enable vala
2015-09-25 15:20:39 +02:00
lethalman
3e4bbe048a
Merge pull request #10038 from pmahoney/skarnet
...
Skarnet updates
2015-09-25 15:15:53 +02:00
Jaka Hudoklin
0322596721
Merge pull request #10040 from maxxk/libmemcached-darwin
...
libmemcached on darwin
2015-09-25 11:09:23 +02:00