~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] testing/php7-gmagick: upgrade to 2.0.2_rc2, add extension load order value, add custom prepare()

Details
Message ID
<1458839700-18047-1-git-send-email-valery.kartel@gmail.com>
Sender timestamp
1458839700
DKIM signature
missing
Download raw message
Patch: +14 -9
---
 testing/php7-gmagick/APKBUILD | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/testing/php7-gmagick/APKBUILD b/testing/php7-gmagick/APKBUILD
index 826d848..eac1430 100644
--- a/testing/php7-gmagick/APKBUILD
+++ b/testing/php7-gmagick/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=php7-gmagick
_pkgreal=gmagick
pkgver=2.0.2_rc1
pkgver=2.0.2_rc2
_pkgver=${pkgver/_rc/RC}
pkgrel=0
pkgdesc="PHP7 bindings to the GraphicsMagick library"
@@ -12,15 +12,20 @@ license="PHP"
depends=
pecldepends="php7-dev autoconf"
makedepends="$pecldepends graphicsmagick-dev"
install=""
subpackages=""
install=
subpackages=
source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz"

_builddir="$srcdir"/$_pkgreal-$_pkgver
build() {
prepare() {
	cd "$_builddir"
	phpize7 || return 1
	./configure --prefix=/usr \
}

build() {
	cd "$_builddir"
	./configure \
		--prefix=/usr \
		--with-php-config=/usr/bin/php-config7 \
	|| return 1
	make || return 1
@@ -30,9 +35,9 @@ package() {
	cd "$_builddir"
	make INSTALL_ROOT="$pkgdir/" install || return 1
	install -d "$pkgdir"/etc/php7/conf.d || return 1
	echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini
	echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/10_$_pkgreal.ini
}

md5sums="c36e2adef005427c6e7329908849ddfe  gmagick-2.0.2RC1.tgz"
sha256sums="b8051330127bf15d195c29df18b92e6e86bcbf9224171698bf12ae76fc790628  gmagick-2.0.2RC1.tgz"
sha512sums="21ee127345eb483d4954efaeff35a2734070d77ec0a9f38fde7993566a226186be68925a6425b0c54a782255d5ad5c466dddbb61d97a195fd04424eacb49d901  gmagick-2.0.2RC1.tgz"
md5sums="0ff20f387d4de26f41565e93bd18e5d0  gmagick-2.0.2RC2.tgz"
sha256sums="7656bd9042c2aae1325b1cb49e55d9e8ec31b911decec33b6f176195ee1d515a  gmagick-2.0.2RC2.tgz"
sha512sums="a677a9aa0eec98646f21a8e1dd3be89c567b8393f83a311dcc94597ad02634ae596998867bf647466d46045ae372d8afd699e3694dd28f6274b3b041ebd0c4a7  gmagick-2.0.2RC2.tgz"
-- 
2.7.4



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)