mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
ImageMagick: update to 7.1.0.43.
This commit is contained in:
parent
8e8b9e9ab9
commit
a1a7fc8d29
1 changed files with 4 additions and 7 deletions
|
@ -1,10 +1,7 @@
|
|||
# Template file for 'ImageMagick'
|
||||
pkgname=ImageMagick
|
||||
version=7.1.0.41
|
||||
version=7.1.0.43
|
||||
revision=1
|
||||
_majorver=${version%.*}
|
||||
_patchver=${version##*.}
|
||||
wrksrc="${pkgname}-${_majorver}-${_patchver}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-opencl --with-modules --with-gslib
|
||||
--with-rsvg --with-wmf --with-dejavu-font-dir=/usr/share/fonts/TTF
|
||||
|
@ -19,13 +16,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="ImageMagick"
|
||||
homepage="https://www.imagemagick.org"
|
||||
changelog="https://imagemagick.org/script/changelog.php"
|
||||
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_majorver}-${_patchver}.tar.gz"
|
||||
checksum=f8ec06b5c82cbab4734b166b820f151323c78f438580daa176cedc63990c00a2
|
||||
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${version}.tar.gz"
|
||||
checksum=62eccb3e8c89acc66c2b10a2bea843b6659a2ddce275c7d2ffee8c34af6114fd
|
||||
|
||||
subpackages="libmagick libmagick-devel"
|
||||
|
||||
keep_libtool_archives=yes
|
||||
conf_files="/etc/ImageMagick-${_majorver%%.*}/*.xml"
|
||||
conf_files="/etc/ImageMagick-${version%%.*}/*.xml"
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
# XXX native perl uses XBPS_TARGET_CFLAGS (-mtune=generic)
|
||||
|
|
Loading…
Add table
Reference in a new issue