Date: Tue, 7 Sep 2021 19:12:25 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6f7a18ffc6fb - main - audio/phaserotate-lv2: New port: Phase rotation LV2 plugin Message-ID: <202109071912.187JCPvR063915@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f7a18ffc6fb05381213fe85bad9fadd9e7a89a7 commit 6f7a18ffc6fb05381213fe85bad9fadd9e7a89a7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-09-07 19:11:40 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-09-07 19:12:23 +0000 audio/phaserotate-lv2: New port: Phase rotation LV2 plugin --- audio/Makefile | 1 + audio/phaserotate-lv2/Makefile | 28 ++++++++++++++++++++++++++++ audio/phaserotate-lv2/distinfo | 3 +++ audio/phaserotate-lv2/pkg-descr | 4 ++++ 4 files changed, 36 insertions(+) diff --git a/audio/Makefile b/audio/Makefile index 3221245662c4..777f84b45ea9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -612,6 +612,7 @@ SUBDIR += pd SUBDIR += pear-Text_Spell_Audio SUBDIR += penguinsap + SUBDIR += phaserotate-lv2 SUBDIR += pianobar SUBDIR += pianobooster SUBDIR += pianod2 diff --git a/audio/phaserotate-lv2/Makefile b/audio/phaserotate-lv2/Makefile new file mode 100644 index 000000000000..516f66f2e97b --- /dev/null +++ b/audio/phaserotate-lv2/Makefile @@ -0,0 +1,28 @@ +PORTNAME= phaserotate +DISTVERSIONPREFIX= v +DISTVERSION= 0.5.0 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Phase rotation LV2 plugin + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 \ + ${LOCALBASE}/include/fftw3.h:math/fftw3 +LIB_DEPENDS= libfftw3f.so:math/fftw3-float + +USES= gmake pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= x42 +GH_PROJECT= ${PORTNAME}.lv2 + +MAKE_ARGS= LV2VERSION=${DISTVERSION} + +PLIST_FILES= lib/lv2/phaserotate.lv2/manifest.ttl \ + lib/lv2/phaserotate.lv2/phaserotate.so \ + lib/lv2/phaserotate.lv2/phaserotate.ttl + +.include <bsd.port.mk> diff --git a/audio/phaserotate-lv2/distinfo b/audio/phaserotate-lv2/distinfo new file mode 100644 index 000000000000..9c6672180c35 --- /dev/null +++ b/audio/phaserotate-lv2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1631041109 +SHA256 (x42-phaserotate.lv2-v0.5.0_GH0.tar.gz) = 9701259f4ee4d4dc42d04ce96a75d1df07452c72258d97e2c9f6f9930148d3de +SIZE (x42-phaserotate.lv2-v0.5.0_GH0.tar.gz) = 158966 diff --git a/audio/phaserotate-lv2/pkg-descr b/audio/phaserotate-lv2/pkg-descr new file mode 100644 index 000000000000..54e274c1836b --- /dev/null +++ b/audio/phaserotate-lv2/pkg-descr @@ -0,0 +1,4 @@ +x42-phaserotate is an audio phase rotation plugin. It is a simple plugin with +a single control-slider to shift the phase of the signal +/- 180 deg. + +WWW: https://x42-plugins.com/x42/x42-phaserotate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109071912.187JCPvR063915>