audio/amb-plugins: Remove port

Personal/recreational applications, not aligned with broad server focus
This commit is contained in:
Bastard Operator from Hell 2025-06-02 22:12:50 +02:00
parent e5f77e3c4a
commit 314b11fc9c
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
5 changed files with 1 additions and 47 deletions

View File

@ -252,6 +252,7 @@ audio/aeolus
audio/alienwah
audio/alo-lv2
audio/alure
audio/amb-plugins
audio/amberol
audio/amsynth
audio/aqualung

View File

@ -12,7 +12,6 @@
SUBDIR += alsa-seq-server
SUBDIR += alsa-sndio
SUBDIR += alsa-utils
SUBDIR += amb-plugins
SUBDIR += ampache
SUBDIR += arss
SUBDIR += atracdenc

View File

@ -1,39 +0,0 @@
PORTNAME= amb-plugins
PORTVERSION= 0.8.1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= https://kokkinizita.linuxaudio.org/linuxaudio/downloads/
DISTNAME= AMB-plugins-${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fa-plugins.rdf
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Ambisonics LADSPA plugins, mainly to be used within Ardour
WWW= https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
RUN_DEPENDS:= ${BUILD_DEPENDS}
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= tar:bzip2 gmake
PLIST_FILES= lib/ladspa/ambisonic0.so lib/ladspa/ambisonic1.so \
lib/ladspa/ambisonic2.so lib/ladspa/ambisonic3.so \
share/ladspa/rdf/fa-plugins.rdf
post-patch:
@${REINPLACE_CMD} -e 's|[[:space:]]-O3||g ; \
s|g++[[:space:]]|$$(CXX) |g' ${WRKSRC}/Makefile
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/ladspa
.for i in 0 1 2 3
${INSTALL_LIB} ${WRKSRC}/ambisonic${i}.so ${STAGEDIR}${PREFIX}/lib/ladspa
.endfor
@${MKDIR} ${STAGEDIR}${PREFIX}/share/ladspa/rdf
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/fa-plugins.rdf \
${STAGEDIR}${PREFIX}/share/ladspa/rdf
.include <bsd.port.mk>

View File

@ -1,4 +0,0 @@
SHA256 (amb-plugins/AMB-plugins-0.8.1.tar.bz2) = f44a60b782948662537c0cb14befa6678d6dce790c64dc2c9058eab849a58b74
SIZE (amb-plugins/AMB-plugins-0.8.1.tar.bz2) = 28988
SHA256 (amb-plugins/fa-plugins.rdf) = 515842490320188572957da549438362af73ebd94a9b2c6486a3b55accd2e97f
SIZE (amb-plugins/fa-plugins.rdf) = 2684

View File

@ -1,3 +0,0 @@
A set of ambisonics plugins, mainly to be used within Ardour. Mono
and stereo to B-format panning, horizontal rotator, square, hexagon
and cube decoders.