From f8369c6f2b8586d6366f3ce8da4806bf35dc7625 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Wed, 9 Feb 2011 21:09:56 +0000 Subject: [PATCH] xine-lib-1.1.19; remove unused files svn path=/nixpkgs/trunk/; revision=25864 --- .../development/libraries/xine-lib/builder.sh | 13 ----------- .../libraries/xine-lib/default.nix | 4 ++-- .../xine-lib-linux-headers-2.6.23.patch | 22 ------------------- 3 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 pkgs/development/libraries/xine-lib/builder.sh delete mode 100644 pkgs/development/libraries/xine-lib/xine-lib-linux-headers-2.6.23.patch diff --git a/pkgs/development/libraries/xine-lib/builder.sh b/pkgs/development/libraries/xine-lib/builder.sh deleted file mode 100644 index 4e39b46ba66c..000000000000 --- a/pkgs/development/libraries/xine-lib/builder.sh +++ /dev/null @@ -1,13 +0,0 @@ -source $stdenv/setup - -if test -n "$libdvdcss"; then - # Ugly hack to force libdvdcss to be present (so the user doesn't - # have to set LD_LIBRARY_PATH). - export NIX_LDFLAGS="-rpath $libdvdcss/lib -L$libdvdcss/lib -ldvdcss $NIX_LDFLAGS" -fi - -if test -n "$libXv"; then - configureFlags="--with-xv-path=$libXv/lib $configureFlags" -fi - -genericBuild \ No newline at end of file diff --git a/pkgs/development/libraries/xine-lib/default.nix b/pkgs/development/libraries/xine-lib/default.nix index fcc77a29a96e..3cbb6ba2dd20 100644 --- a/pkgs/development/libraries/xine-lib/default.nix +++ b/pkgs/development/libraries/xine-lib/default.nix @@ -3,11 +3,11 @@ }: stdenv.mkDerivation rec { - name = "xine-lib-1.1.16.3"; + name = "xine-lib-1.1.19"; src = fetchurl { url = "mirror://sourceforge/xine/${name}.tar.bz2"; - sha256 = "0lkvss7r8q16gyisiy3dkgbbk6vvpflfydi3927pvp2mz8g28nnj"; + sha256 = "0x47kmsaxx1bv8w2cacvzls3sjw9y4vk82rd94km1m1s6k2wcxv2"; }; buildInputs = diff --git a/pkgs/development/libraries/xine-lib/xine-lib-linux-headers-2.6.23.patch b/pkgs/development/libraries/xine-lib/xine-lib-linux-headers-2.6.23.patch deleted file mode 100644 index cd3d766ea8f2..000000000000 --- a/pkgs/development/libraries/xine-lib/xine-lib-linux-headers-2.6.23.patch +++ /dev/null @@ -1,22 +0,0 @@ -# HG changeset patch -# User Ken Moffat -# Date 1193435051 -3600 -# Node ID 8a369a0d5ff104cc115bbe76c6b4f3e281d1ef25 -# Parent 05fde4048642d1a7edb19ea623acd760064718bc -Linux-2.6.23 header change breaks build -> -> /* Special codes used when specifying changer slots. */ -> #define CDSL_NONE (INT_MAX-1) -> #define CDSL_CURRENT INT_MAX - ---- a/src/input/vcd/libcdio/_cdio_linux.c Tue Oct 23 23:45:58 2007 +0100 -+++ b/src/input/vcd/libcdio/_cdio_linux.c Fri Oct 26 22:44:11 2007 +0100 -@@ -59,6 +59,7 @@ static const char _rcsid[] = "$Id: _cdio - #include - #include - #include -+#include - - #include - #include -