[Lunar-commits] <moonbase> imlib2: add an optional depend for libid3tag.

Florin Braescu florin at lunar-linux.org
Fri Aug 8 16:14:08 CEST 2008


commit d6ae6872d32adcd5a6b26fe9f55a60512aaa0c7c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Aug 8 17:14:08 2008 +0300

    imlib2: add an optional depend for libid3tag.
---
 graphics/imlib2/DEPENDS |   10 ++++++----
 graphics/imlib2/DETAILS |    2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/graphics/imlib2/DEPENDS b/graphics/imlib2/DEPENDS
index 55f8eef..7e2ce02 100644
--- a/graphics/imlib2/DEPENDS
+++ b/graphics/imlib2/DEPENDS
@@ -1,5 +1,7 @@
-depends  tiff      &&
-depends  libpng    &&
-depends  jpeg      &&
-depends  libungif  &&
+depends  tiff     
+depends  libpng   
+depends  jpeg      
+depends  libungif  
 depends  freetype2
+
+optional_depends  "libid3tag"  ""  ""  "for mp3 tag support"
diff --git a/graphics/imlib2/DETAILS b/graphics/imlib2/DETAILS
index a9a7a72..c345bc9 100644
--- a/graphics/imlib2/DETAILS
+++ b/graphics/imlib2/DETAILS
@@ -1,7 +1,7 @@
           MODULE=imlib2
          VERSION=1.4.0
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/enlightenment/
+      SOURCE_URL=$SFORGE_URL/enlightenment
       SOURCE_VFY=sha1:2bbd65b82a690d21dab2bfeb33cc370f6bb49393
         WEB_SITE=http://enlightenment.org
          ENTERED=20010922


More information about the Lunar-commits mailing list