Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] exiv2: update to 0.27.2, move cmake files to -devel package
@ 2019-09-17 22:39 voidlinux-github
  2019-09-18  7:34 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-09-17 22:39 UTC (permalink / raw)
  To: ml

[-- 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"
 	}
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: exiv2: update to 0.27.2, move cmake files to -devel package
  2019-09-17 22:39 [PR PATCH] exiv2: update to 0.27.2, move cmake files to -devel package voidlinux-github
@ 2019-09-18  7:34 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-09-18  7:34 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

exiv2: update to 0.27.2, move cmake files to -devel package
https://github.com/void-linux/void-packages/pull/14540

Description:
* musl-patch not needed anymore (fixed upstream)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-18  7:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-17 22:39 [PR PATCH] exiv2: update to 0.27.2, move cmake files to -devel package voidlinux-github
2019-09-18  7:34 ` [PR PATCH] [Merged]: " voidlinux-github

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).