pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/kimageformats/patches kimageformats: remove o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1525de19ad17
branches: trunk
changeset: 377823:1525de19ad17
user: markd <markd%pkgsrc.org@localhost>
date: Mon Apr 25 05:58:45 2022 +0000
description:
kimageformats: remove old patches
diffstat:
graphics/kimageformats/patches/patch-CMakeLists.txt | 15 ----------
graphics/kimageformats/patches/patch-src_imageformats_CMakeLists.txt | 15 ----------
graphics/kimageformats/patches/patch-src_imageformats_exr.cpp | 14 ---------
3 files changed, 0 insertions(+), 44 deletions(-)
diffs (56 lines):
diff -r 6ba66fef4c5f -r 1525de19ad17 graphics/kimageformats/patches/patch-CMakeLists.txt
--- a/graphics/kimageformats/patches/patch-CMakeLists.txt Mon Apr 25 05:57:45 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2021/07/08 21:31:49 markd Exp $
-
-use openexr 3.x
-
---- CMakeLists.txt.orig 2021-07-07 22:42:12.771880448 +0000
-+++ CMakeLists.txt
-@@ -42,7 +42,7 @@ if (UNIX)
- endif()
- endif()
-
--find_package(OpenEXR)
-+find_package(OpenEXR CONFIG)
- set_package_properties(OpenEXR PROPERTIES
- TYPE OPTIONAL
- PURPOSE "Required for the QImage plugin for OpenEXR images"
diff -r 6ba66fef4c5f -r 1525de19ad17 graphics/kimageformats/patches/patch-src_imageformats_CMakeLists.txt
--- a/graphics/kimageformats/patches/patch-src_imageformats_CMakeLists.txt Mon Apr 25 05:57:45 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_imageformats_CMakeLists.txt,v 1.1 2021/07/08 21:31:49 markd Exp $
-
-use openexr 3.x
-
---- src/imageformats/CMakeLists.txt.orig 2021-03-04 21:57:23.000000000 +0000
-+++ src/imageformats/CMakeLists.txt
-@@ -58,7 +58,7 @@ install(FILES jp2.desktop DESTINATION ${
-
- if(OpenEXR_FOUND)
- kimageformats_add_plugin(kimg_exr JSON "exr.json" SOURCES exr.cpp)
-- target_link_libraries(kimg_exr OpenEXR::IlmImf)
-+ target_link_libraries(kimg_exr OpenEXR::OpenEXR)
- kde_target_enable_exceptions(kimg_exr PRIVATE)
-
- install(FILES exr.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}/qimageioplugins/)
diff -r 6ba66fef4c5f -r 1525de19ad17 graphics/kimageformats/patches/patch-src_imageformats_exr.cpp
--- a/graphics/kimageformats/patches/patch-src_imageformats_exr.cpp Mon Apr 25 05:57:45 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_imageformats_exr.cpp,v 1.1 2021/07/08 21:31:49 markd Exp $
-
-use openexr 3.x
-
---- src/imageformats/exr.cpp.orig 2021-03-04 21:57:23.000000000 +0000
-+++ src/imageformats/exr.cpp
-@@ -13,6 +13,7 @@
- #include <ImfStandardAttributes.h>
- #include <ImathBox.h>
- #include <ImfInputFile.h>
-+#include <ImfInt64.h>
- #include <ImfBoxAttribute.h>
- #include <ImfChannelListAttribute.h>
- #include <ImfCompressionAttribute.h>
Home |
Main Index |
Thread Index |
Old Index