ImageMagick: update to 7.1.0.44.
This commit is contained in:
parent
2838be3fcf
commit
337a27dc55
1 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,10 @@
|
||||||
# Template file for 'ImageMagick'
|
# Template file for 'ImageMagick'
|
||||||
pkgname=ImageMagick
|
pkgname=ImageMagick
|
||||||
version=7.1.0.43
|
version=7.1.0.44
|
||||||
revision=1
|
revision=1
|
||||||
|
_release_suffix=${version##*.}
|
||||||
|
_upstream_version="${version%.${_release_suffix}}-${_release_suffix}"
|
||||||
|
wrksrc=${pkgname}-${_upstream_version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-opencl --with-modules --with-gslib
|
configure_args="--disable-static --enable-opencl --with-modules --with-gslib
|
||||||
--with-rsvg --with-wmf --with-dejavu-font-dir=/usr/share/fonts/TTF
|
--with-rsvg --with-wmf --with-dejavu-font-dir=/usr/share/fonts/TTF
|
||||||
|
@ -15,9 +18,9 @@ short_desc="Create, edit, compose, or convert bitmap images"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ImageMagick"
|
license="ImageMagick"
|
||||||
homepage="https://www.imagemagick.org"
|
homepage="https://www.imagemagick.org"
|
||||||
changelog="https://imagemagick.org/script/changelog.php"
|
changelog="https://raw.githubusercontent.com/ImageMagick/Website/main/ChangeLog.md"
|
||||||
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${version}.tar.gz"
|
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_upstream_version}.tar.gz"
|
||||||
checksum=62eccb3e8c89acc66c2b10a2bea843b6659a2ddce275c7d2ffee8c34af6114fd
|
checksum=1532c08c4f047aaf04e2717aac23c6d866d7e17d60a5d2c320ae29874285d49f
|
||||||
|
|
||||||
subpackages="libmagick libmagick-devel"
|
subpackages="libmagick libmagick-devel"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue