svn commit: r471079 - in head/audio: . artyfx-lv2 artyfx-lv2/files
Yuri Victorovich
yuri at FreeBSD.org
Tue May 29 06:20:24 UTC 2018
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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list