graphicsmagick: Update to 1.3.22

This commit is contained in:
Alexey Pavlov
2015-10-19 12:16:57 +03:00
parent 45f570f1b3
commit 2cb999f322
2 changed files with 6 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ diff -Naur GraphicsMagick-1.3.20-orig/magick/delegate.c GraphicsMagick-1.3.20/ma
+ }
+ strcpy(BinPath,exe_path);
+# else
strcpy(BinPath,MagickBinPath);
strlcpy(BinPath,MagickBinPath,sizeof(BinPath));
+# endif
# else
{

View File

@@ -1,9 +1,10 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
_realname=graphicsmagick
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.3.21
pkgrel=2
pkgver=1.3.22
pkgrel=1
pkgdesc="An image viewing/manipulation program (mingw-w64)"
arch=('any')
url="http://www.graphicsmagick.org/"
@@ -35,8 +36,8 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-ghostscript: for Ghostscript support"
options=('staticlibs' 'strip' 'libtool')
source=(http://sourceforge.net/projects/graphicsmagick/files/${_realname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz
001-relocate.patch)
md5sums=('f86fe89ea413720a3b04c59c8d5271a2'
'44ebff623519daa9be86ee6a6aaea2b6')
md5sums=('32e6ae274aa9318d2879978dd1e417a0'
'7ff566f64baa2f2e198717aab2d937b5')
prepare() {
cd GraphicsMagick-${pkgver}