mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/imagemagick to 6.7.6.0-1
This commit is contained in:
parent
c36da30429
commit
cb1d470510
1 changed files with 9 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: PKGBUILD 149825 2012-02-11 09:11:58Z eric $
|
# $Id: PKGBUILD 153440 2012-03-14 01:50:29Z eric $
|
||||||
# Maintainer: Eric Bélanger <eric@archlinux.org>
|
# Maintainer: Eric Bélanger <eric@archlinux.org>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
|
@ -9,16 +9,16 @@ plugrel=1
|
||||||
|
|
||||||
pkgbase=imagemagick
|
pkgbase=imagemagick
|
||||||
pkgname=('imagemagick' 'imagemagick-doc')
|
pkgname=('imagemagick' 'imagemagick-doc')
|
||||||
pkgver=6.7.5.3
|
pkgver=6.7.6.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.imagemagick.org/"
|
url="http://www.imagemagick.org/"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'libjpeg-turbo')
|
makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
|
||||||
makedepends=('ghostscript' 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'libpng')
|
'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper')
|
||||||
source=(http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
|
source=(http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
|
||||||
perlmagick.rpath.patch)
|
perlmagick.rpath.patch)
|
||||||
sha1sums=('b6cee59cb380f38572ec40769c438901dcc7500e'
|
sha1sums=('878c264d070c70debc514d7da9f4feb7728bfe9f'
|
||||||
'23405f80904b1de94ebd7bd6fe2a332471b8c283')
|
'23405f80904b1de94ebd7bd6fe2a332471b8c283')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -28,8 +28,7 @@ build() {
|
||||||
autoreconf
|
autoreconf
|
||||||
patch -p0 -i ../perlmagick.rpath.patch
|
patch -p0 -i ../perlmagick.rpath.patch
|
||||||
|
|
||||||
LIBS="$LIBS -L/usr/lib/perl5/core_perl/CORE -lperl" \
|
./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
|
|
||||||
--enable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \
|
--enable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \
|
||||||
--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
|
--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
|
||||||
--with-perl --with-perl-options="INSTALLDIRS=vendor" \
|
--with-perl --with-perl-options="INSTALLDIRS=vendor" \
|
||||||
|
@ -45,6 +44,7 @@ check() {
|
||||||
|
|
||||||
package_imagemagick() {
|
package_imagemagick() {
|
||||||
pkgdesc="An image viewing/manipulation program"
|
pkgdesc="An image viewing/manipulation program"
|
||||||
|
depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext')
|
||||||
optdepends=('ghostscript: for Ghostscript support'
|
optdepends=('ghostscript: for Ghostscript support'
|
||||||
'openexr: for OpenEXR support'
|
'openexr: for OpenEXR support'
|
||||||
'libwmf: for WMF support'
|
'libwmf: for WMF support'
|
||||||
|
@ -59,13 +59,14 @@ package_imagemagick() {
|
||||||
'etc/ImageMagick/magic.xml'
|
'etc/ImageMagick/magic.xml'
|
||||||
'etc/ImageMagick/mime.xml'
|
'etc/ImageMagick/mime.xml'
|
||||||
'etc/ImageMagick/policy.xml'
|
'etc/ImageMagick/policy.xml'
|
||||||
|
'etc/ImageMagick/quantization-table.xml'
|
||||||
'etc/ImageMagick/sRGB.icc'
|
'etc/ImageMagick/sRGB.icc'
|
||||||
'etc/ImageMagick/thresholds.xml'
|
'etc/ImageMagick/thresholds.xml'
|
||||||
'etc/ImageMagick/type.xml'
|
'etc/ImageMagick/type.xml'
|
||||||
'etc/ImageMagick/type-dejavu.xml'
|
'etc/ImageMagick/type-dejavu.xml'
|
||||||
'etc/ImageMagick/type-ghostscript.xml'
|
'etc/ImageMagick/type-ghostscript.xml'
|
||||||
'etc/ImageMagick/type-windows.xml')
|
'etc/ImageMagick/type-windows.xml')
|
||||||
options=('!makeflags' '!docs' 'libtool')
|
options=('!docs' 'libtool' '!emptydirs')
|
||||||
|
|
||||||
cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
|
cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
|
@ -80,8 +81,6 @@ package_imagemagick() {
|
||||||
|
|
||||||
package_imagemagick-doc() {
|
package_imagemagick-doc() {
|
||||||
pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
|
pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
|
||||||
depends=()
|
|
||||||
options=('!makeflags')
|
|
||||||
|
|
||||||
cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
|
cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
|
||||||
make DESTDIR="${pkgdir}" install-data-html
|
make DESTDIR="${pkgdir}" install-data-html
|
||||||
|
|
Loading…
Reference in a new issue