[SM-Commit] GIT changes to master grimoire by Puppet_Master (a83d00264a24417477967f9b93f1ad5bd21f659b)

Puppet_Master scm at sourcemage.org
Wed Mar 3 05:47:53 EST 2010


GIT changes to master grimoire by Puppet_Master <puppetmaster at sourcemage.org>:

 e-17/enna/DEPENDS         |   55 +++++++++++++++++++++++++++++++++++-----------
 e-17/enna/DETAILS         |   20 +++++++++-------
 e-17/enna/HISTORY         |   10 ++++++--
 libs/libnfo/DOWNLOAD      |    2 -
 libs/libnfo/HISTORY       |    3 ++
 libs/libplayer/DEPENDS    |   13 +++++++++-
 libs/libplayer/DETAILS    |    2 -
 libs/libplayer/DOWNLOAD   |    2 -
 libs/libplayer/HISTORY    |    6 ++++-
 libs/libvalhalla/DOWNLOAD |    2 -
 libs/libvalhalla/HISTORY  |    5 +++-
 11 files changed, 88 insertions(+), 32 deletions(-)

New commits:
commit a83d00264a24417477967f9b93f1ad5bd21f659b
Author: Philippe Caseiro <puppetmaster at sourcemage.org>
Commit: Puppet_Master <puppetmaster at sourcemage.org>

       enna : fixing depends and Download

commit 6ff51052d2f6c06e76a875bfb48df7c3001e09f3
Author: Philippe Caseiro <puppetmaster at sourcemage.org>
Commit: Puppet_Master <puppetmaster at sourcemage.org>

       libnfo: fixing test for regular downlaod (scm -> mercurial)

commit 84b23c771c2459ed4fb0937dd0438fd7af300eb0
Author: Philippe Caseiro <puppetmaster at sourcemage.org>
Commit: Puppet_Master <puppetmaster at sourcemage.org>

       libvalhalla: fixing test for regular downlaod (scm -> mercurial)

commit e5881a42a51aa77d87fd994842eca8869efdc78f
Author: Philippe Caseiro <puppetmaster at sourcemage.org>
Commit: Puppet_Master <puppetmaster at sourcemage.org>

       libplayer : Adding wrapper choice support and vlc dep.

diff --git a/e-17/enna/DEPENDS b/e-17/enna/DEPENDS
index f25b0c1..f821e3e 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 25798a2..9bb10b2 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 329cee2..31c3dd1 100644
--- a/e-17/enna/HISTORY
+++ b/e-17/enna/HISTORY
@@ -1,5 +1,11 @@
-2010-02-07 Philippe "Puppet_Master" Caseiro <puppetmaster at sourcemage.org>
-	* DETAILS: updating website and licence
+2010-03-03 Philippe "Puppet_Master" Caseiro <puppetmaster at 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 at sourcemage.org>
 	* DETAILS: CVS -> SVN
diff --git a/libs/libnfo/DOWNLOAD b/libs/libnfo/DOWNLOAD
index c6c5535..2141846 100755
--- a/libs/libnfo/DOWNLOAD
+++ b/libs/libnfo/DOWNLOAD
@@ -13,7 +13,7 @@ function my_url_hg_http_crack() {
 
 }
 
-if [[ "${VERSION}" != "scm" && "${VERSION}" != "$(date +%Y%m%d)" ]]; then
+if [[ "${VERSION}" != "mercurial" && "${VERSION}" != "$(date +%Y%m%d)" ]]; then
   default_download &&
   return $?
 fi &&
diff --git a/libs/libnfo/HISTORY b/libs/libnfo/HISTORY
index 3906d72..0cbb055 100644
--- a/libs/libnfo/HISTORY
+++ b/libs/libnfo/HISTORY
@@ -1,3 +1,6 @@
+2010-03-03 Philippe "Puppet_Master" Caseiro <puppetmaster at sourcemage.org>
+        * DOWNLOAD: fixing version test 'scm -> mercurial'
+
 2009-12-04 Philippe "Puppet_Master" Caseiro <puppetmaster at sourcemage.org>
         *PREPARE, BUILD, DEPENDS, DETAILS ,DOWNLOAD, INSTALL: Created
 
