diff options
Diffstat (limited to 'media-gfx/luminance-hdr/files')
5 files changed, 0 insertions, 98 deletions
diff --git a/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-docs.patch b/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-docs.patch deleted file mode 100644 index 48c156a382e3..000000000000 --- a/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-docs.patch +++ /dev/null @@ -1,17 +0,0 @@ -Don't install extra docs and fix install dir. - ---- luminance-hdr-2.3.1/CMakeLists.txt -+++ luminance-hdr-2.3.1/CMakeLists.txt -@@ -281,12 +281,6 @@ - INSTALL(FILES ${CMAKE_SOURCE_DIR}/program-icons/luminance-hdr.png DESTINATION share/icons/hicolor/48x48/apps) # icon - INSTALL(FILES ${CMAKE_SOURCE_DIR}/luminance-hdr.desktop DESTINATION share/applications) #desktop entry - INSTALL(FILES ${CMAKE_SOURCE_DIR}/luminance-hdr.appdata.xml DESTINATION share/appdata) #appstream -- INSTALL(FILES -- ${CMAKE_SOURCE_DIR}/AUTHORS -- ${CMAKE_SOURCE_DIR}/README.md -- ${CMAKE_SOURCE_DIR}/LICENSE -- ${CMAKE_SOURCE_DIR}/Changelog -- DESTINATION share/luminance-hdr) #info files - INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/help DESTINATION share/luminance-hdr) # help directory - INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/hdrhtml DESTINATION share/luminance-hdr) # hdrhtml directory - # Microsoft Windows diff --git a/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.1.patch b/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.1.patch deleted file mode 100644 index 16b5256e935d..000000000000 --- a/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.1.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 8c3f1571bfa7bb702228bb283e37e58c8b322d5b Mon Sep 17 00:00:00 2001 -From: Benitoite <kd6kxr@gmail.com> -Date: Fri, 26 Apr 2019 18:07:52 -0700 -Subject: [PATCH] ExifOperations: include exiv2/exiv2.hpp - -Because type `AnyError` requires definition in the exiv2 namespace. ---- - src/Exif/ExifOperations.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/Exif/ExifOperations.cpp b/src/Exif/ExifOperations.cpp -index 07ca742c..dd3d22a6 100644 ---- a/src/Exif/ExifOperations.cpp -+++ b/src/Exif/ExifOperations.cpp -@@ -35,6 +35,7 @@ - #include <boost/assign/list_of.hpp> - - #include <exif.hpp> -+#include <exiv2/exiv2.hpp> - #include <image.hpp> - - #include "Common/config.h"
\ No newline at end of file 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 deleted file mode 100644 index 7b52c883e40b..000000000000 --- a/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.patch +++ /dev/null @@ -1,25 +0,0 @@ -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 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 <QFileInfo> - #include <image.hpp> - #include <exif.hpp> -+#include <exiv2/exiv2.hpp> - - #include "Common/global.h" - #include "Common/config.h" diff --git a/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-fits-automagic.patch b/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-fits-automagic.patch deleted file mode 100644 index c3b57861671b..000000000000 --- a/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-fits-automagic.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 36cf008..1b75700 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -132,7 +132,11 @@ INCLUDE_DIRECTORIES(${GSL_INCLUDE_DIR} ${GSLCBLAS_INCLUDE_DIR}) - FIND_PACKAGE(JPEG REQUIRED) - INCLUDE_DIRECTORIES(${JPEGLIB_INCLUDE_DIR}) - --FIND_PACKAGE(CFITSIO) -+OPTION(USE_FITS "Enable FITS support." ON) -+IF(USE_FITS) -+ FIND_PACKAGE(CFITSIO REQUIRED) -+ENDIF() -+ - IF(CFITSIO_FOUND) - INCLUDE_DIRECTORIES(${CFITSIO_INCLUDE_DIR}) - SET(LIBS ${LIBS} ${CFITSIO_LIBRARIES}) diff --git a/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-no-git.patch b/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-no-git.patch deleted file mode 100644 index 8665785736ee..000000000000 --- a/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-no-git.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 7e8975f..2e5ea5b 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -59,11 +59,7 @@ set(LIBS ${LIBS} - ${QT_QTCORE_LIBRARIES} ${QT_QTGUI_LIBRARIES} ${QT_QTNETWORK_LIBRARIES} - ${QT_QTWEBENGINE_LIBRARIES} ${QT_QTXML_LIBRARIES} ${QT_QTSQL_LIBRARIES}) - --FIND_PACKAGE(Git) --IF(GIT_FOUND) -- include(GetGitRevisionDescription) -- get_git_head_revision(GIT_REFSPEC GIT_SHA1) --ENDIF() -+SET(GIT_SHA1 "-- gentoo build --") - - IF(WIN32) - # Windows Section |