Commit graph

7395 commits

Author SHA1 Message Date
Peter Simons
b52336f242 haskell-process-extras: add version 0.1.0 2012-07-14 11:02:12 +02:00
Peter Simons
297982be34 haskell-mime-types: add version 0.1.0.0 2012-07-14 11:01:59 +02:00
Peter Simons
45f6ee29ec haskell-JuicyPixels: add meta.maintainer 2012-07-14 10:55:23 +02:00
Peter Simons
b5d312a56c haskell-hoauth: add meta.maintainer 2012-07-14 10:54:43 +02:00
Eelco Dolstra
ae67368e54 exif / libexif: Update to 0.6.21
Addresses CVE-2012-2812, CVE-2012-2813, CVE-2012-2814, CVE-2012-2836,
CVE-2012-2837, CVE-2012-2840, CVE-2012-2841 and CVE-2012-2845.
2012-07-13 12:34:22 -04:00
Shea Levy
9e7363b750 Merge commit 'b9e1a3f'
Add JuicyPixels package from Hackage.
2012-07-11 22:13:31 -04:00
Alexander Foremny
b9e1a3f109 Add JuicyPixels Haskell package
Forgot to attach the Nix expression for that package. It is generated by
cabal2nix and works fine on my machine (i686, ghc7.4.1).
2012-07-11 21:55:39 +02:00
Lluís Batlle i Rossell
8fd57ff21e libextractor: fixing the videoSupport = false
I comitted it wrong before.
2012-07-11 20:29:44 +02:00
Lluís Batlle i Rossell
b4e0565a86 libextractor: allow disabling video support. 2012-07-11 20:20:14 +02:00
Lluís Batlle i Rossell
6163742ea4 libgsf: fix build without gnome support
I recently committed it with broken without-gnome support.
2012-07-11 20:15:06 +02:00
Lluís Batlle i Rossell
db46c668b8 libgsf and libextractor: allow build without gtk/gnome
I leave them enabled by default though; I don't really know how much it helps,
having them built with gtk or gnome support.

I head towards building gnunet without gtk dependencies.
2012-07-11 20:05:36 +02:00
Andres Loeh
945a3480d4 ghc-HEAD: update to a new snapshot 2012-07-11 20:04:15 +02:00
Alexander Foremny
0b71387b76 Add haskell-hoauth-0.3.4 2012-07-11 11:05:24 +02:00
Peter Simons
719852784a automake-1.11.x: create symlinks for un-versioned directory names
The latest Automake version installs the 'aclocal' and 'automake' directories
with a '-1.11' version suffix. Our setup hook is not prepared to handle that,
so we add those symlinks as a quick fix. A better solution would be to extend
the setup hook for Automake to recognize those kind of version suffixes.
2012-07-10 22:26:27 +02:00
Peter Simons
5c6185d925 automake-1.12.x.nix: disable 't/aclocal7.sh' regression test to avoid failures on Hydra
The test succeeds on my machine, but not when built on Hydra. It would
be great if some Automake guru could examine what exactly is going on.
2012-07-10 17:38:43 +02:00
Peter Simons
12c0998e03 libmng: build library with Automake 1.10.x; the build fails with later versions 2012-07-10 16:15:30 +02:00
Peter Simons
bb6c1e9878 automake-1.12.x: update to version 1.12.2 2012-07-10 16:15:30 +02:00
Peter Simons
9ca3cc08f6 automake-1.11.x: update to version 1.11.6 2012-07-10 16:15:30 +02:00
Andres Loeh
91cfda020b haskell-accelerate-cuda: Patch Setup file 2012-07-10 10:44:51 +02:00
Eelco Dolstra
baf5e27aaf ruby: Fix URL and enable parallel building 2012-07-09 17:32:11 -04:00
Shea Levy
be48fe265a ruby: update to 1.9.3-p194 2012-07-09 17:29:57 -04:00
Eelco Dolstra
03964c1032 Add fakes3, an implementation of the S3 protocol for testing 2012-07-09 17:25:23 -04:00
Ludovic Courtès
ac1081fb48 guile: update to 2.0.6 2012-07-08 23:48:00 +02:00
Shea Levy
158e74fd43 Merge branch 'lv2-support' of https://github.com/cillianderoiste/nixpkgs-goibhniu
Add lv2 support

