Skip to Content.
Sympa Menu

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

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 (c7577f1e148eb658856cd9c3bdf83bd722dd59ef)
  • Date: Sun, 13 Nov 2011 08:40:17 -0600

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

e-17/ethumb/DEPENDS | 23 +++++++++++++++++++----
e-17/ethumb/HISTORY | 3 +++
2 files changed, 22 insertions(+), 4 deletions(-)

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

ethumb: added optional depends

diff --git a/e-17/ethumb/DEPENDS b/e-17/ethumb/DEPENDS
index c72acbb..856a825 100755
--- a/e-17/ethumb/DEPENDS
+++ b/e-17/ethumb/DEPENDS
@@ -1,5 +1,20 @@
depends subversion &&
-depends eina &&
-depends evas &&
-depends ecore &&
-depends edje
+depends eina &&
+depends evas &&
+depends ecore &&
+depends edje &&
+
+optional_depends e_dbus \
+ "--enable-ethumbd" "--disable-ethumbd" &&
+
+optional_depends emotion \
+ "--enable-emotion" "--disable-emotion" \
+ "Enable emotion module?" &&
+
+optional_depends epdf \
+ "--enable-epdf" "--disable-epdf" \
+ "Enable epdf module?" &&
+
+optional_depends libexif \
+ "--enable-libexif" "--disable-libexif" \
+ "Enable libexif module?"
diff --git a/e-17/ethumb/HISTORY b/e-17/ethumb/HISTORY
index 5c64056..61f876d 100644
--- a/e-17/ethumb/HISTORY
+++ b/e-17/ethumb/HISTORY
@@ -1,3 +1,6 @@
+2011-11-13 Robin Cook <rcook AT wyrms.net>
+ * DEPENDS: added optionals e_dbus, emotion, epdf, libexif
+
2009-10-22 Ladislav Hagara <hgr AT vabo.cz>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD: spell created




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

Archive powered by MHonArc 2.6.24.

Top of Page