From owner-svn-ports-all@freebsd.org Sat Aug 29 00:38:37 2020 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 A49893C834E; Sat, 29 Aug 2020 00:38:37 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bdcyj2qnYz3S6W; Sat, 29 Aug 2020 00:38:37 +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 E5CBF1D7D4; Sat, 29 Aug 2020 00:38:35 +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 07T0cZpY064170; Sat, 29 Aug 2020 00:38:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07T0cZJH064167; Sat, 29 Aug 2020 00:38:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008290038.07T0cZJH064167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 29 Aug 2020 00:38:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546858 - in head/graphics: . qt-avif-image-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/graphics: . qt-avif-image-plugin X-SVN-Commit-Revision: 546858 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.33 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: Sat, 29 Aug 2020 00:38:37 -0000 Author: jbeich Date: Sat Aug 29 00:38:34 2020 New Revision: 546858 URL: https://svnweb.freebsd.org/changeset/ports/546858 Log: graphics/qt-avif-image-plugin: add new port Qt plug-in to allow Qt and KDE applications to read/write AVIF images. https://github.com/novomesk/qt-avif-image-plugin Added: head/graphics/qt-avif-image-plugin/ head/graphics/qt-avif-image-plugin/Makefile (contents, props changed) head/graphics/qt-avif-image-plugin/distinfo (contents, props changed) head/graphics/qt-avif-image-plugin/pkg-descr (contents, props changed) Modified: head/graphics/Makefile (contents, props changed) Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Aug 29 00:38:27 2020 (r546857) +++ head/graphics/Makefile Sat Aug 29 00:38:34 2020 (r546858) @@ -892,6 +892,7 @@ SUBDIR += qgis-ltr SUBDIR += qiv SUBDIR += qr-code-generator + SUBDIR += qt-avif-image-plugin SUBDIR += qt5-3d SUBDIR += qt5-graphicaleffects SUBDIR += qt5-imageformats Added: head/graphics/qt-avif-image-plugin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/qt-avif-image-plugin/Makefile Sat Aug 29 00:38:34 2020 (r546858) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= qt-avif-image-plugin +DISTVERSIONPREFIX= v +DISTVERSION= 0.3.1 +CATEGORIES= graphics + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Qt image plugin to read/write AV1 Image File Format (AVIF) + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libavif.so:graphics/libavif + +USES= cmake compiler:c++14-lang kde:5 qt:5 +USE_GITHUB= yes +USE_KDE= ecm_build +USE_QT= qmake_build buildtools_build core gui +GH_ACCOUNT= novomesk +PLIST_FILES= ${QT_PLUGINDIR}/imageformats/libqavif.so \ + share/kservices5/qimageioplugins/avif.desktop \ + share/kservices5/qimageioplugins/avifs.desktop \ + ${NULL} + +.include Added: head/graphics/qt-avif-image-plugin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/qt-avif-image-plugin/distinfo Sat Aug 29 00:38:34 2020 (r546858) @@ -0,0 +1,3 @@ +TIMESTAMP = 1595428667 +SHA256 (novomesk-qt-avif-image-plugin-v0.3.1_GH0.tar.gz) = ae734b63ad207b147667d34d04932c5309ad9ac282925f2dc00bb36d43ff7ce7 +SIZE (novomesk-qt-avif-image-plugin-v0.3.1_GH0.tar.gz) = 13215410 Added: head/graphics/qt-avif-image-plugin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/qt-avif-image-plugin/pkg-descr Sat Aug 29 00:38:34 2020 (r546858) @@ -0,0 +1,3 @@ +Qt plug-in to allow Qt and KDE applications to read/write AVIF images. + +WWW: https://github.com/novomesk/qt-avif-image-plugin