summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Spies2018-12-14 08:02:49 -0600
committerLukas Spies2018-12-14 08:02:49 -0600
commit08515f3c90f4dfff50cb9427b50ec3fb2a71d1db (patch)
tree73957993af366722e211641d167260cc5f6adf3e /PKGBUILD
parent380aa50edf80f62132a6b4fbbfcea8042f334846 (diff)
downloadaur-08515f3c90f4dfff50cb9427b50ec3fb2a71d1db.tar.gz
update to 1.3.31
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4da75449cb56..b58dfb4f5cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lukas Spies <luspi (AT) gmx _DOT_ de>
pkgname=mingw-w64-graphicsmagick
-pkgver=1.3.29
+pkgver=1.3.31
pkgrel=1
pkgdesc="Image processing system (mingw-w64)"
arch=('any')
@@ -15,7 +15,7 @@ makedepends=('mingw-w64-configure' 'mingw-w64-pcre' 'mingw-w64-libpng' 'mingw-w6
depends=('mingw-w64-crt' 'mingw-w64-freetype2' 'mingw-w64-lcms2' 'mingw-w64-bzip2' 'mingw-w64-xz' 'mingw-w64-libtool')
options=('!strip' '!buildflags' 'staticlibs')
source=("ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-$pkgver.tar.xz")
-md5sums=('ddde0dd239592db50c5378472355c03c')
+md5sums=('6f55c300c95f83e638ad2570a1e397ac')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -27,9 +27,7 @@ build() {
mkdir -p build-${_arch} && pushd build-${_arch}
- ### NOTE ###
- # 1.3.29 doesn't compile with JPEG-2000 support (problems with jasper)
- ${_arch}-configure --enable-shared --without-x --with-quantum-depth=16 --with-threads --with-modules --without-jp2
+ ${_arch}-configure --enable-shared --without-x --with-quantum-depth=16 --with-threads --with-modules
sed -i "s/\/usr\/include/\/usr\/${_arch}\/include/g" Makefile
sed -i "s/\/usr\/lib/\/usr\/${_arch}\/lib/g" Makefile