Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] exiv2: update to 0.27.3.
Date: Fri, 24 Jul 2020 17:37:20 +0200	[thread overview]
Message-ID: <20200724153720.Bc205u1jpf0bmrtWtwRWXk7qgMaRRrie8bJEDaDpPuo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23809@inbox.vuxu.org>

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

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

https://github.com/abenson/void-packages exiv2_0.27.3
https://github.com/void-linux/void-packages/pull/23809

exiv2: update to 0.27.3.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-exiv2_0.27.3-23809.patch --]
[-- Type: text/x-diff, Size: 1211 bytes --]

From ee2a3f745fa12d4d3f3f67af5b30b3714851dc23 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 24 Jul 2020 09:49:51 -0500
Subject: [PATCH] exiv2: update to 0.27.3.

---
 srcpkgs/exiv2/template | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/exiv2/template b/srcpkgs/exiv2/template
index 90696f471ca..65baaf1938c 100644
--- a/srcpkgs/exiv2/template
+++ b/srcpkgs/exiv2/template
@@ -1,6 +1,6 @@
 # Template file for 'exiv2'
 pkgname=exiv2
-version=0.27.2
+version=0.27.3
 revision=1
 wrksrc="exiv2-${version}-Source"
 build_style=cmake
@@ -11,7 +11,15 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.exiv2.org"
 distfiles="https://www.exiv2.org/builds/exiv2-${version}-Source.tar.gz"
-checksum=2652f56b912711327baff6dc0c90960818211cf7ab79bb5e1eb59320b78d153f
+checksum=a79f5613812aa21755d578a297874fb59a85101e793edc64ec2c6bd994e3e778
+
+pre_configure() {
+	case "$XBPS_TARGET_ARCH" in
+		"x86_64*") ;;
+		"i686*") ;;
+		*) vsed -i cmake/compilerFlags.cmake -e 's/-fcf-protection//' ;;
+	esac
+}
 
 exiv2-devel_package() {
 	depends="${makedepends} ${sourcepkg}-${version}_${revision}"

  reply	other threads:[~2020-07-24 15:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-24 14:50 [PR PATCH] " abenson
2020-07-24 15:37 ` abenson [this message]
2020-07-24 15:51 ` [PR PATCH] [Merged]: " abenson

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=20200724153720.Bc205u1jpf0bmrtWtwRWXk7qgMaRRrie8bJEDaDpPuo@z \
    --to=abenson@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).