[Lunar-commits] r17501 - moonbase/trunk/zbeta/emotion-cvs

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Nov 29 04:53:32 UTC 2005


Author: v3rt1g0
Date: 2005-11-29 04:53:31 +0000 (Tue, 29 Nov 2005)
New Revision: 17501

Modified:
   moonbase/trunk/zbeta/emotion-cvs/DEPENDS
   moonbase/trunk/zbeta/emotion-cvs/DETAILS
Log:
  Misc Tweak: emotion-cvs (beta)

  * Added some additional text to the optional depends to better
    explain to the users that xine and/or gstreamer need to be
    installed.
  * Added missing mention of GStreamer in the long description


Modified: moonbase/trunk/zbeta/emotion-cvs/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/emotion-cvs/DEPENDS	2005-11-28 18:45:21 UTC (rev 17500)
+++ moonbase/trunk/zbeta/emotion-cvs/DEPENDS	2005-11-29 04:53:31 UTC (rev 17501)
@@ -1,6 +1,6 @@
 depends edje-cvs &&
 
-optional_depends  "xine-lib"    ""  "--disable-xine"           \
-                  "for xine video and audio decoding support"  &&
-optional_depends  "gst-ffmpeg"  ""  "--disable-gstreamer"      \
-                  "for gstreamer video and audio decoding support"
+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"

Modified: moonbase/trunk/zbeta/emotion-cvs/DETAILS
===================================================================
--- moonbase/trunk/zbeta/emotion-cvs/DETAILS	2005-11-28 18:45:21 UTC (rev 17500)
+++ moonbase/trunk/zbeta/emotion-cvs/DETAILS	2005-11-29 04:53:31 UTC (rev 17501)
@@ -11,7 +11,8 @@
 
 cat << EOF
 Emotion is an Evas smart-object library providing video capabilites.
-Emotion leverages xine-lib 1.0 and integrates seemlessly with the rest
-of the EFL.  Because it is based on xine-lib, any format that it 
-supports (Theora, DiVX, MPEG2, etc) is available using Emotion.
+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.
 EOF



More information about the Lunar-commits mailing list