From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 347D9138334 for ; Sat, 1 Dec 2018 18:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 483D6E0975; Sat, 1 Dec 2018 18:18:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0458E0975 for ; Sat, 1 Dec 2018 18:18:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0485335C94 for ; Sat, 1 Dec 2018 18:18:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D4B14D6 for ; Sat, 1 Dec 2018 18:18:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1543688151.534b542da753624833c4d53648580674c61afd7d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/alsaequal/files/, profiles/, media-plugins/alsaequal/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/alsaequal/Manifest media-plugins/alsaequal/alsaequal-0.6-r2.ebuild media-plugins/alsaequal/files/alsaequal-0.6-asneeded.patch media-plugins/alsaequal/files/alsaequal-0.6-eq-name.patch media-plugins/alsaequal/metadata.xml profiles/package.mask X-VCS-Directories: media-plugins/alsaequal/files/ media-plugins/alsaequal/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 534b542da753624833c4d53648580674c61afd7d X-VCS-Branch: master Date: Sat, 1 Dec 2018 18:18:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc0eb3bd-0958-4b41-809a-1aa6ebeae530 X-Archives-Hash: 169665c64e0da2c8e97c09bd4cc7894b commit: 534b542da753624833c4d53648580674c61afd7d Author: Michał Górny gentoo org> AuthorDate: Sat Dec 1 18:15:51 2018 +0000 Commit: Michał Górny gentoo 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 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 -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 - . - -@@ -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 @@ - - - - - proaudio@gentoo.org - Gentoo ProAudio Project - - 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 (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 (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, #