summaryrefslogtreecommitdiff
path: root/pcr/imagemagick-srv
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-04-04 00:25:59 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-04-04 00:25:59 -0300
commitf2fb97c6ac9d66c4c939a76b9ff1c0431f5912da (patch)
treed4c94150ebf6b7a681ff9f3c6b4d5efcb1ad18ee /pcr/imagemagick-srv
parent6d93334da6e8f377d7858fb86afb698ec4af6274 (diff)
update imagemagick-srv
Diffstat (limited to 'pcr/imagemagick-srv')
-rw-r--r--pcr/imagemagick-srv/PKGBUILD28
1 files changed, 16 insertions, 12 deletions
diff --git a/pcr/imagemagick-srv/PKGBUILD b/pcr/imagemagick-srv/PKGBUILD
index 0e7bee853..457e07a17 100644
--- a/pcr/imagemagick-srv/PKGBUILD
+++ b/pcr/imagemagick-srv/PKGBUILD
@@ -4,21 +4,21 @@
pkgbase=imagemagick
pkgname=imagemagick-srv
-pkgver=6.8.6.8
-pkgrel=1.1
+pkgver=6.8.8.9
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url="http://www.imagemagick.org/"
license=('custom')
provides=("$pkgbase=$pkgver")
conflicts=$pkgbase
-replaces=$pkgbase
makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr' \
'libwebp') # libcl opencl-headers
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
+#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
+source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
perlmagick.rpath.patch)
-sha1sums=('fe298492c6be08eb887d02b75efeb609fa6c4d61'
+sha1sums=('3ad2deadbc7e7c6e61eb5590fcc49d71fd96b247'
+ 'SKIP'
'e143cf9d530fabf3b58023899b5cc544ba93daec')
prepare() {
@@ -30,24 +30,28 @@ prepare() {
build() {
cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+ [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
+ [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
+ [[ $CARCH = "mips64el" ]] && EXTRAOPTS="--with-gcc-arch=mips64el"
./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
--disable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \
--with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
--with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr --with-rsvg \
--disable-opencl --without-gvc --without-djvu --without-autotrace \
- --without-jbig --without-fpx --without-dps --without-fftw
+ --without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
make
}
-check() {
- cd ImageMagick-${pkgver%.*}-${pkgver##*.}
- make check
-}
+#check() {
+# cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+# make check
+#}
package_imagemagick-srv() {
pkgdesc="An image viewing/manipulation program (for web servers)"
depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr') # 'libcl')
- optdepends=('ghostscript: for Ghostscript support'
+ optdepends=('imagemagick-doc: for additional information'
+ 'ghostscript: for Ghostscript support'
'openexr: for OpenEXR support'
'libwmf: for WMF support'
'librsvg: for SVG support'