From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B6C8138335 for ; Sat, 29 Dec 2018 13:32:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52781E09F5; Sat, 29 Dec 2018 13:32:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 079D2E09F5 for ; Sat, 29 Dec 2018 13:32:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50833335C31 for ; Sat, 29 Dec 2018 13:32:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B86FD4CE for ; Sat, 29 Dec 2018 13:32:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1546090303.8f6a858f3f76ab3d0ba8acda28f2981d24cceeda.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/luminance-hdr/, media-gfx/luminance-hdr/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.patch media-gfx/luminance-hdr/luminance-hdr-2.5.1-r1.ebuild X-VCS-Directories: media-gfx/luminance-hdr/files/ media-gfx/luminance-hdr/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8f6a858f3f76ab3d0ba8acda28f2981d24cceeda X-VCS-Branch: master Date: Sat, 29 Dec 2018 13:32:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 64aeb785-b346-4009-b24b-ddd0f9135b01 X-Archives-Hash: 3fc2199a6d25954a61632763fd851f45 commit: 8f6a858f3f76ab3d0ba8acda28f2981d24cceeda Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 29 11:40:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 29 13:31:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6a858f media-gfx/luminance-hdr: Fix build with exiv2-0.27 Closes: https://bugs.gentoo.org/673728 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/luminance-hdr-2.5.1-exiv2-0.27.patch | 25 ++++++++++++++++++++++ .../luminance-hdr/luminance-hdr-2.5.1-r1.ebuild | 3 ++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.patch b/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.patch new file mode 100644 index 00000000000..7b52c883e40 --- /dev/null +++ b/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.patch @@ -0,0 +1,25 @@ +From e733c24baf0c87e0b3c45351ff916c5f3a652826 Mon Sep 17 00:00:00 2001 +From: Benitoite +Date: Sun, 16 Dec 2018 22:18:37 -0800 +Subject: [PATCH] Define EXIV2_TEST_VERSION by including exiv2.hpp + +AppleClang 10 did not allow compilation without exiv2/exiv2.hpp or exiv2/version.hpp +Also, version.hpp says use exiv2.hpp + +* 2018-12-29 asturm@gentoo.org: Backported to 2.5.1 +--- + src/TransplantExif/TransplantExifDialog.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/TransplantExif/TransplantExifDialog.cpp b/src/TransplantExif/TransplantExifDialog.cpp +index c38a51e4..1fac2e0f 100644 +--- a/src/TransplantExif/TransplantExifDialog.cpp ++++ b/src/TransplantExif/TransplantExifDialog.cpp +@@ -26,6 +26,7 @@ + #include + #include + #include ++#include + + #include "Common/global.h" + #include "Common/config.h" diff --git a/media-gfx/luminance-hdr/luminance-hdr-2.5.1-r1.ebuild b/media-gfx/luminance-hdr/luminance-hdr-2.5.1-r1.ebuild index 39c345486d1..e8bae1039b5 100644 --- a/media-gfx/luminance-hdr/luminance-hdr-2.5.1-r1.ebuild +++ b/media-gfx/luminance-hdr/luminance-hdr-2.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -50,6 +50,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.5.1-docs.patch "${FILESDIR}"/${PN}-2.5.1-openmp-automagic.patch "${FILESDIR}"/${PN}-2.5.1-fits-automagic.patch + "${FILESDIR}"/${PN}-2.5.1-exiv2-0.27.patch ) pkg_pretend() {