[Lunar-commits] <moonbase> xine-lib: fix build error when zlib 1.2.6 installed
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Tue Feb 21 21:09:49 CET 2012
commit c4c8f9786387e981382a2bb1ad2fd6cfd40b5e23
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Tue Feb 21 21:09:49 2012 +0100
xine-lib: fix build error when zlib 1.2.6 installed
---
video/xine-lib/BUILD | 4 ++--
video/xine-lib/DETAILS | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/video/xine-lib/BUILD b/video/xine-lib/BUILD
index b9ee886..c2b9414 100644
--- a/video/xine-lib/BUILD
+++ b/video/xine-lib/BUILD
@@ -1,7 +1,7 @@
(
- OPTS+=" --enable-static --with-xv-path=/usr/X11/lib"
-
+ OPTS+=" --enable-static --with-xv-path=/usr/X11/lib" &&
+ patch_it $SOURCE2 1 &&
default_build
) > $C_FIFO 2>&1
diff --git a/video/xine-lib/DETAILS b/video/xine-lib/DETAILS
index 3e1aa02..7c16f16 100644
--- a/video/xine-lib/DETAILS
+++ b/video/xine-lib/DETAILS
@@ -1,8 +1,11 @@
MODULE=xine-lib
VERSION=1.1.20.1
SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE2=xine-lib-1.1-zlib-1.2.6.patch.bz2
SOURCE_URL=$SFORGE_URL/xine
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:577537bf3aa50a708c7e487e4804ae3c1f803796
+ SOURCE2_VFY=sha1:b7f29e9e6ef929e31ffbad4edc664b43a4658559
WEB_SITE=http://www.xine-project.org
ENTERED=20010927
UPDATED=20120121
More information about the Lunar-commits
mailing list