ImageMagick: update to 6.8.0-7.
This commit is contained in:
parent
6c87213d00
commit
4eb22dee78
1 changed files with 14 additions and 13 deletions
|
@ -1,27 +1,22 @@
|
|||
# Template file for 'ImageMagick'
|
||||
pkgname=ImageMagick
|
||||
_majorver=6.7.9
|
||||
_patchver=6
|
||||
_majorver=6.8.0
|
||||
_patchver=7
|
||||
version=${_majorver}.${_patchver}
|
||||
revision=2
|
||||
revision=1
|
||||
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-jp2 --without-autotrace --with-wmf=yes
|
||||
--without-dps --without-fpx --without-gvc --without-jbig --with-gslib=yes
|
||||
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
|
||||
--with-magick-plus-plus --with-modules -with-perl --enable-shared --with-rsvg
|
||||
--with-dejavu-font-dir=/usr/share/fonts/TTF --disable-static"
|
||||
makedepends="pkg-config perl>=5.16 jpeg-devel libpng-devel>=1.5.10 tiff-devel
|
||||
lcms2-devel freetype-devel libwebp-devel>=0.2.0 fontconfig-devel libXext-devel
|
||||
libXt-devel libltdl-devel libxml2-devel glib-devel pango-devel gdk-pixbuf-devel
|
||||
libwmf-devel fftw-devel djvulibre-devel liblzma-devel libgomp-devel
|
||||
librsvg-devel ghostscript-devel"
|
||||
--without-dps --without-fpx --without-gvc --without-jbig --with-gslib=yes
|
||||
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
|
||||
--with-magick-plus-plus --with-modules -with-perl --enable-shared --with-rsvg
|
||||
--with-dejavu-font-dir=/usr/share/fonts/TTF --disable-static"
|
||||
short_desc="Package for display and interactive manipulation of images"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.imagemagick.org/"
|
||||
license="${pkgname}, MIT"
|
||||
distfiles="http://ftp.nluug.nl/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
|
||||
checksum=2e9ee6bb11ca7bf825259057516c183c67654f7e5a5cf1e4f3331b0eb5590424
|
||||
checksum=e15672c8c11148bcfcd95885e1cd7a5575d4a6984bdf0a3a1c718a2a6ad37435
|
||||
long_desc="
|
||||
ImageMagick TM, is a package for display and interactive manipulation
|
||||
of images for the X Window System. It is written in C and interfaces
|
||||
|
@ -54,6 +49,12 @@ conf_files="
|
|||
keep_libtool_archives=yes
|
||||
subpackages="libmagick libmagick-devel libmagick-perl"
|
||||
|
||||
makedepends="pkg-config perl>=5.16 jpeg-devel libpng-devel>=1.5.10 tiff-devel
|
||||
lcms2-devel freetype-devel libwebp-devel>=0.2.0 fontconfig-devel libXext-devel
|
||||
libXt-devel libltdl-devel libxml2-devel glib-devel pango-devel gdk-pixbuf-devel
|
||||
libwmf-devel fftw-devel djvulibre-devel liblzma-devel libgomp-devel
|
||||
librsvg-devel ghostscript-devel"
|
||||
|
||||
post_install() {
|
||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||
vinstall NOTICE 644 usr/share/licenses/${pkgname}
|
||||
|
|
Loading…
Reference in a new issue