comparison src/graphicsmagick.mk @ 2504:330d55ded276

update package graphicsmagick
author Mark Brand <mabrand@mabrand.nl>
date Sat, 05 May 2012 17:25:07 +0200
parents b5321bdec505
children 4d0f3a9da57e
comparison
equal deleted inserted replaced
2503:475923a43d52 2504:330d55ded276
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := graphicsmagick 4 PKG := graphicsmagick
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 7ef5711a18da0a3b6b143548a2a7822597ea416d 6 $(PKG)_CHECKSUM := 59ab01a1a8a12b26955c64bb2b660b6283855204
7 $(PKG)_SUBDIR := GraphicsMagick-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := GraphicsMagick-$($(PKG)_VERSION)
8 $(PKG)_FILE := GraphicsMagick-$($(PKG)_VERSION).tar.bz2 8 $(PKG)_FILE := GraphicsMagick-$($(PKG)_VERSION).tar.bz2
9 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) 9 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc pthreads libtool zlib bzip2 jpeg jasper lcms1 libpng tiff freetype libxml2 10 $(PKG)_DEPS := gcc pthreads libtool zlib bzip2 jpeg jasper lcms1 libpng tiff freetype libxml2
11 11
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 # This can be removed once the patch "graphicsmagick-1-fix-xml2-config.patch" is accepted by upstream 19 # This can be removed once the patch "graphicsmagick-1-fix-xml2-config.patch" is accepted by upstream
20 cd '$(1)' && autoconf 20 cd '$(1)' && autoconf
21 cd '$(1)' && ./configure \ 21 cd '$(1)' && ./configure \
22 --host='$(TARGET)' \ 22 --host='$(TARGET)' \
23 --build="`config.guess`" \
23 --disable-shared \ 24 --disable-shared \
24 --prefix='$(PREFIX)/$(TARGET)' \ 25 --prefix='$(PREFIX)/$(TARGET)' \
25 --without-modules \ 26 --without-modules \
26 --with-threads \ 27 --with-threads \
27 --with-magick-plus-plus \ 28 --with-magick-plus-plus \