[Lunar-commits] <moonbase-other> xine-lib-2: Readding to moonbase.
stumbles
stumbles at lunar-linux.org
Sun Jan 13 10:26:52 CET 2013
commit 81ae71bc9ab0dd167373c2bc4c812340e2c49a2b
Author: stumbles <stumbles at lunar-linux.org>
Date: Sun, 13 Jan 2013 01:26:52 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/81ae71bc9ab0dd167373c2bc4c812340e2c49a2b
xine-lib-2: Readding to moonbase.
---
video/xine-lib-2/BUILD | +9/-0
video/xine-lib-2/CONFLICTS | +2/-0
video/xine-lib-2/DEPENDS | +40/-0
video/xine-lib-2/DETAILS | +18/-0
video/xine-lib-2/POST_INSTALL | +1/-0
5 files changed, 70 insertions(+)
--- /dev/null
+++ b/video/xine-lib-2/BUILD
@@ -0,0 +1,9 @@
+(
+
+ OPTS+=" --enable-static --with-xv-path=/usr/X11/lib --enable-mmap --enable-antialiasing --enable-vdpau" &&
+
+ ./autogen.sh &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/video/xine-lib-2/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts xine-lib
+conflicts xine-lib-vdpau
--- /dev/null
+++ b/video/xine-lib-2/DEPENDS
@@ -0,0 +1,40 @@
+depends %X
+depends libcdio
+depends vcdimager
+depends ffmpeg
+depends libmpcdec
+depends %VDPAUDEVICE
+
+optional_depends "alsa-utils" \
+ "" \
+ "--disable-alsa" \
+ "for ALSA sound support"
+
+optional_depends "aalib" \
+ "" \
+ "--disable-aalib" \
+ "for ascii art library support"
+
+optional_depends "libcaca" \
+ "" \
+ "--disable-caca" \
+ "for text support"
+
+optional_depends "wavpack" \
+ "--with-wavpack" \
+ "" \
+ "for wavpack support"
+
+optional_depends "libXvMC" "" "" "for hw accelerated playback on supported cards"
+optional_depends "ImageMagick" "" "" "for imagemagick plugin"
+optional_depends "jack" "" "" "for jack audio plugin"
+optional_depends "mesa-lib" "" "" "for opengl plugin"
+optional_depends "faad" "" "" "for faad2 plugin"
+optional_depends "libmng" "" "" "for mng plugin"
+optional_depends "libmodplug" "" "" "for modplug plugin"
+optional_depends "libdca" "" "" "for dca audio plugin"
+optional_depends "a52dec" "" "" "for a52 video plugin"
+optional_depends "libmad" "" "" "for mad and mp3 plugin"
+optional_depends "libmpcdec" "" "" "for musepack plugin"
+optional_depends "libblueray" "" "" "for bluray plugin"
+optional_depends "gnome-vfs" "" "" "for gnome vfs plugin"
--- /dev/null
+++ b/video/xine-lib-2/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=xine-lib-2
+ VERSION=1.2.2
+ SOURCE=xine-lib-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/xine-lib-$VERSION
+ SOURCE_URL=$SFORGE_URL/xine
+ SOURCE_VFY=sha1:a349cbb0b72256bb262377796a022dcf63829b4c
+ WEB_SITE=http://www.xine-project.org
+ ENTERED=20090927
+ UPDATED=20120611
+ SHORT="Free video player with VDPAU"
+
+cat << EOF
+xine is a free video player which plays mpeg-2 and mpeg-1 video, DVDs
+(unlocked/unencrypted only), video CDs, SVCDs, and AVI files (using
+Win32 codecs) with synchronized audio and video, and optionally
+fullscreen using the Xv extensions in Xfree86 4.x.
+This xine-lib offers VDPAU hardware decoding and postprocessing.
+EOF
--- /dev/null
+++ b/video/xine-lib-2/POST_INSTALL
@@ -0,0 +1 @@
+if module_installed xine-ui; then lin -c xine-ui; fi
More information about the Lunar-commits
mailing list