summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Caseiro2010-03-03 11:47:36 +0100
committerPuppet_Master2010-03-03 11:47:36 +0100
commita83d00264a24417477967f9b93f1ad5bd21f659b (patch)
treed0a96f58b80c5cb63e5889b5c7af9b7f95964e37
parent6ff51052d2f6c06e76a875bfb48df7c3001e09f3 (diff)
enna : fixing depends and Download
-rwxr-xr-xe-17/enna/DEPENDS55
-rwxr-xr-xe-17/enna/DETAILS20
-rw-r--r--e-17/enna/HISTORY10
3 files changed, 61 insertions, 24 deletions
diff --git a/e-17/enna/DEPENDS b/e-17/enna/DEPENDS
index f25b0c13b3..f821e3e669 100755
--- a/e-17/enna/DEPENDS
+++ b/e-17/enna/DEPENDS
@@ -1,16 +1,45 @@
-depends dbus &&
-depends e-emotion &&
-depends e_dbus &&
-depends ecore &&
-depends edje &&
-depends eet &&
-depends evas &&
-depends libmusicbrainz &&
-depends libxml2 &&
-depends sqlite &&
-depends subversion &&
+depends mercurial &&
+depends ecore &&
+depends eet &&
+depends embryo &&
+depends edje &&
+depends elementary &&
+depends libplayer &&
+depends libvalhalla &&
-optional_depends 'lightmediascanner' \
+optional_depends 'e_dbus' \
'' \
'' \
- 'for background media indexing'
+ 'for background dbus support' &&
+optional_depends 'efreet' \
+ '' \
+ '' \
+ 'for freedesktop support' &&
+optional_depends 'gupnp' \
+ '' \
+ '' \
+ 'for UPnP support' &&
+optional_depends 'libcddb' \
+ '' \
+ '' \
+ 'for CDDB support' &&
+optional_depends 'libsvdrp' \
+ '' \
+ '' \
+ 'for VDR via SVDRP protocol support' &&
+optional_depends 'lirc' \
+ '' \
+ '' \
+ 'for infra-red signals support' &&
+optional_depends 'gettext' \
+ '' \
+ '' \
+ 'for internationalisation support' &&
+optional_depends 'libxrandr' \
+ '' \
+ '' \
+ 'for X Resize and Rotate Extension' &&
+optional_depends 'libexif' \
+ '' \
+ '' \
+ 'for EXIF data support'
diff --git a/e-17/enna/DETAILS b/e-17/enna/DETAILS
index 25798a2c6b..9bb10b2c5c 100755
--- a/e-17/enna/DETAILS
+++ b/e-17/enna/DETAILS
@@ -2,19 +2,21 @@
if [ "$ENNA_CVS_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
else
- VERSION=svn
+ VERSION=mercurial
fi
- SOURCE=$SPELL-svn.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
- SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/MISC/$SPELL:$SPELL
+ SOURCE=$SPELL-hg.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-hg
+ SOURCE_URL[0]=hg_http://hg.geexbox.org/${SPELL}:${SPELL}-hg
FORCE_DOWNLOAD="on"
SOURCE_IGNORE=volatile
- WEB_SITE=http://enna.geexbox.org/
+ WEB_SITE=http://enlightenment.org/
ENTERED=20080123
- LICENSE[0]=LGPL
- KEYWORDS="enlightenment, media, geexbox"
+ LICENSE[0]=BSD
+ KEYWORDS="enlightenment"
SHORT="a media center"
cat << EOF
-Rage is a media center designed mostly for use on a television hooked up to
-your pc via a remote control.
+Enna is a media center based on EFL
+(Enlightenment Foundation Libraries).
+
+It tries to be simple to use, fast and modular.
EOF
diff --git a/e-17/enna/HISTORY b/e-17/enna/HISTORY
index 329cee22d3..31c3dd18a5 100644
--- a/e-17/enna/HISTORY
+++ b/e-17/enna/HISTORY
@@ -1,5 +1,11 @@
-2010-02-07 Philippe "Puppet_Master" Caseiro <puppetmaster@sourcemage.org>
- * DETAILS: updating website and licence
+2010-03-03 Philippe "Puppet_Master" Caseiro <puppetmaster@sourcemage.com>
+ * DEPENDS: Updating dependencies
+ Removed dependency on SVN
+ Removed dependency on libmuzicbrainz
+ Removed dependency on e-emotion
+
+ * DETAILS: SVN -> Mercurial
+ * DOWNLOAD: Created for mercurial support
2008-09-19 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: CVS -> SVN