pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/kio-extras/patches kio-extras: remove obsolete p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b3c308faf485
branches: trunk
changeset: 386339:b3c308faf485
user: markd <markd%pkgsrc.org@localhost>
date: Thu Oct 06 11:01:30 2022 +0000
description:
kio-extras: remove obsolete patches
diffstat:
devel/kio-extras/patches/patch-thumbnail_CMakeLists.txt | 33 -----------------
devel/kio-extras/patches/patch-thumbnail_exrcreator.cpp | 14 -------
2 files changed, 0 insertions(+), 47 deletions(-)
diffs (55 lines):
diff -r 1102469dc221 -r b3c308faf485 devel/kio-extras/patches/patch-thumbnail_CMakeLists.txt
--- a/devel/kio-extras/patches/patch-thumbnail_CMakeLists.txt Thu Oct 06 10:59:53 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-$NetBSD: patch-thumbnail_CMakeLists.txt,v 1.1 2021/07/08 21:28:32 markd Exp $
-
-openexr3
-
---- thumbnail/CMakeLists.txt.orig 2021-02-24 23:05:55.000000000 +0000
-+++ thumbnail/CMakeLists.txt
-@@ -1,6 +1,9 @@
- add_definitions(-DTRANSLATION_DOMAIN=\"kio5_thumbnail\")
-
--find_package(OpenEXR)
-+find_package(OpenEXR 3.0 CONFIG)
-+if(NOT OpenEXR_FOUND)
-+ find_package(OpenEXR)
-+endif()
- set_package_properties(OpenEXR PROPERTIES DESCRIPTION "API for accessing OpenEXR formatted images"
- URL "https://www.openexr.com"
- TYPE OPTIONAL
-@@ -144,9 +147,13 @@ if(OpenEXR_FOUND)
- target_link_libraries(exrthumbnail
- KF5::KIOCore
- KF5::KIOWidgets
-- ${OpenEXR_LIBRARIES}
- )
-- target_include_directories(exrthumbnail SYSTEM PRIVATE ${OpenEXR_INCLUDE_DIRS})
-+ if(TARGET OpenEXR::OpenEXR)
-+ target_link_libraries(exrthumbnail OpenEXR::OpenEXR)
-+ else()
-+ target_include_directories(exrthumbnail SYSTEM PRIVATE ${OpenEXR_INCLUDE_DIRS})
-+ target_link_libraries(exrthumbnail OpenEXR::OpenEXR)
-+ endif()
-
- # OpenEXR headers use exceptions; at least clang refuses to build the target
- # when exceptions are not enabled.
diff -r 1102469dc221 -r b3c308faf485 devel/kio-extras/patches/patch-thumbnail_exrcreator.cpp
--- a/devel/kio-extras/patches/patch-thumbnail_exrcreator.cpp Thu Oct 06 10:59:53 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-thumbnail_exrcreator.cpp,v 1.1 2021/07/08 21:28:32 markd Exp $
-
-openexr3
-
---- thumbnail/exrcreator.cpp.orig 2021-02-24 23:05:55.000000000 +0000
-+++ thumbnail/exrcreator.cpp
-@@ -23,6 +23,7 @@
- #include <QImage>
- #include <QFile>
-
-+#include <ImfHeader.h>
- #include <ImfInputFile.h>
- #include <ImfPreviewImage.h>
-
Home |
Main Index |
Thread Index |
Old Index