commit:     534b542da753624833c4d53648580674c61afd7d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 18:15:51 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 18:15:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534b542d

media-plugins/alsaequal: Remove last-rited pkg

Closes: https://bugs.gentoo.org/499298
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-plugins/alsaequal/Manifest                   |  1 -
 media-plugins/alsaequal/alsaequal-0.6-r2.ebuild    | 43 ---------------
 .../alsaequal/files/alsaequal-0.6-asneeded.patch   | 16 ------
 .../alsaequal/files/alsaequal-0.6-eq-name.patch    | 63 ----------------------
 media-plugins/alsaequal/metadata.xml               |  8 ---
 profiles/package.mask                              |  6 ---
 6 files changed, 137 deletions(-)

diff --git a/media-plugins/alsaequal/Manifest b/media-plugins/alsaequal/Manifest
deleted file mode 100644
index 759651e9fe4..00000000000
--- 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 ceb3b6a27f1..00000000000
--- 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 50a95e6a5c9..00000000000
--- 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 7317214bf91..00000000000
--- 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 <[email protected]>
-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
- <[email protected]>.
- 
-@@ -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 009e0e9e4ae..00000000000
--- 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>[email protected]</email>
-    <name>Gentoo ProAudio Project</name>
-  </maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index e8aeb523c8d..fca9aa450f8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -480,12 +480,6 @@ app-misc/iguanaIR
 # (#477742). Removal in a month.
 net-analyzer/nagvis
 
-# Pacho Ramos <[email protected]> (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 <[email protected]> (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, #

Reply via email to