Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 00:38:35 +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: r546858 - in head/graphics: . qt-avif-image-plugin
Message-ID:  <202008290038.07T0cZJH064167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008290038.07T0cZJH064167>