graphics/kf5-kimageformats: expose *.avif support after r561913
PR: 252698 Approved by: tcberner
This commit is contained in:
parent
39bfb3739d
commit
551c877c83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561968
2 changed files with 9 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= kimageformats
|
||||
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics kde kde-frameworks
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -15,10 +15,14 @@ USE_KDE= archive ecm
|
|||
USE_QT= core gui printsupport widgets \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= OPENEXR
|
||||
OPTIONS_DEFAULT= OPENEXR
|
||||
OPTIONS_DEFINE= AVIF OPENEXR
|
||||
OPTIONS_DEFAULT= AVIF OPENEXR
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
AVIF_DESC= AV1 Image File Format via libavif
|
||||
AVIF_LIB_DEPENDS= libavif.so:graphics/libavif
|
||||
AVIF_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_libavif
|
||||
|
||||
OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr
|
||||
OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%AVIF%%%%QT_PLUGINDIR%%/imageformats/kimg_avif.so
|
||||
%%QT_PLUGINDIR%%/imageformats/kimg_eps.so
|
||||
%%OPENEXR%%%%QT_PLUGINDIR%%/imageformats/kimg_exr.so
|
||||
%%QT_PLUGINDIR%%/imageformats/kimg_hdr.so
|
||||
|
@ -10,6 +11,7 @@
|
|||
%%QT_PLUGINDIR%%/imageformats/kimg_rgb.so
|
||||
%%QT_PLUGINDIR%%/imageformats/kimg_tga.so
|
||||
%%QT_PLUGINDIR%%/imageformats/kimg_xcf.so
|
||||
%%AVIF%%share/kservices5/qimageioplugins/avif.desktop
|
||||
share/kservices5/qimageioplugins/dds.desktop
|
||||
share/kservices5/qimageioplugins/eps.desktop
|
||||
%%OPENEXR%%share/kservices5/qimageioplugins/exr.desktop
|
||||
|
|
Loading…
Reference in a new issue