summaryrefslogtreecommitdiffstats
path: root/src/gdk-pixbuf.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdk-pixbuf.mk')
-rw-r--r--src/gdk-pixbuf.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk
index 05ad422..06dd56c 100644
--- a/src/gdk-pixbuf.mk
+++ b/src/gdk-pixbuf.mk
@@ -3,9 +3,9 @@
PKG := gdk-pixbuf
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := b452208963ddd84f7280865695b50255fcafaa2e
+$(PKG)_CHECKSUM := 43e4fe5bd8d19bc7d7b853f71c85c193392cb2f7
$(PKG)_SUBDIR := gdk-pixbuf-$($(PKG)_VERSION)
-$(PKG)_FILE := gdk-pixbuf-$($(PKG)_VERSION).tar.bz2
+$(PKG)_FILE := gdk-pixbuf-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
$(PKG)_DEPS := gcc glib libpng jpeg tiff jasper libiconv
@@ -18,13 +18,15 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && ./configure \
+ cd '$(1)' && autoreconf && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
+ --enable-static \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-modules \
--with-included-loaders \
+ --without-gdiplus \
LIBS="`'$(TARGET)-pkg-config' --libs libtiff-4`"
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef