GraphicsMagick: update to 1.3.21 and reset maintainer due to inactivity.
This commit is contained in:
parent
562fdfb601
commit
b50ec3d0c0
2 changed files with 11 additions and 15 deletions
|
@ -1594,7 +1594,7 @@ libIlmThread-2_2.so.12 ilmbase-2.2.0_1
|
|||
libIlmImf-2_2.so.22 libopenexr-2.2.0_1
|
||||
libIlmImfUtil-2_2.so.22 libopenexr-2.2.0_1
|
||||
libGraphicsMagick.so.3 libgraphicsmagick-1.3.19_1
|
||||
libGraphicsMagick++.so.3 libgraphicsmagick-1.3.19_1
|
||||
libGraphicsMagick++.so.11 libgraphicsmagick-1.3.21_1
|
||||
libGraphicsMagickWand.so.2 libgraphicsmagick-1.3.19_1
|
||||
liblensfun.so.0 lensfun-0.2.8_2
|
||||
libmitlm.so.0 mitlm-0.4.1_1
|
||||
|
|
|
@ -1,26 +1,23 @@
|
|||
# Template file for 'GraphicsMagick'
|
||||
pkgname=GraphicsMagick
|
||||
version=1.3.20
|
||||
version=1.3.21
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||
homepage="http://www.graphicsmagick.org/"
|
||||
license="MIT"
|
||||
short_desc="GraphicsMagick Image Processing System - Q16 Version"
|
||||
configure_args="--with-quantum-depth=16 --with-gs-font-dir=/usr/share/fonts/Type1
|
||||
--with-modules --with-perl --without-lcms --without-jp2 --enable-shared
|
||||
--disable-static"
|
||||
keep_libtool_archives=yes
|
||||
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-quantum-depth=16 --with-gs-font-dir=/usr/share/fonts/Type1
|
||||
--with-modules --with-perl --without-lcms --without-jp2 --enable-shared --disable-static"
|
||||
hostmakedepends="pkg-config perl>=5.20"
|
||||
makedepends="perl>=5.20 libjpeg-turbo-devel libpng-devel>=1.6 tiff-devel
|
||||
lcms2-devel freetype-devel libwebp-devel>=0.4.0 fontconfig-devel libXext-devel
|
||||
libXt-devel libltdl-devel libxml2-devel libwmf-devel liblzma-devel libgomp-devel
|
||||
ghostscript-devel"
|
||||
|
||||
depends="ghostscript"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.graphicsmagick.org/"
|
||||
license="MIT"
|
||||
short_desc="GraphicsMagick Image Processing System - Q16 Version"
|
||||
distfiles="${SOURCEFORGE_SITE}/graphicsmagick/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum="0f7463318f5d9a4b429655dd43642a7a93dae561360637093182fbf5ac4fdc88"
|
||||
checksum=84ddfa0c1b5bf47db8d7d2937d4ac2fdce5e45acfd7d8a5e6a2387162312c394
|
||||
|
||||
libgraphicsmagick_package() {
|
||||
short_desc="GraphicsMagick low-level image manipulation libraries"
|
||||
|
@ -30,7 +27,6 @@ libgraphicsmagick_package() {
|
|||
vmove "usr/share/GraphicsMagick*"
|
||||
}
|
||||
}
|
||||
|
||||
libgraphicsmagick-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libgraphicsmagick>=${version}_${revision}"
|
||||
|
@ -48,5 +44,5 @@ libgraphicsmagick-devel_package() {
|
|||
|
||||
post_install(){
|
||||
# license
|
||||
vinstall ${wrksrc}/Copyright.txt 644 usr/share/licenses/${pkgname}
|
||||
vlicense ${wrksrc}/Copyright.txt LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue