summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-05-29 06:20:22 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-05-29 06:20:22 +0000
commit2e37e8a5309a80490c137c76446e70c586a54c77 (patch)
treefd108faec92b341ddfd31eb287dfb3e1d9fe8ec6 /audio
parentAdd py-toml 0.9.4, python library for parsing and creating TOML. (diff)
New port: audio/artyfx-lv2: ArtyFX plugin bundle
Notes
Notes: svn path=/head/; revision=471079
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/artyfx-lv2/Makefile26
-rw-r--r--audio/artyfx-lv2/distinfo3
-rw-r--r--audio/artyfx-lv2/files/patch-src_avtk_avtk_picojson.hxx11
-rw-r--r--audio/artyfx-lv2/pkg-descr7
-rw-r--r--audio/artyfx-lv2/pkg-plist17
6 files changed, 65 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 552b2d9214b5..d516640661c5 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -33,6 +33,7 @@
SUBDIR += ardour5
SUBDIR += ario
SUBDIR += arss
+ SUBDIR += artyfx-lv2
SUBDIR += ascd
SUBDIR += asmix
SUBDIR += asmixer
diff --git a/audio/artyfx-lv2/Makefile b/audio/artyfx-lv2/Makefile
new file mode 100644
index 000000000000..6d6fce8c766e
--- /dev/null
+++ b/audio/artyfx-lv2/Makefile
@@ -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 <bsd.port.mk>
diff --git a/audio/artyfx-lv2/distinfo b/audio/artyfx-lv2/distinfo
new file mode 100644
index 000000000000..b2d26598b50b
--- /dev/null
+++ b/audio/artyfx-lv2/distinfo
@@ -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
diff --git a/audio/artyfx-lv2/files/patch-src_avtk_avtk_picojson.hxx b/audio/artyfx-lv2/files/patch-src_avtk_avtk_picojson.hxx
new file mode 100644
index 000000000000..f4b5a3179cbb
--- /dev/null
+++ b/audio/artyfx-lv2/files/patch-src_avtk_avtk_picojson.hxx
@@ -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
diff --git a/audio/artyfx-lv2/pkg-descr b/audio/artyfx-lv2/pkg-descr
new file mode 100644
index 000000000000..b4f96d0cf27c
--- /dev/null
+++ b/audio/artyfx-lv2/pkg-descr
@@ -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/
diff --git a/audio/artyfx-lv2/pkg-plist b/audio/artyfx-lv2/pkg-plist
new file mode 100644
index 000000000000..d164e36dc6cd
--- /dev/null
+++ b/audio/artyfx-lv2/pkg-plist
@@ -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