ImageMagick: update to 6.5.4-10.
--HG-- extra : convert_revision : e08dd382253d2da5dc5b76e1db830a8efd5a4bc3
This commit is contained in:
parent
f2d9901088
commit
d96d4bbbe5
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ImageMagick'
|
# Template file for 'ImageMagick'
|
||||||
pkgname=ImageMagick
|
pkgname=ImageMagick
|
||||||
_distver=6.5.2
|
_distver=6.5.4
|
||||||
_distverpatch=2
|
_distverpatch=10
|
||||||
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"
|
||||||
|
@ -12,7 +12,7 @@ configure_args="--without-gslib --without-jp2 --without-autotrace
|
||||||
--with-magick-plus-plus --enable-shared"
|
--with-magick-plus-plus --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=e49675380d37d46705bb52e9f78cfdbf5ecc3c02f8643459b60007b7019080d7
|
checksum=b27117bfafc989ce74214db116a5b3bd1fda0e501839faab09c715c8647cd8eb
|
||||||
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
|
||||||
|
@ -27,6 +27,8 @@ long_desc="
|
||||||
color reduce, or add special effects to an image and save your
|
color reduce, or add special effects to an image and save your
|
||||||
completed work in the same or differing image format."
|
completed work in the same or differing image format."
|
||||||
|
|
||||||
|
libtool_no_delete_archives=yes
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build libtool
|
Add_dependency build libtool
|
||||||
Add_dependency full glibc
|
Add_dependency full glibc
|
||||||
|
|
Loading…
Reference in New Issue