Updating some xiph.org libraries, and making some cross-compile.

svn path=/nixpkgs/trunk/; revision=26943
This commit is contained in:
Lluís Batlle i Rossell
2011-04-23 21:58:30 +00:00
parent 6300c72a20
commit 7cc0eee61d
6 changed files with 25 additions and 20 deletions
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, libogg }:
stdenv.mkDerivation rec {
name = "libvorbis-1.3.1";
name = "libvorbis-1.3.2";
src = fetchurl {
url = "http://downloads.xiph.org/releases/vorbis/${name}.tar.bz2";
sha256 = "1q6gah9g6w5gxjq95x1x81a4w76p3caivq1bw4hxs0z9rx05qj22";
sha256 = "159khaa9j0pd4fm554m1igzmrhsa3qbh4n8avihfinwym05vc14z";
};
propagatedBuildInputs = [ libogg ];