Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (fdca859574af9ab378698fe15ad1171991e9e861)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (fdca859574af9ab378698fe15ad1171991e9e861)
  • Date: Sun, 13 Nov 2011 08:32:19 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

ChangeLog | 3 +
e-17/e-emotion/BUILD | 1
e-17/e-emotion/DETAILS | 35 ++++++++++---------
e-17/e-emotion/HISTORY | 3 +
e-17/e-emotion/INSTALL | 1
e-17/e-emotion/PREPARE | 6 ---
e-17/e-emotion/PRE_BUILD | 7 ---
e-17/e-emotion/UP_TRIGGERS | 2 +
e-17/emotion/CONFLICTS | 1
e-17/emotion/DEPENDS | 25 +++++++++++++
e-17/emotion/DETAILS | 31 +++++++++++++++++
e-17/emotion/HISTORY | 81
+++++++++++++++++++++++++++++++++++++++++++++
e-17/emotion/PREPARE | 2 +
e-17/emotion/PRE_BUILD | 11 ++++++
14 files changed, 180 insertions(+), 29 deletions(-)

New commits:
commit fdca859574af9ab378698fe15ad1171991e9e861
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

emotion: Renamed e-emotion to emotion

diff --git a/ChangeLog b/ChangeLog
index 9388708..4af6ecc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-11-13 Robin Cook <rcook AT wyrms.net>
+ * e-emotion renamed to emotion
+
2011-11-12 Ismael Luceno <ismael AT sourcemage.org>
* python-pypi/scrapely: new spell, library for extracting structured
data from HTML pages
diff --git a/e-17/e-emotion/BUILD b/e-17/e-emotion/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/e-17/e-emotion/BUILD
@@ -0,0 +1 @@
+true
diff --git a/e-17/e-emotion/DETAILS b/e-17/e-emotion/DETAILS
index 9bd657d..9672257 100755
--- a/e-17/e-emotion/DETAILS
+++ b/e-17/e-emotion/DETAILS
@@ -1,26 +1,27 @@
SPELL=e-emotion
-if [ "$EEMOTION_CVS" == "y" ]; then
- if [ "$EEMOTION_CVS_AUTOUPDATE" == "y" ]; then
- VERSION=$(date +%Y%m%d)
- else
- VERSION=svn
- fi
- SOURCE=$SPELL-svn.tar.bz2
- FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/emotion:emotion
- SOURCE_IGNORE=volatile
-else
+ ARCHIVE=off
+#if [ "$EEMOTION_CVS" == "y" ]; then
+# if [ "$EEMOTION_CVS_AUTOUPDATE" == "y" ]; then
+# VERSION=$(date +%Y%m%d)
+# else
+# VERSION=svn
+# fi
+# SOURCE=$SPELL-svn.tar.bz2
+# FORCE_DOWNLOAD=on
+#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+#
SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/emotion:emotion
+# SOURCE_IGNORE=volatile
+#else
VERSION=0.0.1
- SOURCE=emotion-$VERSION.tar.gz
+# SOURCE=emotion-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/emotion-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
-
SOURCE_HASH=sha512:8596d842078f0735040de30cee9cb3ad7e8ac5efd25b5eb5857263d7b646d1070b6e97c4fc097c5c9ebd4f1da565aa201ab91ba6c318ec11c7bc86a93939c3a1
-fi
+# SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
+#
SOURCE_HASH=sha512:8596d842078f0735040de30cee9cb3ad7e8ac5efd25b5eb5857263d7b646d1070b6e97c4fc097c5c9ebd4f1da565aa201ab91ba6c318ec11c7bc86a93939c3a1
+#fi
LICENSE[0]=BSD
WEB_SITE=http://enlightenment.org/Libraries/Emotion/index.html
ENTERED=20040619
- PATCHLEVEL=1
+ PATCHLEVEL=2
KEYWORDS="enlightenment video library"
SHORT="Evas smart-object video library"
cat << EOF
diff --git a/e-17/e-emotion/HISTORY b/e-17/e-emotion/HISTORY
index 04d1407..0f164ff 100644
--- a/e-17/e-emotion/HISTORY
+++ b/e-17/e-emotion/HISTORY
@@ -1,3 +1,6 @@
+2011-11-13 Robin Cook <rcook AT wyrms.net>
+ * Renamed to emotion
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)

