[Lunar-commits] r19907 - moonbase/trunk/zbeta/e17/epsilon-cvs

Chad Kittel v3rt1g0 at lunar-linux.org
Mon May 1 13:43:23 UTC 2006


Author: v3rt1g0
Date: 2006-05-01 13:43:21 +0000 (Mon, 01 May 2006)
New Revision: 19907

Modified:
   moonbase/trunk/zbeta/e17/epsilon-cvs/BUILD
   moonbase/trunk/zbeta/e17/epsilon-cvs/DEPENDS
Log:
  Depends Tweak: epsilon-cvs (beta)

   * optional video thumbnailing support via xine was added, making that
     available in the module as well.


Modified: moonbase/trunk/zbeta/e17/epsilon-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/e17/epsilon-cvs/BUILD	2006-05-01 06:07:14 UTC (rev 19906)
+++ moonbase/trunk/zbeta/e17/epsilon-cvs/BUILD	2006-05-01 13:43:21 UTC (rev 19907)
@@ -3,7 +3,6 @@
   export PATH=$MODULE_PREFIX/bin:$PATH
   export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include"
   export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
-  export USER=nobody
 
   default_cvs_build
 

Modified: moonbase/trunk/zbeta/e17/epsilon-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/e17/epsilon-cvs/DEPENDS	2006-05-01 06:07:14 UTC (rev 19906)
+++ moonbase/trunk/zbeta/e17/epsilon-cvs/DEPENDS	2006-05-01 13:43:21 UTC (rev 19907)
@@ -1,3 +1,7 @@
-depends  edje-cvs  &&
-depends  epeg-cvs  &&
-depends  imlib2-cvs
+depends  edje-cvs    &&
+depends  epeg-cvs    &&
+depends  imlib2-cvs  &&
+
+optional_depends  "xine-lib"                                                 \
+                  "--enable-thumbnailer-xine"  "--disable-thumbnailer-xine"  \
+                  "to build the video thumbnailer"



More information about the Lunar-commits mailing list