svn commit: r561968 - head/graphics/kf5-kimageformats
Jan Beich
jbeich at FreeBSD.org
Mon Jan 18 21:03:51 UTC 2021
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 at 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
More information about the svn-ports-all
mailing list