aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-09-14 01:34:29 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-09-14 04:41:04 +0000
commit327b72313f7ea18bb3ea6d86cb2d36f5ea690504 (patch)
treef156469291523c4f23c17831e042487f171a6e90 /audio
parent9de8bc411dcc8169dad36e116adcfdcf05f17fec (diff)
downloadports-327b72313f7ea18bb3ea6d86cb2d36f5ea690504.tar.gz
ports-327b72313f7ea18bb3ea6d86cb2d36f5ea690504.zip
audio/phaserotate-lv2: Remove because it is included in audio/x42-plugins-lv2
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/phaserotate-lv2/Makefile31
-rw-r--r--audio/phaserotate-lv2/distinfo3
-rw-r--r--audio/phaserotate-lv2/pkg-descr2
4 files changed, 0 insertions, 37 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 41ef2421c57c..9e0cc6e1026c 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -602,7 +602,6 @@
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
deleted file mode 100644
index 673134116848..000000000000
--- a/audio/phaserotate-lv2/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= phaserotate
-DISTVERSIONPREFIX= v
-DISTVERSION= 0.5.2
-CATEGORIES= audio
-PKGNAMESUFFIX= -lv2
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Phase rotation LV2 plugin
-WWW= https://x42-plugins.com/x42/x42-phaserotate
-
-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}
-
-CONFLICTS_INSTALL= x42-plugins-lv2 # lib/lv2/phaserotate.lv2/phaserotate.so
-
-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
deleted file mode 100644
index 97e0d256d56d..000000000000
--- a/audio/phaserotate-lv2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1648510776
-SHA256 (x42-phaserotate.lv2-v0.5.2_GH0.tar.gz) = 49474650f73b5418361e2d55d02c73b822fa5bdeb5f2364fcea4c4c6a3b30471
-SIZE (x42-phaserotate.lv2-v0.5.2_GH0.tar.gz) = 159018
diff --git a/audio/phaserotate-lv2/pkg-descr b/audio/phaserotate-lv2/pkg-descr
deleted file mode 100644
index 199cdef586e2..000000000000
--- a/audio/phaserotate-lv2/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-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.