aboutsummaryrefslogtreecommitdiff
path: root/graphics/photoqt
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-07-10 19:30:55 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-07-10 19:30:55 +0000
commit6dc0b2cfc84b352a57ba4c627c97a71fb5ab8451 (patch)
treea3d23a1473ae547c3eb2b610311e35a9006eae4e /graphics/photoqt
parenta3289277ff67404b5ba8b518e9ec11b74fd7233e (diff)
downloadports-6dc0b2cfc84b352a57ba4c627c97a71fb5ab8451.tar.gz
ports-6dc0b2cfc84b352a57ba4c627c97a71fb5ab8451.zip
graphics/exiv2: update to 0.27.1
Exp-run by: antoine PR: 239028
Notes
Notes: svn path=/head/; revision=506383
Diffstat (limited to 'graphics/photoqt')
-rw-r--r--graphics/photoqt/files/patch-cplusplus_scripts_getanddostuff_manipulation.h12
-rw-r--r--graphics/photoqt/files/patch-cplusplus_scripts_getmetadata.h12
2 files changed, 24 insertions, 0 deletions
diff --git a/graphics/photoqt/files/patch-cplusplus_scripts_getanddostuff_manipulation.h b/graphics/photoqt/files/patch-cplusplus_scripts_getanddostuff_manipulation.h
new file mode 100644
index 000000000000..0d5f1d33ac5e
--- /dev/null
+++ b/graphics/photoqt/files/patch-cplusplus_scripts_getanddostuff_manipulation.h
@@ -0,0 +1,12 @@
+--- cplusplus/scripts/getanddostuff/manipulation.h.orig 2019-07-07 08:24:57 UTC
++++ cplusplus/scripts/getanddostuff/manipulation.h
+@@ -37,8 +37,7 @@
+ #include "../../logger.h"
+
+ #ifdef EXIV2
+-#include <exiv2/image.hpp>
+-#include <exiv2/exif.hpp>
++#include <exiv2/exiv2.hpp>
+ #endif
+
+ class GetAndDoStuffManipulation : public QObject {
diff --git a/graphics/photoqt/files/patch-cplusplus_scripts_getmetadata.h b/graphics/photoqt/files/patch-cplusplus_scripts_getmetadata.h
new file mode 100644
index 000000000000..5e808ab72b7d
--- /dev/null
+++ b/graphics/photoqt/files/patch-cplusplus_scripts_getmetadata.h
@@ -0,0 +1,12 @@
+--- cplusplus/scripts/getmetadata.h.orig 2019-07-07 08:22:25 UTC
++++ cplusplus/scripts/getmetadata.h
+@@ -34,8 +34,7 @@
+ #include "../logger.h"
+
+ #ifdef EXIV2
+-#include <exiv2/image.hpp>
+-#include <exiv2/exif.hpp>
++#include <exiv2/exiv2.hpp>
+ #endif
+
+ class GetMetaData : public QObject {