diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-27 10:11:31 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-27 10:58:03 -0700 |
commit | bd53ec4c3cec9de23572fa10215cb91ac0fab621 (patch) | |
tree | fd0b54e34232a9ddc9cc697dca7b697ec066fde0 | |
parent | sysutils/bhyve-firmware: undeprecate CSM option (diff) |
audio/bangr-lv2: New port: Multi-dimensional dynamicly distorted staggered multi-bandpass
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/bangr-lv2/Makefile | 36 | ||||
-rw-r--r-- | audio/bangr-lv2/distinfo | 3 | ||||
-rw-r--r-- | audio/bangr-lv2/pkg-descr | 9 |
4 files changed, 49 insertions, 0 deletions
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@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 |