git: bd53ec4c3cec - main - audio/bangr-lv2: New port: Multi-dimensional dynamicly distorted staggered multi-bandpass
Yuri Victorovich
yuri at FreeBSD.org
Sun Jun 27 17:58:06 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bd53ec4c3cec9de23572fa10215cb91ac0fab621
commit bd53ec4c3cec9de23572fa10215cb91ac0fab621
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-06-27 17:11:31 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-06-27 17:58:03 +0000
audio/bangr-lv2: New port: Multi-dimensional dynamicly distorted staggered multi-bandpass
---
audio/Makefile | 1 +
audio/bangr-lv2/Makefile | 36 ++++++++++++++++++++++++++++++++++++
audio/bangr-lv2/distinfo | 3 +++
audio/bangr-lv2/pkg-descr | 9 +++++++++
4 files changed, 49 insertions(+)
diff --git a/audio/Makefile b/audio/Makefile
index af4da34700de..3f0583f48f72 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -48,6 +48,7 @@
SUBDIR += aylet
SUBDIR += bambootracker
SUBDIR += bamp-lv2
+ SUBDIR += bangr-lv2
SUBDIR += baresip
SUBDIR += baudline
SUBDIR += bcg729
diff --git a/audio/bangr-lv2/Makefile b/audio/bangr-lv2/Makefile
new file mode 100644
index 000000000000..3453a81ed781
--- /dev/null
+++ b/audio/bangr-lv2/Makefile
@@ -0,0 +1,36 @@
+PORTNAME= bangr
+DISTVERSION= 1.2.0
+CATEGORIES= audio
+PKGNAMESUFFIX= -lv2
+
+MAINTAINER= yuri at FreeBSD.org
+COMMENT= Multi-dimensional dynamicly distorted staggered multi-bandpass
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= lv2>0:audio/lv2 \
+ cmake:devel/cmake
+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2
+
+USES= compiler:c++11-lang gmake gnome pkgconfig xorg
+USE_GNOME= cairo
+USE_XORG= x11
+
+USE_GITHUB= yes
+GH_ACCOUNT= sjaehn
+GH_PROJECT= BAngr
+
+MAKEFILE= makefile
+
+PLIST_FILES= lib/lv2/BAngr.lv2/BAngr.so \
+ lib/lv2/BAngr.lv2/BAngr.ttl \
+ lib/lv2/BAngr.lv2/BAngrGUI.so \
+ lib/lv2/BAngr.lv2/inc/surface.png \
+ lib/lv2/BAngr.lv2/manifest.ttl
+
+post-install:
+ @${RM} ${STAGEDIR}${PREFIX}/lib/lv2/BAngr.lv2/LICENSE
+
+.include <bsd.port.mk>
diff --git a/audio/bangr-lv2/distinfo b/audio/bangr-lv2/distinfo
new file mode 100644
index 000000000000..10a58a7f910d
--- /dev/null
+++ b/audio/bangr-lv2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1624812024
+SHA256 (sjaehn-BAngr-1.2.0_GH0.tar.gz) = fb71f64adb7f5cb8e9d6c39dc433e1ca01a13ba616fa4e619bec325534773335
+SIZE (sjaehn-BAngr-1.2.0_GH0.tar.gz) = 297242
diff --git a/audio/bangr-lv2/pkg-descr b/audio/bangr-lv2/pkg-descr
new file mode 100644
index 000000000000..4a2e4c86c9f6
--- /dev/null
+++ b/audio/bangr-lv2/pkg-descr
@@ -0,0 +1,9 @@
+A multi-dimensional dynamicly distorted staggered multi-bandpass LV2 plugin, for
+extreme soundmangling. Based on Airwindows XRegion.
+
+Key features:
+* Multi-bandpass / distortion
+* Cross-fading between four instances
+* Automatic or user-controlled
+
+WWW: https://github.com/sjaehn/BAngr
More information about the dev-commits-ports-all
mailing list