summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Spies2018-02-23 10:47:25 +0100
committerLukas Spies2018-02-23 10:47:25 +0100
commitdf55b6c8e269ff9899de242240dc995883c29e6d (patch)
tree6823187dc6bf7f5f8c71a39594c006dfc94a92e1
parentc2b267ee29d1480167ab9cff0c8c7566c68d04fa (diff)
downloadaur-df55b6c8e269ff9899de242240dc995883c29e6d.tar.gz
update to 1.3.28
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1487a161fd95..e6ce52f4506b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 11 16:18:24 UTC 2016
+# Fri Feb 23 09:47:09 UTC 2018
pkgbase = mingw-w64-graphicsmagick
pkgdesc = Image processing system (mingw-w64)
- pkgver = 1.3.25
+ pkgver = 1.3.28
pkgrel = 1
url = http://www.graphicsmagick.org
arch = any
@@ -25,8 +25,8 @@ pkgbase = mingw-w64-graphicsmagick
options = !strip
options = !buildflags
options = staticlibs
- source = ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-1.3.25.tar.xz
- md5sums = 6eed966b22588fb068442319a8aa17f6
+ source = ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-1.3.28.tar.xz
+ md5sums = aec23df5ad1a5bf8f8e1b392f95eed55
pkgname = mingw-w64-graphicsmagick
diff --git a/PKGBUILD b/PKGBUILD
index 29de82a36159..4e5991c87b98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lukas Spies <luspi (AT) gmx _DOT_ de>
pkgname=mingw-w64-graphicsmagick
-pkgver=1.3.25
+pkgver=1.3.28
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')
options=('!strip' '!buildflags' 'staticlibs')
source=("ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-$pkgver.tar.xz")
-md5sums=('6eed966b22588fb068442319a8aa17f6')
+md5sums=('aec23df5ad1a5bf8f8e1b392f95eed55')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -29,7 +29,8 @@ build() {
### NOTE ###
# if you manage to get libltdl installed, you can add the flag '--with-modules' for support of synamically loaded modules
- ${_arch}-configure --enable-shared --without-x --with-quantum-depth=16 --with-threads
+ # 1.3.28 doesn't compile with JPEG-2000 support (problems with jasper)
+ ${_arch}-configure --enable-shared --without-x --with-quantum-depth=16 --with-threads --without-jp2
sed -i "s/\/usr\/include/\/usr\/${_arch}\/include/g" Makefile
sed -i "s/\/usr\/lib/\/usr\/${_arch}\/lib/g" Makefile