* Xine-lib updated to 1.0.1.
svn path=/nixpkgs/trunk/; revision=3307
This commit is contained in:
parent
d47a1e7741
commit
3e32488049
@ -12,11 +12,11 @@ assert encryptedDVDSupport -> libdvdcss != null;
|
|||||||
assert alsaSupport -> alsaLib != null;
|
assert alsaSupport -> alsaLib != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "xine-lib-1.0";
|
name = "xine-lib-1.0.1";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/xine-lib-1.0.tar.gz;
|
url = http://heanet.dl.sourceforge.net/sourceforge/xine/xine-lib-1.0.1.tar.gz;
|
||||||
md5 = "96e5195c366064e7778af44c3e71f43a";
|
md5 = "9be804b337c6c3a2e202c5a7237cb0f8";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
x11
|
x11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user