Github messages for voidlinux
 help / color / mirror / Atom feed
From: Gottox <Gottox@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] php-imagick: update to 3.4.4.
Date: Sat, 18 Apr 2020 10:54:42 +0200	[thread overview]
Message-ID: <20200418085442.FGg0uKpz7cSLc1X7oQpPGY99INIzw1MBvSjIHS-apGg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21085@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 321 bytes --]

There is an updated pull request by Gottox against master on the void-packages repository

https://github.com/Gottox/void-packages php-imagick
https://github.com/void-linux/void-packages/pull/21085

php-imagick: update to 3.4.4.


A patch file from https://github.com/void-linux/void-packages/pull/21085.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-php-imagick-21085.patch --]
[-- Type: text/x-diff, Size: 1930 bytes --]

From 1d1da43cef01527ce2acde46bdead670b09a18dd Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Fri, 17 Apr 2020 19:26:52 +0200
Subject: [PATCH 1/2] php-imagick: update to 3.4.4.

---
 srcpkgs/php-imagick/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/php-imagick/template b/srcpkgs/php-imagick/template
index 4127584df16..8d0621f25e8 100644
--- a/srcpkgs/php-imagick/template
+++ b/srcpkgs/php-imagick/template
@@ -1,6 +1,6 @@
 pkgname=php-imagick
-version=3.4.3
-revision=6
+version=3.4.4
+revision=1
 build_style=gnu-configure
 hostmakedepends="php-devel autoconf pkg-config"
 makedepends="php-devel pcre2-devel libmagick-devel"
@@ -10,7 +10,7 @@ maintainer="Alin Dobre <alin.dobre@outlook.com>"
 license="PHP"
 homepage="https://pecl.php.net/package/imagick"
 distfiles="https://pecl.php.net/get/imagick-$version.tgz"
-checksum=1f3c5b5eeaa02800ad22f506cd100e8889a66b2ec937e192eaaa30d74562567c
+checksum=8dd5aa16465c218651fc8993e1faecd982e6a597870fd4b937e9ece02d567077
 wrksrc="imagick-$version"
 
 pre_configure() {

From 35e5a74c95b550b566530da62c93e458388f2f8c Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Sat, 18 Apr 2020 10:53:50 +0200
Subject: [PATCH 2/2] php-imagick: broken on cross

---
 srcpkgs/php-imagick/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/php-imagick/template b/srcpkgs/php-imagick/template
index 8d0621f25e8..3c224eeca8d 100644
--- a/srcpkgs/php-imagick/template
+++ b/srcpkgs/php-imagick/template
@@ -13,6 +13,10 @@ distfiles="https://pecl.php.net/get/imagick-$version.tgz"
 checksum=8dd5aa16465c218651fc8993e1faecd982e6a597870fd4b937e9ece02d567077
 wrksrc="imagick-$version"
 
+if [ -n "$CROSS_BUILD" ]; then
+	broken="checking for MagickWand.h or magick-wand.h header... configure: error: Unable to find MagickWand.h or magick-wand.h header"
+fi
+
 pre_configure() {
 	phpize
 }

  reply	other threads:[~2020-04-18  8:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-17 17:32 [PR PATCH] " Gottox
2020-04-18  8:54 ` Gottox [this message]
2020-04-18  8:59 ` [PR PATCH] [Updated] " Gottox
2020-04-18  9:06 ` Gottox
2020-04-18  9:13 ` [PR PATCH] [Merged]: " Gottox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200418085442.FGg0uKpz7cSLc1X7oQpPGY99INIzw1MBvSjIHS-apGg@z \
    --to=gottox@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).