All builds, and the only change that's not a pure addition is to
ardour3, which Cillian maintains.

If there are future lv2 plugins coming, it may make sense to group them
somehow in all-packages.
2012-07-07 20:53:14 -04:00
Michael Raskin
253c129f78 SBCL: update to 1.0.57
It looks like SBCL 1.0.58 is not coming soon, so I update to the latest
release now.
2012-07-07 20:11:55 +04:00
Ludovic Courtès
74c0e77271 automake 1.11: fix test case with Autoconf 2.69 2012-07-07 13:56:19 +02:00
Peter Simons
af61749b18 cyrus-sasl: update to version 2.1.25 2012-07-07 13:01:02 +02:00
Peter Simons
a59ed42a8b boost-1.50: added 'taggedLayout' parameter to force use of tagged layout in single variant builds 2012-07-07 12:01:25 +02:00
Peter Simons
eb7ad413b8 boost-1.44: add 'taggedLayout' parameter to force use of tagged layout in single-variant builds 2012-07-07 11:57:14 +02:00
Peter Simons
fda57fdd5e ccrtp-1.8: fix build with gcc 4.6 2012-07-07 11:44:28 +02:00
Ludovic Courtès
25adbc91bb automake: add version 1.12.1 2012-07-07 11:27:29 +02:00
Ludovic Courtès
c04a322018 autoconf: update to 2.69 2012-07-07 11:27:29 +02:00
Ludovic Courtès
240d2e9cfa automake: remove versions 1.7 and 1.9 2012-07-07 11:27:29 +02:00
Peter Simons
2659c3be45 apr-util: enable SSL support by default and enable ldapSupport on Darwin, too 2012-07-07 08:47:19 +02:00
Peter Simons
2199730941 apr: strip trailing whitespace 2012-07-07 08:47:19 +02:00
Peter Simons
f47c5d6bd7 openldap: update to version 2.4.31 2012-07-07 08:47:19 +02:00
Ludovic Courtès
5debe94bb3 gmp: don't build fat binaries on Solaris 2012-07-07 00:59:40 +02:00
Eelco Dolstra
4184e580a9 php: Update to 5.3.14 2012-07-06 15:14:16 -04:00
Lluís Batlle i Rossell
96a0a68598 ffmpeg: build the ffserver
Since the first expression of ffmpeg, it's disabled. I don't know why.
It does not require more dependencies.
2012-07-06 12:10:06 +02:00
Lluís Batlle i Rossell
8427f56203 ffmpeg: adding libdc1394 support (default false) 2012-07-06 12:01:58 +02:00
Lluís Batlle i Rossell
758209f075 Adding libdivsufsort.
Required for zpaq; I want to package it.
2012-07-06 12:01:49 +02:00
Cillian de Róiste
a2501c3561 Adding lv2 support
LV2 is a portable plugin standard for audio systems, similar in scope to  LADSPA, VST, AU, and others. The Calf audio plugin pack uses LV2 and Ardour3 has also been updated to support LV2 Plugins
2012-07-05 23:29:45 +02:00
Mathijs Kwik
2cedd7021b node.js: copy v8 headers
most npm's that want to build binary stuff (bindings) look for the v8 headers at NODE_BINARY_PATH/../include
Ideally, we get something like npm2nix someday and fix these build scripts.

Until then, this little hack does the trick.
2012-07-05 12:01:23 +02:00
Ludovic Courtès
1ae3ea8385 hwloc: Propagate `pciutils'. 2012-07-05 11:55:24 +02:00
Peter Simons
622a53ca61 haskell-yesod-core: update to version 1.0.1.3 2012-07-05 11:22:36 +02:00
Peter Simons
6e6a037272 haskell-wxcore: update to version 0.90.0.3 2012-07-05 11:22:36 +02:00
Peter Simons
5784af1772 haskell-wxc: update to version 0.90.0.4 2012-07-05 11:22:36 +02:00
Peter Simons
54b28b0300 haskell-tls: update to version 0.9.6 2012-07-05 11:22:35 +02:00
Peter Simons
83c234b48a haskell-async: update to version 2.0.1.0 2012-07-05 11:22:35 +02:00
Peter Simons
9fdec86356 haskell-syb: add version 0.3.7 2012-07-05 11:22:35 +02:00