View | Details | Raw Unified | Return to bug 261043 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/kf5-kimageformats/Makefile (-2 / +7 lines)
Lines 1-5 Link Here
1
PORTNAME=	kimageformats
1
PORTNAME=	kimageformats
2
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
2
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
3
PORTREVISION=	1
3
CATEGORIES=	graphics kde kde-frameworks
4
CATEGORIES=	graphics kde kde-frameworks
4
5
5
MAINTAINER=	kde@FreeBSD.org
6
MAINTAINER=	kde@FreeBSD.org
Lines 15-28 USE_QT= core gui printsupport widgets \ Link Here
15
16
16
CFLAGS+=	-I${LOCALBASE}/include/Imath
17
CFLAGS+=	-I${LOCALBASE}/include/Imath
17
18
18
OPTIONS_DEFINE=	AVIF OPENEXR
19
OPTIONS_DEFINE=	AVIF JXL OPENEXR
19
OPTIONS_DEFAULT=	AVIF OPENEXR
20
OPTIONS_DEFAULT=	AVIF JXL OPENEXR
20
OPTIONS_SUB=	yes
21
OPTIONS_SUB=	yes
21
22
22
AVIF_DESC=		AV1 Image File Format via libavif
23
AVIF_DESC=		AV1 Image File Format via libavif
23
AVIF_LIB_DEPENDS=	libavif.so:graphics/libavif
24
AVIF_LIB_DEPENDS=	libavif.so:graphics/libavif
24
AVIF_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_libavif
25
AVIF_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_libavif
25
26
27
JXL_DESC=		JPEG XL image format via libjxl
28
JXL_LIB_DEPENDS=	libjxl.so:graphics/libjxl
29
JXL_CMAKE_BOOL=		KIMAGEFORMATS_JXL
30
26
OPENEXR_LIB_DEPENDS=	libOpenEXR.so:graphics/openexr
31
OPENEXR_LIB_DEPENDS=	libOpenEXR.so:graphics/openexr
27
OPENEXR_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_OpenEXR
32
OPENEXR_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_OpenEXR
28
33
(-)b/graphics/kf5-kimageformats/pkg-plist (+2 lines)
Lines 2-7 Link Here
2
%%QT_PLUGINDIR%%/imageformats/kimg_eps.so
2
%%QT_PLUGINDIR%%/imageformats/kimg_eps.so
3
%%OPENEXR%%%%QT_PLUGINDIR%%/imageformats/kimg_exr.so
3
%%OPENEXR%%%%QT_PLUGINDIR%%/imageformats/kimg_exr.so
4
%%QT_PLUGINDIR%%/imageformats/kimg_hdr.so
4
%%QT_PLUGINDIR%%/imageformats/kimg_hdr.so
5
%%JXL%%%%QT_PLUGINDIR%%/imageformats/kimg_jxl.so
5
%%QT_PLUGINDIR%%/imageformats/kimg_kra.so
6
%%QT_PLUGINDIR%%/imageformats/kimg_kra.so
6
%%QT_PLUGINDIR%%/imageformats/kimg_ora.so
7
%%QT_PLUGINDIR%%/imageformats/kimg_ora.so
7
%%QT_PLUGINDIR%%/imageformats/kimg_pcx.so
8
%%QT_PLUGINDIR%%/imageformats/kimg_pcx.so
Lines 19-24 share/kservices5/qimageioplugins/eps.desktop Link Here
19
%%OPENEXR%%share/kservices5/qimageioplugins/exr.desktop
20
%%OPENEXR%%share/kservices5/qimageioplugins/exr.desktop
20
share/kservices5/qimageioplugins/hdr.desktop
21
share/kservices5/qimageioplugins/hdr.desktop
21
share/kservices5/qimageioplugins/jp2.desktop
22
share/kservices5/qimageioplugins/jp2.desktop
23
%%JXL%%share/kservices5/qimageioplugins/jxl.desktop
22
share/kservices5/qimageioplugins/kra.desktop
24
share/kservices5/qimageioplugins/kra.desktop
23
share/kservices5/qimageioplugins/ora.desktop
25
share/kservices5/qimageioplugins/ora.desktop
24
share/kservices5/qimageioplugins/pcx.desktop
26
share/kservices5/qimageioplugins/pcx.desktop

Return to bug 261043