summaryrefslogtreecommitdiffstats
path: root/e
diff options
context:
space:
mode:
authorVlad Glagolev2008-07-12 15:27:40 +0400
committerVlad Glagolev2008-07-12 15:27:40 +0400
commit7e8b71e265aec3bfe9a05af0cde96bf3bcd4c938 (patch)
treefc735da6172262c9e239765e0e46af9afb8a05ba /e
parentd6185ecbba101bdc2af4f9c7355000636abbaa0e (diff)
imlib2: depends on giflib, provider deprecated
Diffstat (limited to 'e')
-rwxr-xr-xe/imlib2/DEPENDS4
-rw-r--r--e/imlib2/HISTORY4
2 files changed, 5 insertions, 3 deletions
diff --git a/e/imlib2/DEPENDS b/e/imlib2/DEPENDS
index 646c2175ec..12803c3e6d 100755
--- a/e/imlib2/DEPENDS
+++ b/e/imlib2/DEPENDS
@@ -5,7 +5,7 @@ depends X11-LIBS &&
if [ "$IMLIB2_CVS" == "y" ]; then
depends CVS &&
- depends automake-1.9
+ depends automake-1.9
fi &&
optional_depends 'tiff' \
'--with-tiff' \
@@ -19,7 +19,7 @@ optional_depends 'jpeg' \
'--with-jpeg' \
'--without-jpeg' \
'JPEG image loader' &&
-optional_depends 'LIBGIF' \
+optional_depends 'giflib' \
'--with-gif' \
'--without-gif' \
'GIF image loader'
diff --git a/e/imlib2/HISTORY b/e/imlib2/HISTORY
index cfade4e256..a451aa6b86 100644
--- a/e/imlib2/HISTORY
+++ b/e/imlib2/HISTORY
@@ -1,3 +1,6 @@
+2008-07-12 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: depends on giflib, provider deprecated
+
2008-06-10 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 1.4.1, SECURITY_PATCH=1
@@ -133,4 +136,3 @@
2002-06-12 Unet <unet@sourcemage.org>
* ALL: Created this.
-