summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPol Vinogradov2006-07-05 22:57:31 +0500
committerArwed v. Merkatz2006-07-18 19:53:59 +0200
commit9a50a3b6e04f4fdf647de7c4e870508367af0e84 (patch)
treec1ed4603502b4079198252b7317987a66515ba9e
parentbc2ce79c31c6d0b06b654d42a87a814b89e398ac (diff)
DETAILS: removed UPDATED
DEPENDS: added optional depends on X11-LIBS, optonal depends on libxvmc added too if X11-LIBS is xorg-modular, some alignment fixes (cherry picked from 5e2d7e596ea4dd6dd9c5205d52e86414e240fa87 commit)
-rwxr-xr-xvideo-libs/xine-lib/DEPENDS19
-rwxr-xr-xvideo-libs/xine-lib/DETAILS1
-rw-r--r--video-libs/xine-lib/HISTORY5
3 files changed, 22 insertions, 3 deletions
diff --git a/video-libs/xine-lib/DEPENDS b/video-libs/xine-lib/DEPENDS
index e94d230fcc..6beb000103 100755
--- a/video-libs/xine-lib/DEPENDS
+++ b/video-libs/xine-lib/DEPENDS
@@ -1,5 +1,10 @@
depends zlib &&
+optional_depends X11-LIBS \
+ "--with-x" \
+ "" \
+ "To support X display" &&
+
# output devices
optional_depends "alsa-lib" "" "" "for ALSA audio output" &&
optional_depends "esound" "" "" "for esd audio output" &&
@@ -31,7 +36,17 @@ optional_depends "imagemagick" \
# input plugins
optional_depends "gnome-vfs2" "" "" "for gnome-vfs input support" &&
optional_depends "samba" "" "" "for samba input support" &&
-optional_depends "vcdimager-unstable" \
+optional_depends "vcdimager-unstable" \
"--with-external-vcdnav" \
"" \
- "for dynamically linked vcd plugin"
+ "for dynamically linked vcd plugin" &&
+
+source $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs ; then
+ optional_depends libxvmc \
+ "--with-xvmc-lib=${INSTALL_ROOT}/usr/lib \
+ --with-xxmc-lib=${INSTALL_ROOT}/usr/lib" \
+ "" \
+ "For XvMC plugin"
+fi
diff --git a/video-libs/xine-lib/DETAILS b/video-libs/xine-lib/DETAILS
index 89f3017e7a..fd4abfa4d9 100755
--- a/video-libs/xine-lib/DETAILS
+++ b/video-libs/xine-lib/DETAILS
@@ -5,7 +5,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/xine/$SOURCE
WEB_SITE=http://xine.sourceforge.net
ENTERED=20010927
- UPDATED=20051024
SOURCE_HASH=sha512:cb669a0b9ca4e3c5d4c4c8b156e26dab0a1dc0b48a5d73727f2d53a437560170820d81c6fd2a5ead21361eb645bda8e5c97017a6cf0019f70b0761b935cc4df1
LICENSE[0]=GPL
PATCHLEVEL=1
diff --git a/video-libs/xine-lib/HISTORY b/video-libs/xine-lib/HISTORY
index 14ec21356d..0a35053023 100644
--- a/video-libs/xine-lib/HISTORY
+++ b/video-libs/xine-lib/HISTORY
@@ -1,3 +1,8 @@
+2006-07-05 Pol Vinogradov <vin.public@gmail.com>
+ * DETAILS: removed UPDATED
+ * DEPENDS: added optional depends on X11-LIBS, optonal depends on
+ libxvmc added too if X11-LIBS is xorg-modular, some alignment fixes
+
2006-05-27 Arwed v. Merkatz <v.merkatz@gmx.net>
* DEPENDS: changed ffmpeg-cvs to ffmpeg-svn