Date: Mon, 18 Jan 2021 21:03:50 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561968 - head/graphics/kf5-kimageformats Message-ID: <202101182103.10IL3oTE004832@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Jan 18 21:03:50 2021 New Revision: 561968 URL: https://svnweb.freebsd.org/changeset/ports/561968 Log: graphics/kf5-kimageformats: expose *.avif support after r561913 PR: 252698 Approved by: tcberner Modified: head/graphics/kf5-kimageformats/Makefile (contents, props changed) head/graphics/kf5-kimageformats/pkg-plist (contents, props changed) Modified: head/graphics/kf5-kimageformats/Makefile ============================================================================== --- head/graphics/kf5-kimageformats/Makefile Mon Jan 18 20:56:47 2021 (r561967) +++ head/graphics/kf5-kimageformats/Makefile Mon Jan 18 21:03:50 2021 (r561968) @@ -2,7 +2,7 @@ PORTNAME= kimageformats DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -15,9 +15,13 @@ 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 Modified: head/graphics/kf5-kimageformats/pkg-plist ============================================================================== --- head/graphics/kf5-kimageformats/pkg-plist Mon Jan 18 20:56:47 2021 (r561967) +++ head/graphics/kf5-kimageformats/pkg-plist Mon Jan 18 21:03:50 2021 (r561968) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101182103.10IL3oTE004832>