[Lunar-commits] r20036 - moonbase/trunk/zbeta/e17/emotion-cvs
Chad Kittel
v3rt1g0 at lunar-linux.org
Thu May 11 02:59:03 UTC 2006
Author: v3rt1g0
Date: 2006-05-11 02:59:03 +0000 (Thu, 11 May 2006)
New Revision: 20036
Modified:
moonbase/trunk/zbeta/e17/emotion-cvs/BUILD
moonbase/trunk/zbeta/e17/emotion-cvs/DEPENDS
moonbase/trunk/zbeta/e17/emotion-cvs/DETAILS
Log:
Misc Tidy: emotion-cvs (beta)
* update WEB_SITE and a few other tidies
Modified: moonbase/trunk/zbeta/e17/emotion-cvs/BUILD
===================================================================
--- moonbase/trunk/zbeta/e17/emotion-cvs/BUILD 2006-05-11 02:57:15 UTC (rev 20035)
+++ moonbase/trunk/zbeta/e17/emotion-cvs/BUILD 2006-05-11 02:59:03 UTC (rev 20036)
@@ -3,8 +3,7 @@
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
) > $C_FIFO 2>&1
Modified: moonbase/trunk/zbeta/e17/emotion-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/e17/emotion-cvs/DEPENDS 2006-05-11 02:57:15 UTC (rev 20035)
+++ moonbase/trunk/zbeta/e17/emotion-cvs/DEPENDS 2006-05-11 02:59:03 UTC (rev 20036)
@@ -1,6 +1,6 @@
-depends edje-cvs &&
+depends edje-cvs &&
-optional_depends "xine-lib" "" "--disable-xine" \
- "for xine based video and audio decoding support (if you say 'n' here, you need to say 'y' for gst-ffmpeg)" &&
-optional_depends "gst-ffmpeg" "" "--disable-gstreamer" \
- "for gstreamer based video and audio decoding support"
+optional_depends "xine-lib" "--enable-xine" "--disable-xine" \
+ "for xine based video/audio decoding support (if you say 'n' here, you need to say 'y' to gst-ffmpeg)" &&
+optional_depends "gst-ffmpeg" "--enable-gstreamer" "--disable-gstreamer" \
+ "for gstreamer based video/audio decoding support"
Modified: moonbase/trunk/zbeta/e17/emotion-cvs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/e17/emotion-cvs/DETAILS 2006-05-11 02:57:15 UTC (rev 20035)
+++ moonbase/trunk/zbeta/e17/emotion-cvs/DETAILS 2006-05-11 02:59:03 UTC (rev 20036)
@@ -3,16 +3,16 @@
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/emotion
SOURCE_URL=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:e17/libs/emotion
- WEB_SITE=http://www.enlightenment.org/pages/emotion.html
+ WEB_SITE=http://www.enlightenment.org/Libraries/Emotion/
ENTERED=20041002
UPDATED=`date -u +%Y%m%d`
MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
SHORT="An Evas smart-object library providing video capabilities"
cat << EOF
-Emotion is an Evas smart-object library providing video capabilites.
-Emotion leverages xine-lib 1.0 and/or GStremer; integrating seemlessly
-with the rest of the EFL. Because it is based on xine-lib and/or
-GStreamer, any formats that they support (Theora, DiVX, MPEG2, etc) are
-automatically available using Emotion.
+Emotion is an Evas smart-object library providing video/audio capabilites.
+Emotion leverages xine-lib and/or GStremer; integrating seemlessly with
+the rest of the EFL. Because it is based on xine-lib and/or GStreamer,
+any formats that they support (Theora, DiVX, MP3, etc) are automatically
+available using Emotion.
EOF
More information about the Lunar-commits
mailing list