From owner-svn-ports-all@freebsd.org Tue May 29 06:20:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B124DEF1562; Tue, 29 May 2018 06:20:24 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6066078DCA; Tue, 29 May 2018 06:20:24 +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 40CC318381; Tue, 29 May 2018 06:20:24 +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 w4T6KOSX014511; Tue, 29 May 2018 06:20:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4T6KNie014506; Tue, 29 May 2018 06:20:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805290620.w4T6KNie014506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 29 May 2018 06:20:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471079 - in head/audio: . artyfx-lv2 artyfx-lv2/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . artyfx-lv2 artyfx-lv2/files X-SVN-Commit-Revision: 471079 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.26 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: Tue, 29 May 2018 06:20:24 -0000 Author: yuri Date: Tue May 29 06:20:22 2018 New Revision: 471079 URL: https://svnweb.freebsd.org/changeset/ports/471079 Log: New port: audio/artyfx-lv2: ArtyFX plugin bundle Added: head/audio/artyfx-lv2/ head/audio/artyfx-lv2/Makefile (contents, props changed) head/audio/artyfx-lv2/distinfo (contents, props changed) head/audio/artyfx-lv2/files/ head/audio/artyfx-lv2/files/patch-src_avtk_avtk_picojson.hxx (contents, props changed) head/audio/artyfx-lv2/pkg-descr (contents, props changed) head/audio/artyfx-lv2/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Tue May 29 04:32:35 2018 (r471078) +++ head/audio/Makefile Tue May 29 06:20:22 2018 (r471079) @@ -33,6 +33,7 @@ SUBDIR += ardour5 SUBDIR += ario SUBDIR += arss + SUBDIR += artyfx-lv2 SUBDIR += ascd SUBDIR += asmix SUBDIR += asmixer Added: head/audio/artyfx-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/artyfx-lv2/Makefile Tue May 29 06:20:22 2018 (r471079) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= artyfx +DISTVERSIONPREFIX= release- +DISTVERSION= 1.3-14 +DISTVERSIONSUFFIX= -gb247969 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= ArtyFX plugin bundle + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 +LIB_DEPENDS= libsndfile.so:audio/libsndfile + +USES= cmake:outsource localbase:ldflags pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= openAVproductions +GH_PROJECT= openAV-ArtyFX +USE_GNOME= cairo +USE_XORG= x11 + +.include Added: head/audio/artyfx-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/artyfx-lv2/distinfo Tue May 29 06:20:22 2018 (r471079) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527573727 +SHA256 (openAVproductions-openAV-ArtyFX-release-1.3-14-gb247969_GH0.tar.gz) = 3d185376b65b3d1ac55657aff3adc9b401829686eb10080f22181eb2b2c9da5f +SIZE (openAVproductions-openAV-ArtyFX-release-1.3-14-gb247969_GH0.tar.gz) = 642604 Added: head/audio/artyfx-lv2/files/patch-src_avtk_avtk_picojson.hxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/artyfx-lv2/files/patch-src_avtk_avtk_picojson.hxx Tue May 29 06:20:22 2018 (r471079) @@ -0,0 +1,11 @@ +--- src/avtk/avtk/picojson.hxx.orig 2018-05-29 06:05:03 UTC ++++ src/avtk/avtk/picojson.hxx +@@ -204,7 +204,7 @@ inline value::value(double n) : type_(nu + #ifdef _MSC_VER + ! _finite(n) + #elif __cplusplus>=201103L || !(defined(isnan) && defined(isinf)) +- std::isnan(n) || std::isinf(n) ++ isnanf(n) || isinf(n) + #else + isnan(n) || isinf(n) + #endif Added: head/audio/artyfx-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/artyfx-lv2/pkg-descr Tue May 29 06:20:22 2018 (r471079) @@ -0,0 +1,7 @@ +ArtyFX is a plugin bundle of artistic real-time audio effects. The aim of this +plugin collection is to allow the designing of your sound just as you desired +using a fast, efficient workflow. From bitcrushers, delays, distortions, +equalizers, compressors, reverbs and more, there is a range of sounds available +from ArtyFX. + +WWW: http://openavproductions.com/artyfx/ Added: head/audio/artyfx-lv2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/artyfx-lv2/pkg-plist Tue May 29 06:20:22 2018 (r471079) @@ -0,0 +1,17 @@ +lib/lv2/artyfx.lv2/artyfx.so +lib/lv2/artyfx.lv2/artyfx_ui.so +lib/lv2/artyfx.lv2/bitta.ttl +lib/lv2/artyfx.lv2/capta.ttl +lib/lv2/artyfx.lv2/della.ttl +lib/lv2/artyfx.lv2/driva.ttl +lib/lv2/artyfx.lv2/ducka.ttl +lib/lv2/artyfx.lv2/filta.ttl +lib/lv2/artyfx.lv2/friza.ttl +lib/lv2/artyfx.lv2/kuiza.ttl +lib/lv2/artyfx.lv2/manifest.ttl +lib/lv2/artyfx.lv2/masha.ttl +lib/lv2/artyfx.lv2/panda.ttl +lib/lv2/artyfx.lv2/roomy.ttl +lib/lv2/artyfx.lv2/satma.ttl +lib/lv2/artyfx.lv2/vihda.ttl +lib/lv2/artyfx.lv2/whaaa.ttl