* 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

@ -1,10 +1,10 @@
{stdenv, fetchurl, x11, xineLib, libpng}:
stdenv.mkDerivation {
name = "xine-ui-0.99.4";
name = "xine-ui-0.99.5";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/xine-ui-0.99.4.tar.gz;
md5 = "90ea1f76747e9788a30a73e7f4a76cf6";
url = http://mesh.dl.sourceforge.net/sourceforge/xine/xine-ui-0.99.5.tar.gz;
sha256 = "07jywadk6fhk3wn1j9m0cfa0zy0i17kz0nyyxwa3shvhznfals0k";
};
buildInputs = [
x11 xineLib libpng

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

View file

@ -10,6 +10,6 @@ stdenv.mkDerivation {
buildInputs = [gettext];
meta = {
description = "A console downloading program. Has some features for mirroring sites.";
};
description = "A console downloading program. Has some features for mirroring sites.";
};
}