From 7cc0eee61dde5b816cc50089048cebba737adea1 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Sat, 23 Apr 2011 21:58:30 +0000 Subject: Updating some xiph.org libraries, and making some cross-compile. svn path=/nixpkgs/trunk/; revision=26943 --- pkgs/applications/audio/vorbis-tools/default.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'pkgs/applications/audio/vorbis-tools') diff --git a/pkgs/applications/audio/vorbis-tools/default.nix b/pkgs/applications/audio/vorbis-tools/default.nix index 91d9ba00a0f..5db7cc30cf8 100644 --- a/pkgs/applications/audio/vorbis-tools/default.nix +++ b/pkgs/applications/audio/vorbis-tools/default.nix @@ -2,18 +2,14 @@ , speex, flac}: stdenv.mkDerivation { - name = "vorbis-tools-1.1.1"; + name = "vorbis-tools-1.4.0"; src = fetchurl { - url = http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.1.1.tar.gz; - sha256 = "617b4aa69e600c215b34fa3fd5764bc1d9d205d9d7d9fe7812bde7ec956fcaad"; + url = http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz; + sha256 = "1g12bnh5ah08v529y72kfdz5lhvy75iaz7f9jskyby23m9dkk2d3"; }; - # FIXME: Vorbis-tools expects `libOggFLAC', but this library was - # merged with `libFLAC' as of FLAC 1.1.3. buildInputs = [ libogg libvorbis libao pkgconfig curl speex glibc flac ]; - patches = [ ./ogg123-curlopt-mute.patch ]; - meta = { longDescription = '' A set of command-line tools to manipulate Ogg Vorbis audio -- cgit 1.4.1