3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

25561 commits

Author SHA1 Message Date
Lluís Batlle i Rossell d8f98d1a85 Adding avxsynth.
To add it, I also add ffms and log4cpp.
2013-04-10 15:12:37 +02:00
Peter Simons 11095b6183 haskell-hspec-meta: update to version 1.5.3 2013-04-10 14:57:16 +02:00
Peter Simons a40e4970c1 haskell-fsnotify: update to version 0.0.7.1 2013-04-10 14:57:16 +02:00
Peter Simons e4526d1b7a haskell-asn1-types: add version 0.1.0 2013-04-10 14:57:15 +02:00
Peter Simons e701623a38 haskell-yesod-auth: update to version 1.1.7 2013-04-10 14:57:15 +02:00
Peter Simons 05700c23ef haskell-utility-ht: update to version 0.0.9 2013-04-10 14:57:15 +02:00
Peter Simons 3b7fe2a126 haskell-stm-conduit: update to version 1.1.0 2013-04-10 14:57:15 +02:00
Peter Simons bc4c6f7d6e haskell-multiarg: update to version 0.14.0.0 2013-04-10 14:57:15 +02:00
Peter Simons a679422a7d haskell-fsnotify: update to version 0.0.7 2013-04-10 14:57:15 +02:00
Cillian de Róiste 277816eb00 lftp: update to 4.4.5 2013-04-10 14:13:27 +02:00
Eelco Dolstra bfa358c76e firefox: Update to 20.0 2013-04-09 18:00:26 +02:00
Eelco Dolstra 2bc9c41b8c nspr: Update to 4.9.6 2013-04-09 17:06:27 +02:00
Eelco Dolstra e7124e9e5f sqlite: Update to 3.7.16.1 2013-04-09 17:02:15 +02:00
Rickard Nilsson 7870db8b10 unionfs: Add mount helper (mount.unionfs-fuse)
This makes it possible to mount unionfs directly with mount or fstab.

Example fstab entry:

  none /mnt/union unionf-fuse allow-other,dirs=/source1=RW,/source2=RW

Note, the dirs= option need to be the last option, due to limitations
in the mount helper provided by unionfs-fuse. Maybe we should write a
better helper ourselves.

Also, you need to specify your branches as dirs= option, NOT as
the device, since the latest version of libmount always interprets
"=" characters in the device name as a tag (like LABEL, UUID etc)
and will try to resolve the tag before calling the mount helper.
This will of course not succeed and the mount will fail.
2013-04-09 16:36:38 +02:00
Rickard Nilsson 08f1b426bc stunnel: Update to 4.56
Note, I had to add "fips = no" to my stunnel configuration after
the update.
2013-04-09 16:34:59 +02:00
Rickard Nilsson 1f82083c20 darktable: Update to 1.2 2013-04-08 18:22:15 +02:00
Peter Simons 203fd72f8f haskell-repa: update to version 3.2.3.2 2013-04-08 17:13:34 +02:00
Peter Simons c1233178d3 haskell-http-conduit: update to version 1.9.3 2013-04-08 17:13:34 +02:00
Lluís Batlle i Rossell e0249ffcd0 meld: update to 1.6.1 2013-04-08 12:14:26 +02:00
Lluís Batlle i Rossell 79d155f874 pinta: updating it. It works now. 2013-04-08 11:53:08 +02:00
Lluís Batlle i Rossell 0ccd57bcd6 mono: update to 2.11.4
Just to have a newer version.
2013-04-08 11:53:08 +02:00
aszlig 75e5cbde79
chromium: Update beta and dev channels.
beta: 26.0.1410.43 -> 27.0.1453.15 (builds fine and tested)
dev:  27.0.1448.0  -> 27.0.1453.12 (builds fine and tested)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-04-08 08:51:46 +02:00
aszlig dcff78f580
taskwarrior: Update to version 2.2.0.
This update roughly includes the following changes:

 * Spanish es-ES translation
 * New configuration option: print.empty.columns
 * Much improved Asian character support
 * More virtual tags
 * Improved bash completion
 * Task modification time
 * Stats show blocked and blocking tasks
 * New 'blocking' report
 * Additional color rules
 * New helper commands for third-party tools
 * 'columns' command searchable
 * New date shortcuts 'socm' and 'eocm'
 * Improved push/pull messages

For a full list of changes, please head over to:

