From owner-svn-ports-all@freebsd.org Mon Jan 18 21:03:50 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC9BB4F5B2C; Mon, 18 Jan 2021 21:03:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DKPQt6Plkz3FHB; Mon, 18 Jan 2021 21:03:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CED8B1A75C; Mon, 18 Jan 2021 21:03:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10IL3ohY004834; Mon, 18 Jan 2021 21:03:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10IL3oTE004832; Mon, 18 Jan 2021 21:03:50 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202101182103.10IL3oTE004832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 18 Jan 2021 21:03:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561968 - head/graphics/kf5-kimageformats X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/graphics/kf5-kimageformats X-SVN-Commit-Revision: 561968 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2021 21:03:51 -0000 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