Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/photoqt/, media-gfx/photoqt/files/
Date: Sat, 29 Dec 2018 22:02:31
Message-Id: 1546120922.2ab36b4e15ab63e64b0a4b20f5117455e84e58af.asturm@gentoo
1 commit: 2ab36b4e15ab63e64b0a4b20f5117455e84e58af
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 21:40:38 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 22:02:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab36b4e
7
8 media-gfx/photoqt: Fix USE exif
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch | 13 +++++++++++++
14 media-gfx/photoqt/photoqt-1.7.1.ebuild | 2 ++
15 2 files changed, 15 insertions(+)
16
17 diff --git a/media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch b/media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch
18 new file mode 100644
19 index 00000000000..5dfacf435a0
20 --- /dev/null
21 +++ b/media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch
22 @@ -0,0 +1,13 @@
23 +--- a/CMake/FindExiv2.cmake 2018-06-03 05:21:04.143148857 +0200
24 ++++ b/CMake/FindExiv2.cmake 2018-12-29 22:35:40.770393025 +0100
25 +@@ -13,8 +13,8 @@
26 + "${EXIV2_LOCATION}"
27 + "${EXIV2_LOCATION}/include"
28 + /usr/include
29 +- /usr/include/Exiv2
30 +- /opt/local/include/Exiv2
31 ++ /usr/include/exiv2
32 ++ /opt/local/include/exiv2
33 + )
34 +
35 + IF(EXIV2_INCLUDE_DIR)
36
37 diff --git a/media-gfx/photoqt/photoqt-1.7.1.ebuild b/media-gfx/photoqt/photoqt-1.7.1.ebuild
38 index b37af5d4f16..a865dab8014 100644
39 --- a/media-gfx/photoqt/photoqt-1.7.1.ebuild
40 +++ b/media-gfx/photoqt/photoqt-1.7.1.ebuild
41 @@ -41,6 +41,8 @@ DEPEND="${RDEPEND}
42 kde-frameworks/extra-cmake-modules:5
43 "
44
45 +PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
46 +
47 src_configure() {
48 local mycmakeargs=(
49 -DDEVIL=$(usex devil)