From owner-dev-commits-ports-all@freebsd.org Mon Apr 12 00:34:30 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC4485E3CE7; Mon, 12 Apr 2021 00:34:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FJV9f3zgkz4nvq; Mon, 12 Apr 2021 00:34:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DD315ABD; Mon, 12 Apr 2021 00:34:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13C0YUXa092448; Mon, 12 Apr 2021 00:34:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13C0YUGZ092447; Mon, 12 Apr 2021 00:34:30 GMT (envelope-from git) Date: Mon, 12 Apr 2021 00:34:30 GMT Message-Id: <202104120034.13C0YUGZ092447@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Andree Subject: git: 6f771bd2f7b6 - main - devel/kio-extras: make compatible with OpenEXR/Imath 3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6f771bd2f7b6d2bb78dc6cd35f74f5ad3b8808d1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2021 00:34:31 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f771bd2f7b6d2bb78dc6cd35f74f5ad3b8808d1 commit 6f771bd2f7b6d2bb78dc6cd35f74f5ad3b8808d1 Author: Matthias Andree AuthorDate: 2021-04-11 04:39:54 +0000 Commit: Matthias Andree 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 + #include ++#include + + #include + #include