media-plugins/alsaequal: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 1 Dec 2018 18:15:51 +0000 (19:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 1 Dec 2018 18:15:51 +0000 (19:15 +0100)
Closes: https://bugs.gentoo.org/499298
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-plugins/alsaequal/Manifest [deleted file]
media-plugins/alsaequal/alsaequal-0.6-r2.ebuild [deleted file]
media-plugins/alsaequal/files/alsaequal-0.6-asneeded.patch [deleted file]
media-plugins/alsaequal/files/alsaequal-0.6-eq-name.patch [deleted file]
media-plugins/alsaequal/metadata.xml [deleted file]
profiles/package.mask

diff --git a/media-plugins/alsaequal/Manifest b/media-plugins/alsaequal/Manifest
deleted file mode 100644 (file)
index 759651e..0000000
+++ /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 (file)
index ceb3b6a..0000000
+++ /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 (file)
index 50a95e6..0000000
+++ /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 (file)
index 7317214..0000000
+++ /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 (file)
index 009e0e9..0000000
+++ /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>
index e8aeb523c8db87c6fcfe1914972feacbe6cc6d04..fca9aa450f85c87c037bd3895681edea52c1e517 100644 (file)
@@ -480,12 +480,6 @@ app-misc/iguanaIR
 # (#477742). Removal in a month.
 net-analyzer/nagvis
 
-# Pacho Ramos <pacho@gentoo.org> (01 Nov 2018)
-# Buggy (#499298), upstream is dead for a long time, maybe a switch to one
-# of the existing forks would be needed, abi_x86_32 doesn't work (#524498).
-# Removal in a month.
-media-plugins/alsaequal
-
 # Pacho Ramos <pacho@gentoo.org> (01 Nov 2018)
 # All this packages are broken and need major version bumps to fix them. See
 # bug #504114, #486510, #510550, #511096, #517260, #551784, #616490, #