summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-01 19:15:51 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-01 19:15:51 +0100
commit534b542da753624833c4d53648580674c61afd7d (patch)
treeea4d6f36a6a73396195c3759bfb98bbc36c3328b /media-plugins
parentnet-misc/siproxd: Remove last-rited pkg (diff)
downloadgentoo-534b542da753624833c4d53648580674c61afd7d.tar.gz
gentoo-534b542da753624833c4d53648580674c61afd7d.tar.bz2
gentoo-534b542da753624833c4d53648580674c61afd7d.zip
media-plugins/alsaequal: Remove last-rited pkg
Closes: https://bugs.gentoo.org/499298 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/alsaequal/Manifest1
-rw-r--r--media-plugins/alsaequal/alsaequal-0.6-r2.ebuild43
-rw-r--r--media-plugins/alsaequal/files/alsaequal-0.6-asneeded.patch16
-rw-r--r--media-plugins/alsaequal/files/alsaequal-0.6-eq-name.patch63
-rw-r--r--media-plugins/alsaequal/metadata.xml8
5 files changed, 0 insertions, 131 deletions
diff --git a/media-plugins/alsaequal/Manifest b/media-plugins/alsaequal/Manifest
deleted file mode 100644
index 759651e9fe4a..000000000000
--- a/media-plugins/alsaequal/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST alsaequal-0.6.tar.bz2 23562 BLAKE2B 29a5465800eba650586df5b603f04c6fa1765785256fb794eb417001fa39cae40ecd7493ed0f54fffa439198764804ce862dbfc1bf441e7da1c2f0788b754e51 SHA512 53a73469682eb7b641849151d4e91a3ac031daa5f11f7ad328bdd0bcf5251112814c75d27dceb8baf8582c749bf80f055414397259d24b749e7edbc03472bc6a
diff --git a/media-plugins/alsaequal/alsaequal-0.6-r2.ebuild b/media-plugins/alsaequal/alsaequal-0.6-r2.ebuild
deleted file mode 100644
index ceb3b6a27f15..000000000000
--- a/media-plugins/alsaequal/alsaequal-0.6-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib toolchain-funcs multilib-minimal
-
-DESCRIPTION="a real-time adjustable equalizer plugin for ALSA"
-HOMEPAGE="http://www.thedigitalmachine.net/alsaequal.html"
-SRC_URI="http://www.thedigitalmachine.net/tools/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}]
- >=media-plugins/caps-plugins-0.9.15[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-DOCS=( README )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-asneeded.patch
- epatch "${FILESDIR}"/${P}-eq-name.patch
- multilib_copy_sources
-}
-
-multilib_src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS} -Wall -fPIC -DPIC" \
- LD="$(tc-getCC)" \
- LDFLAGS="${LDFLAGS} -shared" \
- Q= \
- SND_PCM_LIBS="-lasound" \
- SND_CTL_LIBS="-lasound" || die
-}
-
-multilib_src_install() {
- exeinto /usr/$(get_libdir)/alsa-lib
- doexe *.so || die
-}
diff --git a/media-plugins/alsaequal/files/alsaequal-0.6-asneeded.patch b/media-plugins/alsaequal/files/alsaequal-0.6-asneeded.patch
deleted file mode 100644
index 50a95e6a5c95..000000000000
--- a/media-plugins/alsaequal/files/alsaequal-0.6-asneeded.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile
-+++ Makefile
-@@ -29,11 +29,11 @@
-
- $(SND_PCM_BIN): $(SND_PCM_OBJECTS)
- @echo LD $@
-- $(Q)$(LD) $(LDFLAGS) $(SND_PCM_LIBS) $(SND_PCM_OBJECTS) -o $(SND_PCM_BIN)
-+ $(Q)$(LD) $(LDFLAGS) $(SND_PCM_OBJECTS) -o $(SND_PCM_BIN) $(SND_PCM_LIBS)
-
- $(SND_CTL_BIN): $(SND_CTL_OBJECTS)
- @echo LD $@
-- $(Q)$(LD) $(LDFLAGS) $(SND_CTL_LIBS) $(SND_CTL_OBJECTS) -o $(SND_CTL_BIN)
-+ $(Q)$(LD) $(LDFLAGS) $(SND_CTL_OBJECTS) -o $(SND_CTL_BIN) $(SND_CTL_LIBS)
-
- %.o: %.c
- @echo GCC $<
diff --git a/media-plugins/alsaequal/files/alsaequal-0.6-eq-name.patch b/media-plugins/alsaequal/files/alsaequal-0.6-eq-name.patch
deleted file mode 100644
index 7317214bf914..000000000000
--- a/media-plugins/alsaequal/files/alsaequal-0.6-eq-name.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-Description: Fix CAPS Eq plugin name
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/721355
-Forwarded: no
-Author: Alessandro Ghedini <ghedo@debian.org>
-Last-Update: 2013-08-30
-
---- a/ctl_equal.c
-+++ b/ctl_equal.c
-@@ -167,7 +167,7 @@
- snd_ctl_equal_t *equal;
- const char *controls = ".alsaequal.bin";
- const char *library = "/usr/lib/ladspa/caps.so";
-- const char *module = "Eq";
-+ const char *module = "Eq10";
- long channels = 2;
- const char *sufix = " Playback Volume";
- int err, i, index;
---- a/pcm_equal.c
-+++ b/pcm_equal.c
-@@ -151,7 +151,7 @@
- snd_config_t *sconf = NULL;
- const char *controls = ".alsaequal.bin";
- const char *library = "/usr/lib/ladspa/caps.so";
-- const char *module = "Eq";
-+ const char *module = "Eq10";
- long channels = 2;
- int err;
-
---- a/README
-+++ b/README
-@@ -1,11 +1,11 @@
- Alsaequal is a real-time adjustable equalizer plugin for ALSA. It can
- be adjusted using any ALSA compatible mixer, e.g. alsamixergui.
-
--Alsaequal uses the Eq CAPS LADSPA Plugin for audio processing, actually
-+Alsaequal uses the Eq10 CAPS LADSPA Plugin for audio processing, actually
- alsaequal is a generic LADSPA plugin interface with real-time access to
- the LADSPA controls (the LADSPA plugin included with alsa doesn't allow
- for real-time controls) but it was developed for and only tested with
--Eq CAPS LADSPA plugin. You are welcome to try it with other plugins, it
-+Eq10 CAPS LADSPA plugin. You are welcome to try it with other plugins, it
- may work. Let me know how it goes, you can reach me at
- <charles@thedigitalmachine.net>.
-
-@@ -66,7 +66,7 @@
- library -- location of the LADSPA library, the default is
- "/usr/lib/ladspa/caps.so"
- module -- module name within the LADSPA library, the deafault
-- is "Eq"
-+ is "Eq10"
- channels -- number of channels, the default is 2
- }
-
-@@ -81,7 +81,7 @@
- library -- location of the LADSPA library, the default is
- "/usr/lib/ladspa/caps.so"
- module -- module name within the LADSPA library, the deafault
-- is "Eq"
-+ is "Eq10"
- channels -- number of channels, the default is 2
- }
-
diff --git a/media-plugins/alsaequal/metadata.xml b/media-plugins/alsaequal/metadata.xml
deleted file mode 100644
index 009e0e9e4ae2..000000000000
--- a/media-plugins/alsaequal/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>proaudio@gentoo.org</email>
- <name>Gentoo ProAudio Project</name>
- </maintainer>
-</pkgmetadata>