diff --git a/libs/libplayer/DEPENDS b/libs/libplayer/DEPENDS
index a56700f..f20fe90 100755
--- a/libs/libplayer/DEPENDS
+++ b/libs/libplayer/DEPENDS
@@ -1,3 +1,12 @@
 depends  mercurial   &&
-depends  mplayer     &&
-depends  xine-lib        
+if list_find "$LIBPLAYER_PLAYER" "all"
+then
+   depends  mplayer     &&
+   depends  vlc         &&
+   depends  xine-lib        
+else
+   for player in $LIBPLAYER_PLAYER
+   do
+      depends $player
+   done
+fi 
diff --git a/libs/libplayer/DETAILS b/libs/libplayer/DETAILS
index ab9c3c6..299c7a7 100755
--- a/libs/libplayer/DETAILS
+++ b/libs/libplayer/DETAILS
@@ -12,7 +12,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-hg
         WEB_SITE=http://geexbox.org
          ENTERED=20091204
       LICENSE[0]=GPLv2.1
-        KEYWORDS="geexbox"
+        KEYWORDS="geexbox library player video"
            SHORT="player abstraction layer for omc"
 cat << EOF
 GeeXboX libplayer is a multimedia A/V abstraction layer API.
diff --git a/libs/libplayer/DOWNLOAD b/libs/libplayer/DOWNLOAD
index c6c5535..2141846 100755
--- a/libs/libplayer/DOWNLOAD
+++ b/libs/libplayer/DOWNLOAD
@@ -13,7 +13,7 @@ function my_url_hg_http_crack() {
 
 }
 
-if [[ "${VERSION}" != "scm" && "${VERSION}" != "$(date +%Y%m%d)" ]]; then
+if [[ "${VERSION}" != "mercurial" && "${VERSION}" != "$(date +%Y%m%d)" ]]; then
   default_download &&
   return $?
 fi &&
diff --git a/libs/libplayer/HISTORY b/libs/libplayer/HISTORY
index 3906d72..37e2b1d 100644
--- a/libs/libplayer/HISTORY
+++ b/libs/libplayer/HISTORY
@@ -1,3 +1,7 @@
+2010-03-03 Philippe "Puppet_Master" Caseiro <puppetmaster at sourcemage.org>
+	* CONFIGURE : file added, for player selection
+        * DEPENDS : adding support for player selection, vlc dep added
+
 2009-12-04 Philippe "Puppet_Master" Caseiro <puppetmaster at sourcemage.org>
-        *PREPARE, BUILD, DEPENDS, DETAILS ,DOWNLOAD, INSTALL: Created
+        * PREPARE, BUILD, DEPENDS, DETAILS ,DOWNLOAD, INSTALL: Created
 
diff --git a/libs/libvalhalla/DOWNLOAD b/libs/libvalhalla/DOWNLOAD
index c6c5535..2141846 100755
--- a/libs/libvalhalla/DOWNLOAD
+++ b/libs/libvalhalla/DOWNLOAD
@@ -13,7 +13,7 @@ function my_url_hg_http_crack() {
 
 }
 
-if [[ "${VERSION}" != "scm" && "${VERSION}" != "$(date +%Y%m%d)" ]]; then
+if [[ "${VERSION}" != "mercurial" && "${VERSION}" != "$(date +%Y%m%d)" ]]; then
   default_download &&
   return $?
 fi &&
diff --git a/libs/libvalhalla/HISTORY b/libs/libvalhalla/HISTORY
index 3906d72..dbfa5fe 100644
--- a/libs/libvalhalla/HISTORY
+++ b/libs/libvalhalla/HISTORY
@@ -1,3 +1,6 @@
+2010-03-03 Philippe "Puppet_Master" Caseiro <puppetmaster at sourcemage.org>
+        * DOWNLOAD: fixing version test 'scm -> mercurial'
+
 2009-12-04 Philippe "Puppet_Master" Caseiro <puppetmaster at sourcemage.org>
-        *PREPARE, BUILD, DEPENDS, DETAILS ,DOWNLOAD, INSTALL: Created
+        * PREPARE, BUILD, DEPENDS, DETAILS ,DOWNLOAD, INSTALL: Created
 



More information about the SM-Commit mailing list