[Lunar-commits] <moonbase> xine-lib: add a patch to fix the compile.
Florin Braescu
florin at lunar-linux.org
Sun Aug 22 12:12:00 CEST 2010
commit 5695613962b66c61c5fd710d47a49b3675901ef1
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Aug 22 13:12:00 2010 +0300
xine-lib: add a patch to fix the compile.
---
video/xine-lib/BUILD | 4 +++-
video/xine-lib/DETAILS | 5 ++++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/video/xine-lib/BUILD b/video/xine-lib/BUILD
index c693476..ac9a70c 100644
--- a/video/xine-lib/BUILD
+++ b/video/xine-lib/BUILD
@@ -1,6 +1,8 @@
(
- OPTS="$OPTS --enable-static --with-xv-path=/usr/X11/lib"
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
+ OPTS+=" --enable-static --with-xv-path=/usr/X11/lib"
default_build
diff --git a/video/xine-lib/DETAILS b/video/xine-lib/DETAILS
index 50c604e..22a9193 100644
--- a/video/xine-lib/DETAILS
+++ b/video/xine-lib/DETAILS
@@ -1,11 +1,14 @@
MODULE=xine-lib
VERSION=1.1.19
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-$VERSION-xvmc.patch.bz2
SOURCE_URL=$SFORGE_URL/xine
+ SOURCE_URL=$PATCH_URL
SOURCE_VFY=sha1:5afcc28c5cf2bdaab99d951960f6587797e1e5a0
+ SOURCE2_VFY=sha1:5cfd0d50c2dfbd234ab9495ad7f5f6cd39b0dfec
WEB_SITE=http://www.xine-project.org
ENTERED=20010927
- UPDATED=20100726
+ UPDATED=20100822
PSAFE=no
SHORT="Free video player"
More information about the Lunar-commits
mailing list