xineLib: update to 1.2.2

This commit is contained in:
Lluís Batlle i Rossell 2012-07-02 23:00:47 +02:00
parent cb0d79e60f
commit 946f2c10ea

View file

@ -5,21 +5,13 @@
}:
stdenv.mkDerivation rec {
name = "xine-lib-1.2.0";
name = "xine-lib-1.2.2";
src = fetchurl {
url = "mirror://sourceforge/xine/${name}.tar.bz2";
sha256 = "1yss9cxxkcb6dzrv78xvi845ls6lhhbv6g8yfm6zjjl07v7jbm6c";
url = "mirror://sourceforge/xine/${name}.tar.xz";
sha256 = "1mjk686h1qzqj51h4xs4xvagfgnnhm8czbzzjvr5w034pr8n8rg1";
};
patches = [ ./zlib126.patch ];
# patches =
# [ (fetchurl {
# url = "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/xine-lib/files/xine-lib-1.1.19-ffmpeg.patch?revision=1.1";
# sha256 = "0dqr0kc829djfn0wvk4jg84v61pxynqbp4s4phvywd7x9caf092b";
# })
# ];
buildNativeInputs = [ pkgconfig perl ];
buildInputs = [