* xine-lib 1.1.7, xine-ui 0.99.5.
svn path=/nixpkgs/trunk/; revision=9118
This commit is contained in:
parent
5ede228a68
commit
fbfed1e2d8
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, x11, xineLib, libpng}:
|
{stdenv, fetchurl, x11, xineLib, libpng}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "xine-ui-0.99.4";
|
name = "xine-ui-0.99.5";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/xine-ui-0.99.4.tar.gz;
|
url = http://mesh.dl.sourceforge.net/sourceforge/xine/xine-ui-0.99.5.tar.gz;
|
||||||
md5 = "90ea1f76747e9788a30a73e7f4a76cf6";
|
sha256 = "07jywadk6fhk3wn1j9m0cfa0zy0i17kz0nyyxwa3shvhznfals0k";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
x11 xineLib libpng
|
x11 xineLib libpng
|
||||||
|
@ -12,11 +12,11 @@ assert encryptedDVDSupport -> libdvdcss != null;
|
|||||||
assert alsaSupport -> alsaLib != null;
|
assert alsaSupport -> alsaLib != null;
|
||||||
|
|
||||||
(stdenv.mkDerivation {
|
(stdenv.mkDerivation {
|
||||||
name = "xine-lib-1.1.0";
|
name = "xine-lib-1.1.7";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/tarballs/xine-lib-1.1.0.tar.gz;
|
url = http://kent.dl.sourceforge.net/sourceforge/xine/xine-lib-1.1.7.tar.bz2;
|
||||||
md5 = "3537cfd58d253b4be20a4975e7086e38";
|
sha256 = "1aycmhvq95gbb5mqw5skgcxyn4nh5qkzq21yclnqk5yzflpwwvvg";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
x11
|
x11
|
||||||
|
@ -10,6 +10,6 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [gettext];
|
buildInputs = [gettext];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A console downloading program. Has some features for mirroring sites.";
|
description = "A console downloading program. Has some features for mirroring sites.";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user