diff options
author | Brian Evans <grknight@gentoo.org> | 2019-05-30 15:02:51 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-05-30 15:03:17 -0400 |
commit | 2bd492eb1f98937bf9cb0f2e62d7e9bb58391384 (patch) | |
tree | ca31b6ae6ca40172d517d2a6fb36eb0a3998f7ee /dev-php/pecl-imagick | |
parent | dev-lang/php: Add 5.6.40-r4 with backports from 7.1.30 (diff) | |
download | gentoo-2bd492eb1f98937bf9cb0f2e62d7e9bb58391384.tar.gz gentoo-2bd492eb1f98937bf9cb0f2e62d7e9bb58391384.tar.bz2 gentoo-2bd492eb1f98937bf9cb0f2e62d7e9bb58391384.zip |
dev-php/pecl-imagick: Version bump to 3.4.4
Bug: https://bugs.gentoo.org/687030
Closes: https://bugs.gentoo.org/685496
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-imagick')
-rw-r--r-- | dev-php/pecl-imagick/Manifest | 1 | ||||
-rw-r--r-- | dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-php/pecl-imagick/Manifest b/dev-php/pecl-imagick/Manifest index 7c89f1f40885..c4c62dbc90cf 100644 --- a/dev-php/pecl-imagick/Manifest +++ b/dev-php/pecl-imagick/Manifest @@ -1,2 +1,3 @@ DIST imagick-3.4.3.tgz 245410 BLAKE2B 778c3b8ad3ad5e698044a832d71409eea220a82041544abeb88b59370d4b719388ce13b277d7aad84e67e40fcbbfa06d66a2458d4d9e8d33bb7358ab46368230 SHA512 2cb2b856cf83a78d3542cdf7c69554dcc063a0541e9092b24e5e1fbd8928066a4a3de154049d0202c35addbc5055ccfbb5910ae92f2f13da80ddfc025340ddcd +DIST imagick-3.4.4.tgz 253434 BLAKE2B 73ce21547881b60733dbc19ae83cd2e60135dbb4052ea723f1ee10b3759ce12065a0cab2a7e4923b78e9e68b12fd7b875c7d1bd7b2a14ce4e4d7ff5b9c7fbc06 SHA512 73145a1f095849c32760db2dfc4acc13c57d99a037d65eca9b0ddf8f8e81cf6d28a50f2614e44bae1d90b4f881a2e9a64926e0e3b9403e491fd903ffeb30c4b7 DIST pecl-imagick-3.4.3_p20181129.tar.gz 260443 BLAKE2B 43d30514f5faeeaa5894e2eb51d5b2ebbe2940728c7770eec60c41c9f01f86f7423d87a71a9ad2068e388f3994c31e499940c2042994846a6b6ab66542c7ea53 SHA512 7f3719118849857d19b9a35a63de68d4e992780fd41231a041d6d152ab2f0abd3d8215ab2362a998f8fe6a733c087d3c3e5d09fa826480d621739e92f5aeabf2 diff --git a/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild new file mode 100644 index 000000000000..3e6ae079e530 --- /dev/null +++ b/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PHP_EXT_NAME="imagick" +USE_PHP="php5-6 php7-1 php7-2 php7-3" + +inherit php-ext-pecl-r3 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP wrapper for the ImageMagick library" +HOMEPAGE="https://pecl.php.net/imagick https://github.com/mkoppanen/imagick" +LICENSE="PHP-3.01" +SLOT="0" +IUSE="examples test" + +# imagemagick[-openmp] is needed wrt bug 547922 and upstream +# https://github.com/mkoppanen/imagick#openmp +RDEPEND=">=media-gfx/imagemagick-6.2.4:=[-openmp]" +DEPEND="${RDEPEND} + test? ( >=media-gfx/imagemagick-6.2.4:=[jpeg,png,truetype] )" + +PHP_EXT_ECONF_ARGS="--with-imagick=${EPREFIX%/}/usr" |