Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/alsaequal/files/, profiles/, media-plugins/alsaequal/
Date: Sat, 01 Dec 2018 18:18:54
Message-Id: 1543688151.534b542da753624833c4d53648580674c61afd7d.mgorny@gentoo
1 commit: 534b542da753624833c4d53648580674c61afd7d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 18:15:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 18:15:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534b542d
7
8 media-plugins/alsaequal: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/499298
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 media-plugins/alsaequal/Manifest | 1 -
14 media-plugins/alsaequal/alsaequal-0.6-r2.ebuild | 43 ---------------
15 .../alsaequal/files/alsaequal-0.6-asneeded.patch | 16 ------
16 .../alsaequal/files/alsaequal-0.6-eq-name.patch | 63 ----------------------
17 media-plugins/alsaequal/metadata.xml | 8 ---
18 profiles/package.mask | 6 ---
19 6 files changed, 137 deletions(-)
20
21 diff --git a/media-plugins/alsaequal/Manifest b/media-plugins/alsaequal/Manifest
22 deleted file mode 100644
23 index 759651e9fe4..00000000000
24 --- a/media-plugins/alsaequal/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST alsaequal-0.6.tar.bz2 23562 BLAKE2B 29a5465800eba650586df5b603f04c6fa1765785256fb794eb417001fa39cae40ecd7493ed0f54fffa439198764804ce862dbfc1bf441e7da1c2f0788b754e51 SHA512 53a73469682eb7b641849151d4e91a3ac031daa5f11f7ad328bdd0bcf5251112814c75d27dceb8baf8582c749bf80f055414397259d24b749e7edbc03472bc6a
28
29 diff --git a/media-plugins/alsaequal/alsaequal-0.6-r2.ebuild b/media-plugins/alsaequal/alsaequal-0.6-r2.ebuild
30 deleted file mode 100644
31 index ceb3b6a27f1..00000000000
32 --- a/media-plugins/alsaequal/alsaequal-0.6-r2.ebuild
33 +++ /dev/null
34 @@ -1,43 +0,0 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -inherit eutils multilib toolchain-funcs multilib-minimal
40 -
41 -DESCRIPTION="a real-time adjustable equalizer plugin for ALSA"
42 -HOMEPAGE="http://www.thedigitalmachine.net/alsaequal.html"
43 -SRC_URI="http://www.thedigitalmachine.net/tools/${P}.tar.bz2"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE=""
49 -
50 -RDEPEND=">=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}]
51 - >=media-plugins/caps-plugins-0.9.15[${MULTILIB_USEDEP}]"
52 -DEPEND="${RDEPEND}"
53 -
54 -S=${WORKDIR}/${PN}
55 -DOCS=( README )
56 -
57 -src_prepare() {
58 - epatch "${FILESDIR}"/${P}-asneeded.patch
59 - epatch "${FILESDIR}"/${P}-eq-name.patch
60 - multilib_copy_sources
61 -}
62 -
63 -multilib_src_compile() {
64 - emake \
65 - CC="$(tc-getCC)" \
66 - CFLAGS="${CFLAGS} -Wall -fPIC -DPIC" \
67 - LD="$(tc-getCC)" \
68 - LDFLAGS="${LDFLAGS} -shared" \
69 - Q= \
70 - SND_PCM_LIBS="-lasound" \
71 - SND_CTL_LIBS="-lasound" || die
72 -}
73 -
74 -multilib_src_install() {
75 - exeinto /usr/$(get_libdir)/alsa-lib
76 - doexe *.so || die
77 -}
78
79 diff --git a/media-plugins/alsaequal/files/alsaequal-0.6-asneeded.patch b/media-plugins/alsaequal/files/alsaequal-0.6-asneeded.patch
80 deleted file mode 100644
81 index 50a95e6a5c9..00000000000
82 --- a/media-plugins/alsaequal/files/alsaequal-0.6-asneeded.patch
83 +++ /dev/null
84 @@ -1,16 +0,0 @@
85 ---- Makefile
86 -+++ Makefile
87 -@@ -29,11 +29,11 @@
88 -
89 - $(SND_PCM_BIN): $(SND_PCM_OBJECTS)
90 - @echo LD $@
91 -- $(Q)$(LD) $(LDFLAGS) $(SND_PCM_LIBS) $(SND_PCM_OBJECTS) -o $(SND_PCM_BIN)
92 -+ $(Q)$(LD) $(LDFLAGS) $(SND_PCM_OBJECTS) -o $(SND_PCM_BIN) $(SND_PCM_LIBS)
93 -
94 - $(SND_CTL_BIN): $(SND_CTL_OBJECTS)
95 - @echo LD $@
96 -- $(Q)$(LD) $(LDFLAGS) $(SND_CTL_LIBS) $(SND_CTL_OBJECTS) -o $(SND_CTL_BIN)
97 -+ $(Q)$(LD) $(LDFLAGS) $(SND_CTL_OBJECTS) -o $(SND_CTL_BIN) $(SND_CTL_LIBS)
98 -
99 - %.o: %.c
100 - @echo GCC $<
101
102 diff --git a/media-plugins/alsaequal/files/alsaequal-0.6-eq-name.patch b/media-plugins/alsaequal/files/alsaequal-0.6-eq-name.patch
103 deleted file mode 100644
104 index 7317214bf91..00000000000
105 --- a/media-plugins/alsaequal/files/alsaequal-0.6-eq-name.patch
106 +++ /dev/null
107 @@ -1,63 +0,0 @@
108 -Description: Fix CAPS Eq plugin name
109 -Origin: vendor
110 -Bug-Debian: http://bugs.debian.org/721355
111 -Forwarded: no
112 -Author: Alessandro Ghedini <ghedo@××××××.org>
113 -Last-Update: 2013-08-30
114 -
115 ---- a/ctl_equal.c
116 -+++ b/ctl_equal.c
117 -@@ -167,7 +167,7 @@
118 - snd_ctl_equal_t *equal;
119 - const char *controls = ".alsaequal.bin";
120 - const char *library = "/usr/lib/ladspa/caps.so";
121 -- const char *module = "Eq";
122 -+ const char *module = "Eq10";
123 - long channels = 2;
124 - const char *sufix = " Playback Volume";
125 - int err, i, index;
126 ---- a/pcm_equal.c
127 -+++ b/pcm_equal.c
128 -@@ -151,7 +151,7 @@
129 - snd_config_t *sconf = NULL;
130 - const char *controls = ".alsaequal.bin";
131 - const char *library = "/usr/lib/ladspa/caps.so";
132 -- const char *module = "Eq";
133 -+ const char *module = "Eq10";
134 - long channels = 2;
135 - int err;
136 -
137 ---- a/README
138 -+++ b/README
139 -@@ -1,11 +1,11 @@
140 - Alsaequal is a real-time adjustable equalizer plugin for ALSA. It can
141 - be adjusted using any ALSA compatible mixer, e.g. alsamixergui.
142 -
143 --Alsaequal uses the Eq CAPS LADSPA Plugin for audio processing, actually
144 -+Alsaequal uses the Eq10 CAPS LADSPA Plugin for audio processing, actually
145 - alsaequal is a generic LADSPA plugin interface with real-time access to
146 - the LADSPA controls (the LADSPA plugin included with alsa doesn't allow
147 - for real-time controls) but it was developed for and only tested with
148 --Eq CAPS LADSPA plugin. You are welcome to try it with other plugins, it
149 -+Eq10 CAPS LADSPA plugin. You are welcome to try it with other plugins, it
150 - may work. Let me know how it goes, you can reach me at
151 - <charles@×××××××××××××××××.net>.
152 -
153 -@@ -66,7 +66,7 @@
154 - library -- location of the LADSPA library, the default is
155 - "/usr/lib/ladspa/caps.so"
156 - module -- module name within the LADSPA library, the deafault
157 -- is "Eq"
158 -+ is "Eq10"
159 - channels -- number of channels, the default is 2
160 - }
161 -
162 -@@ -81,7 +81,7 @@
163 - library -- location of the LADSPA library, the default is
164 - "/usr/lib/ladspa/caps.so"
165 - module -- module name within the LADSPA library, the deafault
166 -- is "Eq"
167 -+ is "Eq10"
168 - channels -- number of channels, the default is 2
169 - }
170 -
171
172 diff --git a/media-plugins/alsaequal/metadata.xml b/media-plugins/alsaequal/metadata.xml
173 deleted file mode 100644
174 index 009e0e9e4ae..00000000000
175 --- a/media-plugins/alsaequal/metadata.xml
176 +++ /dev/null
177 @@ -1,8 +0,0 @@
178 -<?xml version="1.0" encoding="UTF-8"?>
179 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
180 -<pkgmetadata>
181 - <maintainer type="project">
182 - <email>proaudio@g.o</email>
183 - <name>Gentoo ProAudio Project</name>
184 - </maintainer>
185 -</pkgmetadata>
186
187 diff --git a/profiles/package.mask b/profiles/package.mask
188 index e8aeb523c8d..fca9aa450f8 100644
189 --- a/profiles/package.mask
190 +++ b/profiles/package.mask
191 @@ -480,12 +480,6 @@ app-misc/iguanaIR
192 # (#477742). Removal in a month.
193 net-analyzer/nagvis
194
195 -# Pacho Ramos <pacho@g.o> (01 Nov 2018)
196 -# Buggy (#499298), upstream is dead for a long time, maybe a switch to one
197 -# of the existing forks would be needed, abi_x86_32 doesn't work (#524498).
198 -# Removal in a month.
199 -media-plugins/alsaequal
200 -
201 # Pacho Ramos <pacho@g.o> (01 Nov 2018)
202 # All this packages are broken and need major version bumps to fix them. See
203 # bug #504114, #486510, #510550, #511096, #517260, #551784, #616490, #