summaryrefslogtreecommitdiffstats
path: root/e/imlib2
diff options
context:
space:
mode:
authorEric Sandall2008-07-21 03:06:30 -0700
committerEric Sandall2008-07-21 03:06:30 -0700
commita9717f0ee77c4591d79c17ddd1d56ce59d59eff9 (patch)
tree8c97293186afc29d5c1277952c0b7b2c5fb1670e /e/imlib2
parent185af8e8d4dcf7dca94e02afb671dedb4bf0c1b2 (diff)
parent4515059b660f4fcde7cbb2ba464350cffae1c500 (diff)
Sync with latest changes in master
Diffstat (limited to 'e/imlib2')
-rwxr-xr-xe/imlib2/DEPENDS4
-rwxr-xr-xe/imlib2/DETAILS5
-rw-r--r--e/imlib2/HISTORY7
3 files changed, 11 insertions, 5 deletions
diff --git a/e/imlib2/DEPENDS b/e/imlib2/DEPENDS
index b213c131f8..e6579f6d65 100755
--- a/e/imlib2/DEPENDS
+++ b/e/imlib2/DEPENDS
@@ -5,7 +5,7 @@ depends xorg-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/DETAILS b/e/imlib2/DETAILS
index 499af2d743..a074e7e539 100755
--- a/e/imlib2/DETAILS
+++ b/e/imlib2/DETAILS
@@ -11,10 +11,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=1.4.0
+ VERSION=1.4.1
+ SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
- SOURCE_HASH=sha512:adc5bb7cf9f7072c9f90755e23e56c26dfe31dd70ba719e79c82fe167a5b6754b18e0513f17129411959b700a0e4cef3794cb2cdecb172ed4549da4459ef44a8
+ SOURCE_HASH=sha512:532237ceab36c74b26caf4186e9e27690211f27d4ff8e442f4e40df22d9c37bd82038d58475ea37e6f3b013668e94753b2e23ec0eed478a67ecebbe724668f66
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%-*}
fi
WEB_SITE=http://enlightenment.org/Libraries/Imlib2/
diff --git a/e/imlib2/HISTORY b/e/imlib2/HISTORY
index d2cfbfc53d..6c7248c3a1 100644
--- a/e/imlib2/HISTORY
+++ b/e/imlib2/HISTORY
@@ -1,3 +1,9 @@
+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
+
2008-03-18 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Switch X11-LIBS to the one and only xorg-libs
@@ -133,4 +139,3 @@
2002-06-12 Unet <unet@sourcemage.org>
* ALL: Created this.
-