http://taskwarrior.org/projects/taskwarrior/wiki/Changelog

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-04-08 08:51:46 +02:00
Mathijs Kwik fd76305a9b vlc: enable support for the opus codec 2013-04-08 08:38:10 +02:00
Peter Simons 48a2fb0aaa httpie: update to version 0.4.1 to fix the build 2013-04-08 01:19:20 +02:00
Peter Simons 2fe970d6f2 httpie: the build input 'requests014' doesn't exist anymore, it's now called 'requests' 2013-04-08 01:17:44 +02:00
Peter Simons 9608d80c73 iproute: don't compile with -Werror
lnstat.c:169:30: error: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess]
     memset(th.hdr[i], 0, sizeof(th.hdr[i]));
                                ^
  cc1: all warnings being treated as errors
  make[1]: *** [lnstat.o] Error 1
2013-04-07 23:33:20 +02:00
Peter Simons c976480a01 elfutils: disable -Werror to fix the build
nm.c: In function 'show_symbols_sysv':
  nm.c:773:27: error: argument to 'sizeof' in 'snprintf' call is the same expression as the destination; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess]
      snprintf (name, sizeof name, "[invalid sh_name %#" PRIx32 "]",
                             ^
  cc1: all warnings being treated as errors
2013-04-07 23:33:20 +02:00
Peter Simons 938486848e grub: fix download URL for grub-0.97-once.patch 2013-04-07 23:33:20 +02:00
Peter Simons d585ef3178 release-small.nix: drop the Emacs 23.x packages from this file
Most of these packages are very old and don't compile in 'master' to
begin with, so it's probably not necessary to use them for testing the
stdenv-updates branch.
2013-04-07 23:33:20 +02:00
Peter Simons b8753c7d28 release-small.nix: switch Emacs 23 to 24 2013-04-07 23:33:19 +02:00
Peter Simons bd8ccc7c2d flac: update download URL for build fix patch 2013-04-07 23:33:19 +02:00
Peter Simons 084d5eed2d libgdiplus: fix download URL for 'libgdiplus-2.10.1-libpng15.patch' 2013-04-07 23:33:19 +02:00
Peter Simons 2879cf569e bup: update to version 0.25-rc1-107-g96c6fa2 and drop -Werror to fix the build
/nix/store/4jfqcb4mzh3vl08zgfh9ir46jii7rcb9-python-2.7.3/include/python2.7/modsupport.h:27:1: error: 'PyArg_ParseTuple' is an unrecognized format function type [-Werror=format=]
   PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3);
   ^
  cc1: all warnings being treated as errors
2013-04-07 23:33:19 +02:00
Peter Simons 98bf728dce aterm-2.8: add comment about build failures with gcc 4.8.x 2013-04-07 23:33:19 +02:00
Peter Simons ce5b1fd053 squid: build without -Werror to fix build on GCC 4.8.x 2013-04-07 23:33:19 +02:00
Cillian de Róiste a3a3c9c502 Update DISTRHO: audio effects and plugins 2013-04-07 16:24:01 +02:00
Rob Vermaas 93cabe848f Upgrade aws-cli and dependencies 2013-04-07 15:34:35 +02:00
Domen Kozar ec25d38261 python 3.3.1rc1 -> 3.3.1 2013-04-07 11:13:37 +02:00
Cillian de Róiste 71c171be69 Add evdev: Provides bindings to the generic input event interface in Linux 2013-04-07 02:14:52 +02:00
Cillian de Róiste e3e160ace3 Fix ordering: rt(midi) comes after re(poze)
also fix the order of some other packages, for my sins
2013-04-07 01:53:14 +02:00
Cillian de Róiste 55d3806441 Add python-rtmidi: A Python wrapper for the RtMidi C++ library written with Cython 2013-04-07 01:33:37 +02:00
Rok Garbas d8fe87bbe1 Revert "plone43Packages.zc_buildout: 2.1.0"
new zc_buildout doesn't pick eggs from "system" site-packages

This reverts commit abf49f299e.
2013-04-06 23:10:31 +02:00
Mathijs Kwik a99ea7a0ee linux-3.0: update to 3.0.72 2013-04-06 20:45:30 +02:00
Mathijs Kwik 4eff34e602 linux-3.4: upgrade to 3.4.39 2013-04-06 20:45:29 +02:00
Mathijs Kwik 8092bc2dd7 linux-3.8: upgrade to 3.8.6 2013-04-06 20:39:36 +02:00
Rok Garbas abf49f299e plone43Packages.zc_buildout: 2.1.0 2013-04-06 17:59:23 +02:00
Rok Garbas fc4f73863c python-virtualenv: update to 1.9.1 2013-04-06 17:58:03 +02:00
Peter Simons dc3bdd43ab haskell-platform-2010.2.0.0.nix: fix download URL 2013-04-06 16:04:35 +02:00
Peter Simons 1ebb925939 haskell-cabal2nix: update to version 1.49 2013-04-06 15:56:27 +02:00