[SM-Commit] GIT changes to master grimoire by Arjan Bouter (fbcfaed6927681dc79bcceb60196ec222ac81a0c)

Arjan Bouter scm at sourcemage.org
Wed Feb 27 18:52:47 EST 2008


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 e/e-emotion/DEPENDS |    9 +++++++--
 e/e-emotion/DETAILS |    2 +-
 e/e-emotion/HISTORY |    4 ++++
 3 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit fbcfaed6927681dc79bcceb60196ec222ac81a0c
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    e-emotion: made xine-lib optional

diff --git a/e/e-emotion/DEPENDS b/e/e-emotion/DEPENDS
index edbb5dd..521f592 100755
--- a/e/e-emotion/DEPENDS
+++ b/e/e-emotion/DEPENDS
@@ -1,11 +1,16 @@
 depends  edje      &&
-depends  xine-lib  &&
 
 optional_depends  'gst-ffmpeg'                     \
-                  ''                               \
+                  '--enable-gstreamer'             \
                   '--disable-gstreamer'            \
                   'for GStreamer backend support'  &&
 
+
+optional_depends  'xine-lib'                       \
+                  '--enable-xine'                  \
+                  '--disable-xine'                 \
+                  'for Xine backend support'       &&
+
 optional_depends  -sub 'LIBCDIO'  'gst-plugins-good'  \
                   ''                                  \
                   ''                                  \
diff --git a/e/e-emotion/DETAILS b/e/e-emotion/DETAILS
index 90e81d6..a09ba15 100755
--- a/e/e-emotion/DETAILS
+++ b/e/e-emotion/DETAILS
@@ -20,7 +20,7 @@ fi
       LICENSE[0]=BSD
         WEB_SITE=http://enlightenment.org/Libraries/Emotion/index.html
          ENTERED=20040619
-         UPDATED=20050825
+      PATCHLEVEL=1
         KEYWORDS="enlightenment video"
            SHORT="Evas smart-object video library"
 cat << EOF
diff --git a/e/e-emotion/HISTORY b/e/e-emotion/HISTORY
index b892b4a..ecc12d3 100644
--- a/e/e-emotion/HISTORY
+++ b/e/e-emotion/HISTORY
@@ -1,3 +1,7 @@
+2008-02-27 Arjan Bouter <abouter at sourcemage.org>
+	* DEPENDS: made xine-libs optional
+	* DETAILS: removed updated and set patchlevel=1
+
 2007-09-22 Eric Sandall <sandalle at sourcemage.org>
 	* DEPENDS: Optionally depends on gst-ffmpeg for a backend
 	  Optionally depends on gst-plugins-good (built with libcdio) for CDDA



More information about the SM-Commit mailing list