clean-up duplicates

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-04-13 18:51:27 +02:00
parent d375ee17d1
commit 8427c1b091
11 changed files with 0 additions and 308 deletions

View File

@@ -1 +0,0 @@
DIST caps-plugins-0.9.26.tar.bz2 182334 BLAKE2B 3ab75dc1ab6c5ecebe7c4983f5eb8e540396f7bacba147e1f2877c4e3e699c62d1f6af36af16eb9feac537acd9946eec40c3c90de59f6e740f6ce04c8bc0fa71 SHA512 ce9a7219ef0c6c33a5debb407e9b6ea7432c3f50ab32c1915cf91c40cda541a812da887bf57ee536d653195158939889c4baf5fcbe3ded551abc676517e1da7a

View File

@@ -1,43 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs multilib-minimal
MY_P="caps-${PV}"
DESCRIPTION="The CAPS Audio Plugin Suite - LADSPA plugin suite"
HOMEPAGE="http://quitte.de/dsp/caps.html"
SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="media-libs/ladspa-sdk"
RDEPEND="media-libs/ladspa-sdk"
S="${WORKDIR}/${MY_P}"
src_prepare() {
default
multilib_copy_sources
}
multilib_src_compile() {
emake \
ARCH="" \
CC="$(tc-getCXX)" \
CFLAGS="${CXXFLAGS} -fPIC -DPIC" \
_LDFLAGS="-shared ${LDFLAGS}"
}
multilib_src_install() {
insinto /usr/$(get_libdir)/ladspa
insopts -m0755
doins *.so
}
multilib_src_install_all() {
insinto /usr/share/ladspa/rdf
insopts -m0644
doins *.rdf
}

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>denis7774@gmail.com</email>
<name>Reva Denis aka RarogCmex</name>
</maintainer>
<longdescription>The CAPS Audio Plugin Suite - LADSPA plugin suite which includes DSP units emulating instrument amplifiers, stomp-box classics, versatile 'virtual analogue' oscillators, fractal oscillation, reverb, equalization and others
</longdescription>
</pkgmetadata>

View File

@@ -1 +0,0 @@
DIST swh-plugins-0.4.17.tar.gz 456472 BLAKE2B 827e5c0d6ac692636904df64d1af8d94488f22a26cf09586b0ad32bec9017c9f3cd66074d8f786f5722e4918d32ff27be719561005273f2dcee81ea8690d6274 SHA512 6b566030b43c3929ce8938648abd458efa0fea0b4916410a34b4f4fa788c45e4a6ec3f46ca435f8546179ff0c4674303db22314e1c1f1d09e5f2b71e6c5aecc7

View File

