Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2019 07:15:00 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514319 - in head/multimedia: . zart
Message-ID:  <201910120715.x9C7F0Xi006336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Oct 12 07:14:59 2019
New Revision: 514319
URL: https://svnweb.freebsd.org/changeset/ports/514319

Log:
  New port: multimedia/zart: GMIC GUI for video streams

Added:
  head/multimedia/zart/
  head/multimedia/zart/Makefile   (contents, props changed)
  head/multimedia/zart/distinfo   (contents, props changed)
  head/multimedia/zart/pkg-descr   (contents, props changed)
Modified:
  head/multimedia/Makefile

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Sat Oct 12 07:02:31 2019	(r514318)
+++ head/multimedia/Makefile	Sat Oct 12 07:14:59 2019	(r514319)
@@ -467,6 +467,7 @@
     SUBDIR += xporthdmv
     SUBDIR += xvid
     SUBDIR += yamdi
+    SUBDIR += zart
     SUBDIR += zoneminder
 
 .include <bsd.port.subdir.mk>

Added: head/multimedia/zart/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/zart/Makefile	Sat Oct 12 07:14:59 2019	(r514319)
@@ -0,0 +1,39 @@
+# $FreeBSD$
+
+PORTNAME=	zart
+PORTVERSION=	g20190911
+CATEGORIES=	multimedia
+MASTER_SITES=	https://gmic.eu/files/source/:gmic
+DISTFILES=	gmic_${GMIC_VERSION}.tar.gz:gmic
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	GMIC GUI for video streams
+
+LICENSE=	CeCILL
+LICENSE_NAME=	CeCILL
+LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+LIB_DEPENDS=	libopencv_core.so:graphics/opencv-core \
+		libopencv_video.so:graphics/opencv \
+		libfftw3.so:math/fftw3
+
+USES=		pkgconfig qmake qt:5
+USE_GITHUB=	yes
+GH_ACCOUNT=	c-koi
+GH_TAGNAME=	e1b25e8
+USE_QT=		core gui network widgets xml buildtools_build
+
+GMIC_VERSION=	2.7.4
+
+QMAKE_ARGS=	"GMIC_PATH=${WRKDIR}/gmic-${GMIC_VERSION}/src"
+
+PLIST_FILES=	bin/${PORTNAME}
+
+post-patch:
+	@${REINPLACE_CMD} 's|SYS_gettid|SYS_thr_self|' ${WRKDIR}/gmic-${GMIC_VERSION}/src/gmic.cpp
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>

Added: head/multimedia/zart/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/zart/distinfo	Sat Oct 12 07:14:59 2019	(r514319)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1570862150
+SHA256 (gmic_2.7.4.tar.gz) = cd9b40fa8df8a0bb47388071096c768a9d4908af574f0e98cc8515410d0b2c40
+SIZE (gmic_2.7.4.tar.gz) = 5848807
+SHA256 (c-koi-zart-g20190911-e1b25e8_GH0.tar.gz) = 5ad1816c94befbcf7ce9c4f11dc3f164e0a253bbf47a98f97bde01bbf66fb315
+SIZE (c-koi-zart-g20190911-e1b25e8_GH0.tar.gz) = 316471

Added: head/multimedia/zart/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/zart/pkg-descr	Sat Oct 12 07:14:59 2019	(r514319)
@@ -0,0 +1,6 @@
+ZArt is a computer program whose purpose is to demonstrate the possibilities of
+the G'MIC image processing language by offering the choice of several
+manipulations on a video stream acquired from a webcam. In other words, ZArt is
+a GUI for G'MIC real-time manipulations on the output of a webcam.
+
+WWW: https://github.com/c-koi/zart



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