[Lunar-commits] r26465 - in moonbase/branches/crater/modules_fixed_for_glibc_2.7: . xine-lib

Dennis Veatch stumbles at lunar-linux.org
Mon Oct 29 01:25:19 CET 2007


Author: stumbles
Date: 2007-10-29 01:25:18 +0100 (Mon, 29 Oct 2007)
New Revision: 26465

Added:
   moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/
   moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/BUILD
   moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/DEPENDS
   moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/DETAILS
Log:

fixes a build problem I had it failing on int_max problem. Added a if/then
for arts since AFAIK kde4 don't use arts.



Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/BUILD
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/BUILD	                        (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/BUILD	2007-10-29 00:25:18 UTC (rev 26465)
@@ -0,0 +1,13 @@
+(
+
+  patch_it $SOURCE_CACHE/$SOURCE1 0 &&
+
+  if module_installed kdelibs3; then
+  ARTS_CONFIG="${KDE_PREFIX:-/opt/lunar/kde/3}/bin/artsc-config"
+  fi &&
+
+  OPTS="$OPTS --enable-static --with-xv-path=/usr/X11/lib"
+
+  default_build
+
+) > $C_FIFO 2>&1

Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/DEPENDS
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/DEPENDS	                        (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/DEPENDS	2007-10-29 00:25:18 UTC (rev 26465)
@@ -0,0 +1,21 @@
+depends  %X
+
+optional_depends  "alsa-utils" \
+                  "" \
+                  "--disable-alsa" \
+                  "for ALSA sound support"
+
+optional_depends  "aalib" \
+                  "" \
+                  "--disable-aalib" \
+                  "for ascii art library support"
+
+optional_depends  "libXvMCW" \
+                  "" \
+                  "" \
+                  "for hw accelerated playback on supported cards"
+
+optional_depends  "libcaca" \
+                  "" \
+                  "--disable-caca" \
+                  "for text support"

Added: moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/DETAILS
===================================================================
--- moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/DETAILS	                        (rev 0)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/xine-lib/DETAILS	2007-10-29 00:25:18 UTC (rev 26465)
@@ -0,0 +1,20 @@
+          MODULE=xine-lib
+         VERSION=1.1.8
+          SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE1=xine-lib-1.1.8-int_max.patch
+      SOURCE_URL=$SFORGE_URL/xine/
+     SOURCE1_URL=$PATCH_URL
+      SOURCE_VFY=sha1:48c7402ee2ada28e4b271d9dfb2bcb4d812e7daf
+     SOURCE1_VFY=sha1:e14f96587b4950b5d2bd036095c55eb139b33af0
+        WEB_SITE=http://xinehq.de/
+         ENTERED=20010927
+         UPDATED=20070829
+           PSAFE=no
+           SHORT="Free video player"
+
+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.
+EOF



More information about the Lunar-commits mailing list