@@ -1,46 +0,0 @@
diff -Naurd old/configure.ac new/configure.ac
--- old/configure.ac 2019-03-03 12:10:38.826276038 +0500
+++ new/configure.ac 2019-03-03 21:02:30.456414852 +0500
@@ -133,17 +133,19 @@
AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${datadir}/${PACKAGE}")
fi
-subdirs="util gsm gverb metadata"
+GSM_LIBS=-lgsm
+
+subdirs="util gverb metadata"
AC_SUBST(subdirs)
AC_SUBST(FFTW_LIBS)
AC_SUBST(STATIC_FFTW_LIBS)
AC_SUBST(FFTW_CFLAGS)
+AC_SUBST(GSM_LIBS)
AC_SUBST(LIBTOOL)
AC_OUTPUT([
Makefile
util/Makefile
-gsm/Makefile
gverb/Makefile
metadata/Makefile
po/Makefile.in
diff -Naurd old/Makefile.am new/Makefile.am
--- old/Makefile.am 2016-10-17 14:05:54.000000000 +0500
+++ new/Makefile.am 2019-03-03 20:58:55.298862874 +0500
@@ -34,7 +34,7 @@
latency_1914.la xfade_1915.la sc4m_1916.la \
mbeq_1197.la pitch_scale_1193.la pitch_scale_1194.la imp_1199.la
-SUBDIRS = po util gsm gverb metadata
+SUBDIRS = po util gverb metadata
# Wacky stuff to stop automake getting confused
EXTRA_DIST = config.rpath @top_srcdir@/*.xml @top_srcdir@/*.c @top_srcdir@/*.h \
@@ -73,7 +73,7 @@
sc4_1882_la_LIBADD = -Lutil -ldb -lrms
sc4m_1916_la_LIBADD = -Lutil -ldb -lrms
se4_1883_la_LIBADD = -Lutil -ldb -lrms
-gsm_1215_la_LIBADD = gsm/libgsm.a
+gsm_1215_la_LIBADD = @GSM_LIBS@
gverb_1216_la_LIBADD = -Lgverb -lgverb
lcr_delay_1436_la_DEPENDENCIES = util/biquad.h

View File

@@ -1,36 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>denis7774@gmail.com</email>
<name>Denis Reva</name>
<description>RarogCmex</description>
</maintainer>
<longdescription>
At the moment the only plugins here are for LADSPA, the Linux Audio Developers Plugin API.
Compiling
~~~~~~~~~
You will need libfftw version 2 or 3 installed with 32 bit float support (eg.
for FFTW3 use --enable-float), for FFTW recommend you specify the appropriate
SIMD instruction set for your CPU with --enable-sse, --enable-sse2, --enable-k7
or --enable-altivec. You can get FFTW from http://www.fftw.org/.
This code is normally built from XML source, using Perl and XML::Parser. I
distribute the generated .c files, so you wont need perl, but if you want to
edit the XML source then you will need a copy of Perl and XML::Parser
installed.
Homepage and docs
~~~~~~~~~~~~~~~~~
The homepage for this project is http://plugin.org.uk/
Bug reports
~~~~~~~~~~~
Please send bug reports or comments to steve@plugin.org.uk, except for bugs
relating to the gverb plugin, for that please send bug reports etc. to Juhana
Sadeharju, kouhia_at_nic.funet.fi.
Enjoy,
Steve
</longdescription>
</pkgmetadata>

View File

@@ -1,53 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools flag-o-matic multilib-minimal
DESCRIPTION="Large collection of LADSPA audio plugins/effects"
HOMEPAGE="http://plugin.org.uk"
SRC_URI="https://github.com/swh/ladspa/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="nls cpu_flags_x86_3dnow cpu_flags_x86_sse"
RDEPEND="
>=media-sound/gsm-1.0.13-r1[${MULTILIB_USEDEP}]
>=sci-libs/fftw-3.3.3-r2[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
media-libs/ladspa-sdk
sys-devel/gettext"
BDEPEND="virtual/pkgconfig"
DOCS=( AUTHORS ChangeLog README TODO )
S="${WORKDIR}/ladspa-${PV}"
src_prepare() {
eapply_user
append-cflags -fPIC -DPIC
# Use system libgsm, bug #252890
rm -rf gsm
eapply "${FILESDIR}/${P}-system-gsm.patch"
NOCONFIGURE=1 ./autogen.sh
elibtoolize
multilib_copy_sources
}
multilib_src_configure() {
#ECONF_SOURCE="${S}" \
econf \
$(use_enable cpu_flags_x86_sse sse) \
$(use_enable cpu_flags_x86_3dnow 3dnow) \
$(use_enable nls) \
--enable-fast-install \
--disable-dependency-tracking
}
pkg_postinst() {
ewarn "WARNING: You have to be careful when using the"
ewarn "swh plugins. Be sure to lower your sound volume"
ewarn "and then play around a bit with the plugins so"
ewarn "you get a feeling for it. Otherwise your speakers"
ewarn "won't like that."
einfo "If you use only 64 bit sequencers, you may want to disable 32 bit support via USE flag"
einfo "example| media-plugins/swh-plugins -abi_x86_32"
}

View File

@@ -1 +0,0 @@
DIST tap-plugins-1.0.1.tar.gz 64649 BLAKE2B 2b8ac9a26197f5c980512d33daf4c604d7bb3046fb40e3826d559d4420921a0e124a5577d53d0896bc92111f69765f714d5f55a9da60546e2e6f29e5c851b2a5 SHA512 25f72bba83a5a40d480bc9d4659b64096102281d02e43ad93d5064b0ef7972184db40162d1ef78fd783f431740a4c4d5e03160cdd5f43da3bc1570ff462c863a

View File

@@ -1,40 +0,0 @@
diff --git a/Makefile b/Makefile
index 54049cd..fd67223 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,8 @@
# Change this if you want to install somewhere else. In particular
# you may wish to remove the middle "local/" part of the path.
-INSTALL_PLUGINS_DIR = /usr/local/lib/ladspa/
-INSTALL_LRDF_DIR = /usr/local/share/ladspa/rdf/
+#INSTALL_PLUGINS_DIR = /usr/local/lib/ladspa/
+#INSTALL_LRDF_DIR = /usr/local/share/ladspa/rdf/
# NO EDITING below this line is required
# if all you want to do is install and use the plugins.
@@ -39,11 +39,13 @@ OS := $(shell uname -s)
CC = gcc
CFLAGS = -I. -O3 -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c -fPIC -DPIC
ifeq ($(OS),Darwin)
-LDFLAGS = -nostartfiles -shared -Wl,-install_name,symbolic -lc -lm
+LDFLAGS = -nostartfiles -shared -Wl,-install_name,symbolic -lc -lm $(EXTRA_LDFLAGS)
else
-LDFLAGS = -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt
+LDFLAGS = -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt $(EXTRA_LDFLAGS)
endif
+EXTRA_LDFLAGS =
MODULES = $(wildcard *.c)
+LIBADD = -lc -lm -lrt
all: $(MODULES:%.c=%.so)
@@ -57,7 +59,7 @@ tap_dynamics_st.o: tap_dynamics_presets.h
$(CC) $(CFLAGS) $< -o $@
%.so: %.o
- $(CC) -o $@ $< $(LDFLAGS)
+ $(CC) $(LDFLAGS) -o $@ $< $(LIBADD)
# OTHER TARGETS

View File

@@ -1,32 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>denis7774@gmail.com</email>
<name>Denis Reva</name>
</maintainer>
<longdescription>
TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of
LADSPA plugins for digital audio processing, intended for use in a
professional DAW environment such as Ardour. These plugins should compile
and run on any recent (that is, not seriously outdated) GNU/Linux system.
They don't require any special libraries besides the standard GNU C and math
libraries, which are expected to be provided on the machine used for
compiling.
The audio processing algorithms done by TAP-plugins are coded to be
independent of the actual sample rate. The sample rate is always a parameter
during computations. The plugins have been tested with sample rates 44.1 kHz
and 96 kHz, as the author uses these values in his studio. Please note that
although all plugins should be essentially functional at virtually any
sample rate, the audio fidelity depends slightly on the actual sample rate
used. Higher sample rate is better, of course. This means that an equalizer
or reverberator plugin will produce higher quality output, and will sound a
bit smoother at 96 kHz compared to, say, 44.1 kHz. This is a natural effect
that results from the fundamental properties of digital signal processing,
but you should be aware of it nevertheless.
</longdescription>
<upstream>
<remote-id type="sourceforge">tap-plugins</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
case "${PV}" in
(9999*)
KEYWORDS=""
VCS_ECLASS=git-r2
EGIT_REPO_URI="git://github.com/tomszilagyi/${PN}.git"
EGIT_PROJECT="${PN}.git"
;;
(*)
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
SRC_URI="https://github.com/tomszilagyi/tap-plugins/archive/v${PV}.tar.gz -> ${P}.tar.gz"
;;
esac
inherit eutils toolchain-funcs ${VCS_ECLASS}
DESCRIPTION="Tom's audio processing (TAP) LADSPA plugins"
HOMEPAGE="https://github.com/tomszilagyi/tap-plugins http://tap-plugins.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="media-libs/ladspa-sdk"
RDEPEND="${DEPEND}"
DOCS=( README CREDITS )
PATCHES=( $FILESDIR/tap-plugins-1.0.1-makefile.patch )
src_compile() {
emake CC=$(tc-getCC) EXTRA_LDFLAGS="${LDFLAGS}"
}
src_install() {
insinto /usr/share/ladspa/rdf
doins *.rdf
exeinto /usr/$(get_libdir)/ladspa
doexe *.so
einstalldocs
}