graphics/kf5-kimageformats: expose JPEG XL support
This commit is contained in:
parent
0378719b21
commit
befc9ebe24
2 changed files with 7 additions and 1 deletions
|
@ -15,7 +15,7 @@ USE_QT= core gui printsupport widgets \
|
|||
|
||||
CFLAGS+= -I${LOCALBASE}/include/Imath
|
||||
|
||||
OPTIONS_DEFINE= AVIF OPENEXR
|
||||
OPTIONS_DEFINE= AVIF JXL OPENEXR
|
||||
OPTIONS_DEFAULT= AVIF OPENEXR
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
@ -23,6 +23,10 @@ AVIF_DESC= AV1 Image File Format via libavif
|
|||
AVIF_LIB_DEPENDS= libavif.so:graphics/libavif
|
||||
AVIF_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_libavif
|
||||
|
||||
JXL_DESC= JPEG XL image format via libjxl
|
||||
JXL_LIB_DEPENDS= libjxl.so:graphics/libjxl
|
||||
JXL_CMAKE_BOOL= KIMAGEFORMATS_JXL
|
||||
|
||||
OPENEXR_LIB_DEPENDS= libOpenEXR.so:graphics/openexr
|
||||
OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
%%QT_PLUGINDIR%%/imageformats/kimg_eps.so
|
||||
%%OPENEXR%%%%QT_PLUGINDIR%%/imageformats/kimg_exr.so
|
||||
%%QT_PLUGINDIR%%/imageformats/kimg_hdr.so
|
||||
%%JXL%%%%QT_PLUGINDIR%%/imageformats/kimg_jxl.so
|
||||
%%QT_PLUGINDIR%%/imageformats/kimg_kra.so
|
||||
%%QT_PLUGINDIR%%/imageformats/kimg_ora.so
|
||||
%%QT_PLUGINDIR%%/imageformats/kimg_pcx.so
|
||||
|
@ -19,6 +20,7 @@ share/kservices5/qimageioplugins/eps.desktop
|
|||
%%OPENEXR%%share/kservices5/qimageioplugins/exr.desktop
|
||||
share/kservices5/qimageioplugins/hdr.desktop
|
||||
share/kservices5/qimageioplugins/jp2.desktop
|
||||
%%JXL%%share/kservices5/qimageioplugins/jxl.desktop
|
||||
share/kservices5/qimageioplugins/kra.desktop
|
||||
share/kservices5/qimageioplugins/ora.desktop
|
||||
share/kservices5/qimageioplugins/pcx.desktop
|
||||
|
|
Loading…
Reference in a new issue