Module submission - xine-lib

dveatch@woh.rr.com dveatch at woh.rr.com
Tue Jul 12 21:05:56 UTC 2005


module name       : xine-lib
suggested section : video
update (y/n)      : n
bugfix (y/n)      : y
security (y/n)    : n


I noticed during the build ;

checking for ARTS artsc - version >= 0.9.5... no
*** The artsc-config script installed by ARTS could not be found
*** If ARTS was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the ARTS_CONFIG environment variable to the
*** full path to artsc-config.
*** All of ARTS dependent parts will be disabled ***

Couldn't seem to find it since it lives in "/opt/lunar/kde/3/bin".
The addition of a BUILD with the Qt/KDE pathing corrected this.
Rebuilt it and all was well. To double check, changed the 
~/.xine/config "audio driver to use" from "default" to "arts" 
and sound still worked.


dveatch

-------------- next part --------------
--- xine-lib/BUILD	1969-12-31 19:00:00.000000000 -0500
+++ xine-lib/BUILD	2005-07-12 17:05:34.000000000 -0400
@@ -0,0 +1,12 @@
+(
+
+  export LD_LIBRARY_PATH=${QT_PREFIX:-$QTDIR}/lib
+  export PATH=${QT_PREFIX:-$QTDIR}/bin:${KDE_PREFIX:-$KDEDIR}/bin:$PATH
+  export LD_RUN_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3
+ 
+  ./configure  --prefix=/usr     \
+               $OPTS             &&
+
+  default_make
+ 
+) > $C_FIFO 2>&1
--- xine-lib/DETAILS	2005-05-07 14:07:39.000000000 -0400
+++ xine-lib/DETAILS	2005-07-12 17:01:29.000000000 -0400
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:9973c4674a433baccd81988df0746d9e2d111df8
         WEB_SITE=http://xinehq.de/
          ENTERED=20010927
-         UPDATED=20050426
+         UPDATED=20050712
            PSAFE=no
            SHORT="xine is a free video player"
 
-------------- next part --------------
lvu submit xine-lib e36efbe7365683dfda96e582eae7c51b  -
2.6.12.2 2.6.12 gcc-3.3.3 glibc-2.3.3


More information about the Lunar mailing list