changeset 2540:4b9fb17a28c8

update package giflib
author Mark Brand <mabrand@mabrand.nl>
date Mon, 21 May 2012 12:07:04 +0200
parents 518edbf5c710
children be6a32dfbaea
files index.html src/giflib.mk
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sun May 20 23:44:39 2012 +0200
+++ b/index.html	Mon May 21 12:07:04 2012 +0200
@@ -1155,7 +1155,7 @@
     </tr>
     <tr>
         <td id="giflib-package">giflib</td>
-        <td id="giflib-version">4.1.6</td>
+        <td id="giflib-version">4.2.0</td>
         <td id="giflib-website"><a href="http://sourceforge.net/projects/libungif/">giflib</a></td>
     </tr>
     <tr>
--- a/src/giflib.mk	Sun May 20 23:44:39 2012 +0200
+++ b/src/giflib.mk	Mon May 21 12:07:04 2012 +0200
@@ -3,10 +3,10 @@
 
 PKG             := giflib
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 22680f604ec92065f04caf00b1c180ba74fb8562
+$(PKG)_CHECKSUM := bc942711f75de7d8539f79be34d69c0d53c381c1
 $(PKG)_SUBDIR   := giflib-$($(PKG)_VERSION)
 $(PKG)_FILE     := giflib-$($(PKG)_VERSION).tar.bz2
-$(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/giflib/giflib 4.x/giflib-$($(PKG)_VERSION)/$($(PKG)_FILE)
+$(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/giflib/giflib-4.x/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc
 
 define $(PKG)_UPDATE
@@ -18,8 +18,9 @@
 define $(PKG)_BUILD
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
+        --build="`config.guess`" \
+        --prefix='$(PREFIX)/$(TARGET)' \
         --disable-shared \
-        --prefix='$(PREFIX)/$(TARGET)' \
         --without-x \
         CPPFLAGS='-D_OPEN_BINARY'
     $(MAKE) -C '$(1)/lib' -j '$(JOBS)' install