mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
ImageMagick: simply version to upstream version conversion
This commit is contained in:
parent
7acadddbee
commit
97de222c22
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ pkgname=ImageMagick
|
||||||
# Revbump php*-imagick with ImageMagick updates.
|
# Revbump php*-imagick with ImageMagick updates.
|
||||||
version=7.1.1.47
|
version=7.1.1.47
|
||||||
revision=1
|
revision=1
|
||||||
_upstream_version="${version/.${version##*.}/-${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-openexr
|
--with-rsvg --with-wmf --with-dejavu-font-dir=/usr/share/fonts/TTF --with-openexr
|
||||||
|
@ -19,7 +18,7 @@ maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||||
license="ImageMagick"
|
license="ImageMagick"
|
||||||
homepage="https://www.imagemagick.org"
|
homepage="https://www.imagemagick.org"
|
||||||
changelog="https://raw.githubusercontent.com/ImageMagick/Website/main/ChangeLog.md"
|
changelog="https://raw.githubusercontent.com/ImageMagick/Website/main/ChangeLog.md"
|
||||||
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_upstream_version}.tar.gz"
|
distfiles="https://github.com/ImageMagick/ImageMagick/archive/${version%.*}-${version##*.}.tar.gz"
|
||||||
checksum=818e21a248986f15a6ba0221ab3ccbaed3d3abee4a6feb4609c6f2432a30d7ed
|
checksum=818e21a248986f15a6ba0221ab3ccbaed3d3abee4a6feb4609c6f2432a30d7ed
|
||||||
|
|
||||||
subpackages="libmagick libmagick-devel"
|
subpackages="libmagick libmagick-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue