From owner-svn-ports-head@freebsd.org Sat Oct 12 07:15:01 2019 Return-Path: Delivered-To: svn-ports-head@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 66AC41499B8; Sat, 12 Oct 2019 07:15:01 +0000 (UTC) (envelope-from yuri@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) server-signature RSA-PSS (4096 bits) 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 46qx0j25xPz4c1C; Sat, 12 Oct 2019 07:15:01 +0000 (UTC) (envelope-from yuri@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 2B53727E81; Sat, 12 Oct 2019 07:15:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9C7F0C9006342; Sat, 12 Oct 2019 07:15:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9C7F0Xi006336; Sat, 12 Oct 2019 07:15:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201910120715.x9C7F0Xi006336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 12 Oct 2019 07:15:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514319 - in head/multimedia: . zart X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/multimedia: . zart X-SVN-Commit-Revision: 514319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2019 07:15:01 -0000 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 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 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