ImageMagick: update to 6.6.9.4.
This commit is contained in:
parent
28e7af478c
commit
6a10e30271
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'ImageMagick'
|
# Template file for 'ImageMagick'
|
||||||
pkgname=ImageMagick
|
pkgname=ImageMagick
|
||||||
_distver=6.6.6
|
_distver=6.6.9
|
||||||
_distverpatch=10
|
_distverpatch=4
|
||||||
version=${_distver}.${_distverpatch}
|
version=${_distver}.${_distverpatch}
|
||||||
wrksrc=${pkgname}-${_distver}-${_distverpatch}
|
wrksrc=${pkgname}-${_distver}-${_distverpatch}
|
||||||
distfiles="ftp://ftp.imagemagick.org/pub/$pkgname/$pkgname-${_distver}-${_distverpatch}.tar.bz2"
|
distfiles="ftp://ftp.imagemagick.org/pub/$pkgname/$pkgname-${_distver}-${_distverpatch}.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--without-gslib --without-jp2 --without-autotrace
|
configure_args="--without-gslib --without-jp2 --without-autotrace
|
||||||
--without-djvu --without-dps --without-fpx --without-gvc --without-jbig
|
--without-djvu --without-dps --without-fpx --without-gvc --without-jbig
|
||||||
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
|
--without-lqr --without-openexr --with-gs-font-dir=/usr/share/fonts/Type1
|
||||||
--with-magick-plus-plus --with-modules -with-perl --enable-shared"
|
--with-magick-plus-plus --with-modules -with-perl --enable-shared"
|
||||||
short_desc="Package for display and interactive manipulation of images"
|
short_desc="Package for display and interactive manipulation of images"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=6899733105e15018ee2bfaf5442109f7badf6312fcdb9be31f92c3a093a86dbd
|
checksum=91382b2ca556acf1cbaea4a93ca5a228d9fb9e525965987e2e87ad7f3e57ca2f
|
||||||
long_desc="
|
long_desc="
|
||||||
ImageMagick TM, is a package for display and interactive manipulation
|
ImageMagick TM, is a package for display and interactive manipulation
|
||||||
of images for the X Window System. It is written in C and interfaces
|
of images for the X Window System. It is written in C and interfaces
|
||||||
|
|
Loading…
Reference in a new issue