https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288825
Matthias Andree <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --- Comment #3 from Matthias Andree <[email protected]> --- Oh I forgot the PR in the quarterly commit. So here we go: The branch 2025Q3 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f8e0520a0d712c0d784ce0ee030f384657d580b commit 8f8e0520a0d712c0d784ce0ee030f384657d580b Author: Matthias Andree <[email protected]> AuthorDate: 2025-08-12 21:52:50 +0000 Commit: Matthias Andree <[email protected]> CommitDate: 2025-08-16 09:05:25 +0000 devel/kio-extras: rename EXR option to OPENEXR to match the rest of the ports tree and ports/Mk/bsd.options.desc.mk. Also changes the conditional in pkg-plist. (cherry picked from commit aab41cf39da4422d5c198498abed542afd20a7a9) Approved by: kde@ (maintainer, namely makc@) with request for... MFH: 2025Q3 --- devel/kio-extras/Makefile | 12 ++++++------ devel/kio-extras/pkg-plist | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/kio-extras/Makefile b/devel/kio-extras/Makefile index cb2c34200297..2bd5d6708d33 100644 --- a/devel/kio-extras/Makefile +++ b/devel/kio-extras/Makefile @@ -28,8 +28,8 @@ SHEBANG_FILES= info/kde-info2html # CVE-2018-19120 CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Qt6WebEngineWidget -OPTIONS_DEFINE= SAMBA AFC MTP EXR EXIV SLP SSH TAGLIB DOCS -OPTIONS_DEFAULT= SAMBA AFC MTP EXR EXIV SLP SSH TAGLIB +OPTIONS_DEFINE= SAMBA AFC MTP EXIV OPENEXR SLP SSH TAGLIB DOCS +OPTIONS_DEFAULT= SAMBA AFC MTP EXIV OPENEXR SLP SSH TAGLIB OPTIONS_SUB= yes SAMBA_DESC= Needed to build the SMB kioslave @@ -46,14 +46,14 @@ MTP_DESC= Needed to build the MTP kioslave MTP_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Mtp 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= 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_KF6kExiv2 EXIV_USE= KDE=libkexiv2 +OPENEXR_DESC= Provides support for OpenEXR formatted images in the thumbnail kioslave +OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR +OPENEXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr + SLP_DESC= Provides SLP support in the network:/ kioslave SLP_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_SLP SLP_LIB_DEPENDS= libslp.so:net/openslp diff --git a/devel/kio-extras/pkg-plist b/devel/kio-extras/pkg-plist index e2cadc14bea0..dee7b70ba3a8 100644 --- a/devel/kio-extras/pkg-plist +++ b/devel/kio-extras/pkg-plist @@ -33,7 +33,7 @@ lib/libkioarchive6.so.6.0.0 %%QT_PLUGINDIR%%/kf6/thumbcreator/directorythumbnail.so %%QT_PLUGINDIR%%/kf6/thumbcreator/djvuthumbnail.so %%QT_PLUGINDIR%%/kf6/thumbcreator/ebookthumbnail.so -%%EXR%%%%QT_PLUGINDIR%%/kf6/thumbcreator/exrthumbnail.so +%%OPENEXR%%%%QT_PLUGINDIR%%/kf6/thumbcreator/exrthumbnail.so %%QT_PLUGINDIR%%/kf6/thumbcreator/imagethumbnail.so %%QT_PLUGINDIR%%/kf6/thumbcreator/jpegthumbnail.so %%QT_PLUGINDIR%%/kf6/thumbcreator/kraorathumbnail.so -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
