* xine-lib 1.1.7, xine-ui 0.99.5.

svn path=/nixpkgs/trunk/; revision=9118
This commit is contained in:
Eelco Dolstra
2007-08-14 12:10:11 +00:00
parent 5ede228a68
commit fbfed1e2d8
3 changed files with 8 additions and 8 deletions

View File

@@ -12,11 +12,11 @@ assert encryptedDVDSupport -> libdvdcss != null;
assert alsaSupport -> alsaLib != null;
(stdenv.mkDerivation {
name = "xine-lib-1.1.0";
name = "xine-lib-1.1.7";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/xine-lib-1.1.0.tar.gz;
md5 = "3537cfd58d253b4be20a4975e7086e38";
url = http://kent.dl.sourceforge.net/sourceforge/xine/xine-lib-1.1.7.tar.bz2;
sha256 = "1aycmhvq95gbb5mqw5skgcxyn4nh5qkzq21yclnqk5yzflpwwvvg";
};
buildInputs = [
x11