summaryrefslogtreecommitdiffstats
path: root/x11-libs/libafterimage
diff options
context:
space:
mode:
authorVlad Glagolev2008-07-12 14:49:30 +0400
committerVlad Glagolev2008-07-12 14:49:30 +0400
commit0d1fd87acce60d9e9f73e80878bc42ab74976575 (patch)
tree73ed0920989636f6b61f6ec5c5e89d3dc9971482 /x11-libs/libafterimage
parentc460602435addc0174f74cfc6e442abb92ed8131 (diff)
libafterimage: depends on giflib, provider deprecated
Diffstat (limited to 'x11-libs/libafterimage')
-rwxr-xr-xx11-libs/libafterimage/DEPENDS19
-rw-r--r--x11-libs/libafterimage/HISTORY12
2 files changed, 13 insertions, 18 deletions
diff --git a/x11-libs/libafterimage/DEPENDS b/x11-libs/libafterimage/DEPENDS
index 943fe5a508..202f9937ae 100755
--- a/x11-libs/libafterimage/DEPENDS
+++ b/x11-libs/libafterimage/DEPENDS
@@ -23,18 +23,11 @@ optional_depends tiff \
"--without-tiff" \
"Support tiff image format?" &&
-if [ "${LIBAFTERSTEP_GIF}" == "y" ] ; then
- optional_depends LIBGIF \
- "--without-builtin-ungif" \
+if [[ $LIBAFTERSTEP_GIF == y ]]; then
+ optional_depends giflib \
+ "--with-gif --without-builtin-ungif" \
"--with-builtin-ungif" \
- "Use external gif library?" &&
-
-
- # test for which LIBGIF is picked go here.
- if is_depends_enabled ${SPELL} giflib
- then depends giflib '--with-gif'
- elif is_depends_enabled ${SPELL} libungif
- then depends libungif '--with-ungif'
- fi
-else OPTS="${OPTS} --without-gif --without-builtin-ungif"
+ "Use external gif library?"
+else
+ OPTS="--without-gif --without-builtin-ungif $OPTS"
fi
diff --git a/x11-libs/libafterimage/HISTORY b/x11-libs/libafterimage/HISTORY
index 606f6c9e75..daa12cf639 100644
--- a/x11-libs/libafterimage/HISTORY
+++ b/x11-libs/libafterimage/HISTORY
@@ -1,3 +1,6 @@
+2008-07-12 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: depends on giflib, provider deprecated
+
2008-06-25 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 1.18
@@ -5,13 +8,12 @@
* DEPENDS: removed is_depends_enabled.function reference
2008-01-19 Arjan Bouter <abouter@sourcemage.org>
- * WIP: removed after moving history entry to HISTORY
- all mentioned stuff in the WIP file were implemented.
+ * WIP: removed after moving history entry to HISTORY all mentioned stuff in
+ the WIP file were implemented.
2006-10-20 Juuso Alasuutari <iuso@sourcemage.org>
- * DEPENDS: Source is_depends_enabled.function (remove it when
- is_depends_enabled is in stable sorcery).
+ * DEPENDS: Source is_depends_enabled.function (remove it when
+ is_depends_enabled is in stable sorcery).
2007-08-02 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 1.15
-