summaryrefslogtreecommitdiff
path: root/extra/graphicsmagick
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-26 10:36:11 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-06-26 10:36:11 -0300
commit33f415176525625b793cdfa66f3fc5828214a34e (patch)
tree4f60a7d083ef4d8d0324f840d13267e58d790a17 /extra/graphicsmagick
parent14a4ed053872549facd5a1f4817bee71bb21c8f7 (diff)
parent9a6b691757346035549dbd12d1323301d04a6675 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: multilib/lib32-libphobos-ldc/PKGBUILD multilib/wine_gecko/PKGBUILD testing/dbus-core/PKGBUILD testing/dbus-core/dbus testing/dbus-core/dbus.install testing/psmisc/PKGBUILD testing/systemd/PKGBUILD testing/systemd/systemd-tools.install testing/systemd/systemd.install testing/sysvinit/PKGBUILD
Diffstat (limited to 'extra/graphicsmagick')
-rw-r--r--extra/graphicsmagick/PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/extra/graphicsmagick/PKGBUILD b/extra/graphicsmagick/PKGBUILD
index ff0762ed0..9d8e517c2 100644
--- a/extra/graphicsmagick/PKGBUILD
+++ b/extra/graphicsmagick/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 160481 2012-06-02 10:26:14Z bluewind $
+# $Id: PKGBUILD 162322 2012-06-25 01:51:33Z bisson $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Anton Leontiev <bunder@t-25.ru>
pkgname=graphicsmagick
-pkgver=1.3.15
-pkgrel=2
+pkgver=1.3.16
+pkgrel=1
pkgdesc='Image processing system'
url='http://www.graphicsmagick.org/'
arch=('i686' 'x86_64' 'mips64el')
@@ -16,16 +16,11 @@ depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
options=('!libtool')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz")
-sha1sums=('d5df4000d5531fad3ede9e008f9c8dc2d085d546')
+sha1sums=('3949030b101d66811242a0d30abc9965481ed035')
build() {
cd "${srcdir}/GraphicsMagick-${pkgver}"
- # fix typemap bug
- # https://rt.cpan.org/Public/Bug/Display.html?id=70150
- # http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.7.7/PerlMagick/typemap
- echo 'Graphics::Magick T_PTROBJ' > typemap
-
./configure \
--prefix=/usr \
--with-perl \