Date: Mon, 12 Apr 2021 00:34:30 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6f771bd2f7b6 - main - devel/kio-extras: make compatible with OpenEXR/Imath 3.0 Message-ID: <202104120034.13C0YUGZ092447@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f771bd2f7b6d2bb78dc6cd35f74f5ad3b8808d1 commit 6f771bd2f7b6d2bb78dc6cd35f74f5ad3b8808d1 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2021-04-11 04:39:54 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2021-04-12 00:33:43 +0000 devel/kio-extras: make compatible with OpenEXR/Imath 3.0 --- devel/kio-extras/Makefile | 5 +++-- devel/kio-extras/files/patch-thumbnail_exrcreator.cpp | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/devel/kio-extras/Makefile b/devel/kio-extras/Makefile index 48047c9b0de9..907276ae0576 100644 --- a/devel/kio-extras/Makefile +++ b/devel/kio-extras/Makefile @@ -1,12 +1,13 @@ PORTNAME= kio-extras DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-applications # kde kde-applications-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 library to increase the functionality of KIO LIB_DEPENDS= libtag.so:audio/taglib \ - libHalf.so:graphics/ilmbase \ + libImath.so:math/Imath \ libkdsoap.so:www/kdsoap USES= cmake compiler:c++11-lib gettext gperf kde:5 \ @@ -40,7 +41,7 @@ MTP_LIB_DEPENDS= libmtp.so:multimedia/libmtp EXR_DESC= Provides support for OpenEXR formatted images in the thumbnail kioslave EXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR -EXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr +EXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr EXIV_DESC= Provides support for automatic rotation of JPEGs in the thumbnail kioslave EXIV_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Exiv2 diff --git a/devel/kio-extras/files/patch-thumbnail_exrcreator.cpp b/devel/kio-extras/files/patch-thumbnail_exrcreator.cpp new file mode 100644 index 000000000000..1718ab3a38df --- /dev/null +++ b/devel/kio-extras/files/patch-thumbnail_exrcreator.cpp @@ -0,0 +1,10 @@ +--- thumbnail/exrcreator.cpp.orig 2021-02-24 23:05:55 UTC ++++ thumbnail/exrcreator.cpp +@@ -25,6 +25,7 @@ + + #include <ImfInputFile.h> + #include <ImfPreviewImage.h> ++#include <ImfHeader.h> + + #include <ksharedconfig.h> + #include <kconfiggroup.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104120034.13C0YUGZ092447>