git: aab41cf39da4 - main - devel/kio-extras: rename EXR option to OPENEXR
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Aug 2025 10:33:15 UTC
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aab41cf39da4422d5c198498abed542afd20a7a9
commit aab41cf39da4422d5c198498abed542afd20a7a9
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-08-12 21:52:50 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-08-13 10:33:10 +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.
---
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 954b7a100eac..78edc10f5b69 100644
--- a/devel/kio-extras/Makefile
+++ b/devel/kio-extras/Makefile
@@ -29,8 +29,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
@@ -47,14 +47,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