aboutsummaryrefslogtreecommitdiff
path: root/graphics/luminance-qt5
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-08 21:16:20 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-08 21:16:20 +0000
commit33bcd8ba1c27681ccca9bcf52ee71e885d9cbde0 (patch)
tree1e5cf823bf66a5b66fb2f1b2a1285e70722634d1 /graphics/luminance-qt5
parentc39d9f0c3d821bab69cfeaa731befff88dda9c52 (diff)
downloadports-33bcd8ba1c27681ccca9bcf52ee71e885d9cbde0.tar.gz
ports-33bcd8ba1c27681ccca9bcf52ee71e885d9cbde0.zip
graphics/luminance, graphics/luminance-hdr: prepare for exiv2-0.27
Notes
Notes: svn path=/head/; revision=495074
Diffstat (limited to 'graphics/luminance-qt5')
-rw-r--r--graphics/luminance-qt5/Makefile2
-rw-r--r--graphics/luminance-qt5/files/patch-gentoo_7b52c826
2 files changed, 27 insertions, 1 deletions
diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile
index 85b7df674c4c..c4029c4c90fc 100644
--- a/graphics/luminance-qt5/Makefile
+++ b/graphics/luminance-qt5/Makefile
@@ -3,7 +3,7 @@
PORTNAME= luminance-hdr
DISTVERSION= 2.4.0
-PORTREVISION= 27
+PORTREVISION= 28
CATEGORIES= graphics
MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION}
PKGNAMESUFFIX= -qt5
diff --git a/graphics/luminance-qt5/files/patch-gentoo_7b52c8 b/graphics/luminance-qt5/files/patch-gentoo_7b52c8
new file mode 100644
index 000000000000..c9b583d58f7a
--- /dev/null
+++ b/graphics/luminance-qt5/files/patch-gentoo_7b52c8
@@ -0,0 +1,26 @@
+From e733c24baf0c87e0b3c45351ff916c5f3a652826 Mon Sep 17 00:00:00 2001
+From: Benitoite <kd6kxr@gmail.com>
+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 src/TransplantExif/TransplantExifDialog.cpp src/TransplantExif/TransplantExifDialog.cpp
+index c38a51e4..1fac2e0f 100644
+--- src/TransplantExif/TransplantExifDialog.cpp
++++ src/TransplantExif/TransplantExifDialog.cpp
+@@ -26,6 +26,7 @@
+ #include <QFileInfo>
+ #include <image.hpp>
+ #include <exif.hpp>
++#include <exiv2/exiv2.hpp>
+
+ #include "Common/global.h"
+ #include "Common/config.h"
+