Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (fbcfaed6927681dc79bcceb60196ec222ac81a0c)
  • Date: Wed, 27 Feb 2008 17:52:47 -0600

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



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (fbcfaed6927681dc79bcceb60196ec222ac81a0c), Arjan Bouter, 02/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page