diff --git a/e-17/e-emotion/INSTALL b/e-17/e-emotion/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/e-17/e-emotion/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/e-17/e-emotion/PREPARE b/e-17/e-emotion/PREPARE
deleted file mode 100755
index 1f6c572..0000000
--- a/e-17/e-emotion/PREPARE
+++ /dev/null
@@ -1,6 +0,0 @@
-config_query EEMOTION_CVS "Build SCM (subversion) version?" y &&
-
-if [ "$EEMOTION_CVS" == "y" ]; then
- config_query EEMOTION_CVS_AUTOUPDATE \
- "Automatically update on every system update?" n
-fi
diff --git a/e-17/e-emotion/PRE_BUILD b/e-17/e-emotion/PRE_BUILD
index 278de46..27ba77d 100755
--- a/e-17/e-emotion/PRE_BUILD
+++ b/e-17/e-emotion/PRE_BUILD
@@ -1,6 +1 @@
-default_pre_build &&
-
-if [ "$EEMOTION_CVS" == "y" ]; then
- cd $SOURCE_DIRECTORY &&
- NOCONFIGURE=ON ./autogen.sh
-fi
+true
diff --git a/e-17/e-emotion/UP_TRIGGERS b/e-17/e-emotion/UP_TRIGGERS
new file mode 100644
index 0000000..8597af1
--- /dev/null
+++ b/e-17/e-emotion/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger e-emotion dispel_self
+up_trigger emotion cast_self
diff --git a/e-17/emotion/CONFLICTS b/e-17/emotion/CONFLICTS
new file mode 100755
index 0000000..c512f73
--- /dev/null
+++ b/e-17/emotion/CONFLICTS
@@ -0,0 +1 @@
+conflicts e-emotion y
diff --git a/e-17/emotion/DEPENDS b/e-17/emotion/DEPENDS
new file mode 100755
index 0000000..7df4e40
--- /dev/null
+++ b/e-17/emotion/DEPENDS
@@ -0,0 +1,25 @@
+depends edje &&
+
+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 'vlc' \
+ '--enable-vlc' \
+ '--disable-vlc' &&
+
+optional_depends -sub 'LIBCDIO' 'gst-plugins-ugly' \
+ '' \
+ '' \
+ 'for CDDA support' &&
+
+if [ "$EMOTION_BRANCH" == "scm" ]; then
+ depends subversion
+fi
diff --git a/e-17/emotion/DETAILS b/e-17/emotion/DETAILS
new file mode 100755
index 0000000..8b4ca80
--- /dev/null
+++ b/e-17/emotion/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=emotion
+if [ "$EMOTION_BRANCH" == "scm" ]; then
+ if [ "$EMOTION_AUTOUPDATE" == "y" ]; then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=svn
+ fi
+ SOURCE=$SPELL-svn.tar.bz2
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+ SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/emotion:emotion
+ SOURCE_IGNORE=volatile
+else
+ VERSION=0.0.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
+
SOURCE_HASH=sha512:8596d842078f0735040de30cee9cb3ad7e8ac5efd25b5eb5857263d7b646d1070b6e97c4fc097c5c9ebd4f1da565aa201ab91ba6c318ec11c7bc86a93939c3a1
+fi
+ LICENSE[0]=BSD
+ WEB_SITE=http://enlightenment.org/Libraries/Emotion/index.html
+ ENTERED=20040619
+ PATCHLEVEL=1
+ KEYWORDS="enlightenment video library"
+ SHORT="Evas smart-object video library"
+cat << EOF
+Emotion is an Evas smart-object library providing video capabilities. Emotion
+leverages libxine 1.0 and integrates seemlessly with the rest of the
+EFL. Because its based on libxine, any format that it supports (Theora,
+DiVX, MPEG2, etc) is avalible using Emotion.
+EOF
diff --git a/e-17/emotion/HISTORY b/e-17/emotion/HISTORY
new file mode 100644
index 0000000..15fb415
--- /dev/null
+++ b/e-17/emotion/HISTORY
@@ -0,0 +1,81 @@
+2011-11-13 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: Renamed e-emotion emotion, Use prepare_select_branch
+ * PREPARE PRE_BUILD DEPENDS: Use prepare_select_branch
+
+2011-10-14 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed long description wrap (scripted)
+
+2010-01-05 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
+ * DEPENDS: add vlc optional support
+
+2009-12-19 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * DEPENDS: fixed libcdio dependency
+
+2008-09-02 Ladislav Hagara <hgr AT vabo.cz>
+ * *: cvs -> svn (subversion)
+
+2008-03-07 Dale E. Edmons <linuxfan AT sourcemage.org>
+ * DETAILS: KEYWORDS update.
+
+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
+
+2006-03-28 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: new SOURCE_URL, CVS is no longer hosted on SF
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-02-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Removed broken thinktux mirror
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-11-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Added CVS mirror (faster than SourceForge, but 30 minutes
behind)
+ Changed MD5[0]=IGNORE to SOURCE_IGNORE=volatile
+
+2005-10-29 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE: Re-worded auto-update query
+
+2005-09-21 Eric Sandall <sandalle AT sourcemage.org>
+ * Renamed variables from EMOTION to EEMOTION (there is an emotion
+ package)
+ * PREPARE,DETAILS: Updated to proper multi-version support
+ See http://www.sourcemage.org/grimoire/spell_multi_version
+ Removed BUILD_API=2, section-wide now
+ * DEPENDS: Added missing dependency on CVS if needed
+ * BUILD,PRE_BUILD: BUILD renamed to PRE_BUILD
+ Use NOCONFIGURE=ON ./autogen.sh
+
+2005-08-25 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated UPDATED
+ * PREPARE: Needs to default to CVS version for ewl
+
+2005-07-17 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated WEB_SITE, SHORT, and description
+
+2005-05-23 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: cvs VERSION=$(date +%Y%m%d)
+
+2005-02-16 Ladislav Hagara <hgr AT vabo.cz>
+ * BUILD: adjusted and renamed to PRE_BUILD (autogen.sh)
+ * PREPARE, DETAILS: CVS -> EMOTION_CVS
+
+2004-09-02 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, BUILD: BUILD_API=2, reformatted
+ * DETAILS: cvs version FORCE_DOWNLOAD=on
+
+2004-09-01 Jeremy Kolb <jkolb AT brandeis.edu>
+ * DETAILS, BUILD: Support for versioning.
+ * PREPARE: added
+
+2004-06-19 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created this spell
+
diff --git a/e-17/emotion/PREPARE b/e-17/emotion/PREPARE
new file mode 100755
index 0000000..98d27e4
--- /dev/null
+++ b/e-17/emotion/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm
diff --git a/e-17/emotion/PRE_BUILD b/e-17/emotion/PRE_BUILD
new file mode 100755
index 0000000..f077ac7
--- /dev/null
+++ b/e-17/emotion/PRE_BUILD
@@ -0,0 +1,11 @@
+default_pre_build &&
+
+if [[ $EMOTION_BRANCH == scm ]]; then
+ cd $SOURCE_DIRECTORY &&
+ #
+ # Remove .svn directories, otherwise they get installed
+ # Don't do it #15777
+ # find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
+
+ NOCONFIGURE=ON ./autogen.sh
+fi



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (fdca859574af9ab378698fe15ad1171991e9e861), Robin Cook, 11/13/2011

Archive powered by MHonArc 2.6.24.

Top of Page