Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] exiv2: update to 0.27.2, move cmake files to -devel package
Date: Wed, 18 Sep 2019 00:39:01 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14540@inbox.vuxu.org> (raw)

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

There is a new pull request by daniel-eys against master on the void-packages repository

https://github.com/daniel-eys/void-packages exiv2
https://github.com/void-linux/void-packages/pull/14540

exiv2: update to 0.27.2, move cmake files to -devel package
* musl-patch not needed anymore (fixed upstream)

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

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

From 5bca247eb9567840aec6b9f37be5ad31be9f3b5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Tue, 17 Sep 2019 23:28:42 +0200
Subject: [PATCH] exiv2: update to 0.27.2, move cmake files to -devel package

---
 srcpkgs/exiv2/patches/musl.patch | 23 -----------------------
 srcpkgs/exiv2/template           | 13 +++++++------
 2 files changed, 7 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/exiv2/patches/musl.patch

diff --git a/srcpkgs/exiv2/patches/musl.patch b/srcpkgs/exiv2/patches/musl.patch
deleted file mode 100644
index 7baa5ba2b64..00000000000
--- a/srcpkgs/exiv2/patches/musl.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/src/futils.cpp b/src/futils.cpp
-index a30acd9..24250fa 100644
---- src/futils.cpp
-+++ src/futils.cpp
-@@ -54,7 +54,7 @@
- #include <stdexcept>
- 
- #ifdef EXV_HAVE_STRERROR_R
--#ifdef _GNU_SOURCE
-+#if defined(_GNU_SOURCE) && defined(__GLIBC__)
- extern char *strerror_r(int errnum, char *buf, size_t n);
- #else
- extern int strerror_r(int errnum, char *buf, size_t n);
-@@ -348,7 +348,7 @@ namespace Exiv2 {
-         std::ostringstream os;
- #ifdef EXV_HAVE_STRERROR_R
-         const size_t n = 1024;
--#ifdef _GNU_SOURCE
-+#if defined(_GNU_SOURCE) && defined(__GLIBC__)
-         char *buf = 0;
-         char buf2[n];
-         std::memset(buf2, 0x0, n);
-
diff --git a/srcpkgs/exiv2/template b/srcpkgs/exiv2/template
index 7bd2e2be5db..90696f471ca 100644
--- a/srcpkgs/exiv2/template
+++ b/srcpkgs/exiv2/template
@@ -1,6 +1,6 @@
 # Template file for 'exiv2'
 pkgname=exiv2
-version=0.27.0
+version=0.27.2
 revision=1
 wrksrc="exiv2-${version}-Source"
 build_style=cmake
@@ -9,17 +9,18 @@ makedepends="zlib-devel expat-devel"
 short_desc="Image metadata manipulation"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://www.exiv2.org"
-distfiles="http://www.exiv2.org/releases/exiv2-${version}-Source.tar.gz"
-checksum=ee88bc81539b73c65010651785d094fad0b39760a424b3c16c17e1856cfef2d7
+homepage="https://www.exiv2.org"
+distfiles="https://www.exiv2.org/builds/exiv2-${version}-Source.tar.gz"
+checksum=2652f56b912711327baff6dc0c90960818211cf7ab79bb5e1eb59320b78d153f
 
 exiv2-devel_package() {
 	depends="${makedepends} ${sourcepkg}-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove usr/lib/cmake
 		vmove usr/lib/pkgconfig
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 	}
 }

             reply	other threads:[~2019-09-17 22:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-17 22:39 voidlinux-github [this message]
2019-09-18  7:34 ` [PR PATCH] [Merged]: " voidlinux-github

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14540@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).