diff options
author | Hans Petter Jansson <hpj@cl.no> | 2012-06-04 15:59:36 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-06-15 13:54:54 (GMT) |
commit | 6d39c73bad209a8d8f23eca5cab094ddb2d93093 (patch) | |
tree | bd70c83cbe125f363574911f407c1f3aa0091baf /src/gdk-pixbuf.mk | |
parent | 4669cde481de658a1821a7bb6a83bfc3011b8eee (diff) | |
download | mxe-6d39c73bad209a8d8f23eca5cab094ddb2d93093.zip mxe-6d39c73bad209a8d8f23eca5cab094ddb2d93093.tar.gz mxe-6d39c73bad209a8d8f23eca5cab094ddb2d93093.tar.bz2 |
update package gdk-pixbuf
Diffstat (limited to 'src/gdk-pixbuf.mk')
-rw-r--r-- | src/gdk-pixbuf.mk | 8 |
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 |