diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-05-14 18:04:48 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-05-14 18:06:43 +0000 |
commit | 5845c06cfb5e766eac1ad3363c31c4b2229189b0 (patch) | |
tree | 03dd8dbc9062ffeec4c7f4ccd69ff1382fb41f59 /graphics/luminance-qt5/files/patch-src_Exif_ExifOperations.cpp | |
parent | editors/texstudio: Update to 3.1.2 (diff) |
- Belatedly update Luminance HDR to the latest version 2.6.1.1
- Allow to build without internal help browser: it requires rather
heavy QtWebEngine component which currently is also deprecated
- Optionize FITS support; drop no longer needed PKGNAMESUFFIX and
CONFLICTS_INSTALL knobs
PR: 239887
Diffstat (limited to 'graphics/luminance-qt5/files/patch-src_Exif_ExifOperations.cpp')
-rw-r--r-- | graphics/luminance-qt5/files/patch-src_Exif_ExifOperations.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/luminance-qt5/files/patch-src_Exif_ExifOperations.cpp b/graphics/luminance-qt5/files/patch-src_Exif_ExifOperations.cpp deleted file mode 100644 index 77d199a6259d..000000000000 --- a/graphics/luminance-qt5/files/patch-src_Exif_ExifOperations.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Exif/ExifOperations.cpp.orig 2019-07-07 08:28:28 UTC -+++ src/Exif/ExifOperations.cpp -@@ -34,7 +34,7 @@ - - #include <boost/assign/list_of.hpp> - --#include <exif.hpp> -+#include <exiv2/exiv2.hpp> - #include <image.hpp> - - #include "ExifOperations.h" |