summaryrefslogtreecommitdiff
path: root/media-plugins/alsaequal
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
commitde49812990871e1705b64051c35161d5e6400269 (patch)
tree5e1e8fcb0ff4579dbd22a1bfee28a6b97dc8aaeb /media-plugins/alsaequal
parent536c3711867ec947c1738f2c4b96f22e4863322d (diff)
gentoo resync : 24.12.2018
Diffstat (limited to 'media-plugins/alsaequal')
-rw-r--r--media-plugins/alsaequal/Manifest5
-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, 135 deletions
diff --git a/media-plugins/alsaequal/Manifest b/media-plugins/alsaequal/Manifest
deleted file mode 100644
index dc08e02b5ffd..000000000000
--- a/media-plugins/alsaequal/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX alsaequal-0.6-asneeded.patch 481 BLAKE2B 177eedf1fa3aa1e61c7547ded34f71e7e1d8b7f19030e22878e2c5443b5aa553d5267a4fdbcf162b6fa50dc0e421b952e9d74fc1de5eaff0c8fe20fbe3b14df0 SHA512 e1aa6a169b28d5828c3a07a5d1cef75b30659e2385c2898fa80b914a9644fdc36cca8939e247e0c81c0d40f8f8dd116928f3ea49d28750a3b708af4ac04d4082
-AUX alsaequal-0.6-eq-name.patch 2081 BLAKE2B 62e0580b0df6023066aaff5369ae8ef271e08a148d9f3373b642c262bc25f9184d9b1571c04d45f5aca61f5bfc30d75ca5eb963a6198f3329b8ec20b97c6387e SHA512 17d8280da936684b2e525aa0d55b6568de02d44490c974a2a31e274bdaa130589f74f41f9157df6885ccef87a9c927f3184bfd2b8ea2368b921db201de0f8413
-DIST alsaequal-0.6.tar.bz2 23562 BLAKE2B 29a5465800eba650586df5b603f04c6fa1765785256fb794eb417001fa39cae40ecd7493ed0f54fffa439198764804ce862dbfc1bf441e7da1c2f0788b754e51 SHA512 53a73469682eb7b641849151d4e91a3ac031daa5f11f7ad328bdd0bcf5251112814c75d27dceb8baf8582c749bf80f055414397259d24b749e7edbc03472bc6a
-EBUILD alsaequal-0.6-r2.ebuild 1020 BLAKE2B c369ae15ef470f4723ad3a6270eeb6b3b6cfe00c1e0c87f622e1d9415d5686e1f0b24f93355722498e2fe8ac495c0951b5453075d6fef98d5c94b2412445505b SHA512 a670f540c14ecdd6d35a574b4534dac11b3c619146fdd5fedfa81b6b50e324c8ee10bf22f7b6355bce7593761794d675951ebf6b0cc2cae9881995db0c12a5eb
-MISC metadata.xml 265 BLAKE2B e3dedcada43b8145986c6c9f3ed1d374d3e93d2a1f6bdf5d83af1a43e24d01ee0ea4b6efd67ffee46d585e6d37272cbacec69e66e21b22af6a5e01878003e44a SHA512 5b875b5d0a59914316df520eee72ee3c5f931b8513424120281657bbc266c777214a924e4c6c867cdd7a61cb66037c7b9b501225cc06d890abb8ca04c13f5fba
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>