summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-09-03 11:33:10 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-09-03 11:33:10 +0000
commitec27c33d0ab3e2b87ca21c05c459123f5efe2860 (patch)
tree4e748f3602d63c99962bc2a7961d618432299dfd /media-plugins/alsaequal
parentFix linking problem in bug #520684 (diff)
downloadgentoo-2-ec27c33d0ab3e2b87ca21c05c459123f5efe2860.tar.gz
gentoo-2-ec27c33d0ab3e2b87ca21c05c459123f5efe2860.tar.bz2
gentoo-2-ec27c33d0ab3e2b87ca21c05c459123f5efe2860.zip
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-plugins/alsaequal')
-rw-r--r--media-plugins/alsaequal/ChangeLog6
-rw-r--r--media-plugins/alsaequal/alsaequal-0.6-r1.ebuild45
-rw-r--r--media-plugins/alsaequal/alsaequal-0.6.ebuild41
3 files changed, 5 insertions, 87 deletions
diff --git a/media-plugins/alsaequal/ChangeLog b/media-plugins/alsaequal/ChangeLog
index 0786ac39bd57..b3525a330d72 100644
--- a/media-plugins/alsaequal/ChangeLog
+++ b/media-plugins/alsaequal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/alsaequal
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsaequal/ChangeLog,v 1.10 2014/08/10 12:59:02 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsaequal/ChangeLog,v 1.11 2014/09/03 11:33:10 ssuominen Exp $
+
+ 03 Sep 2014; Samuli Suominen <ssuominen@gentoo.org> -alsaequal-0.6-r1.ebuild,
+ -alsaequal-0.6.ebuild:
+ old
10 Aug 2014; Andreas Schuerch <nativemad@gentoo.org> alsaequal-0.6-r2.ebuild:
x86 stable, see bug 498184
diff --git a/media-plugins/alsaequal/alsaequal-0.6-r1.ebuild b/media-plugins/alsaequal/alsaequal-0.6-r1.ebuild
deleted file mode 100644
index ba0edfa1f394..000000000000
--- a/media-plugins/alsaequal/alsaequal-0.6-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsaequal/alsaequal-0.6-r1.ebuild,v 1.2 2014/06/18 19:59:11 mgorny Exp $
-
-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.4.5-r2[${MULTILIB_USEDEP}]
- abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r3
- !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-DOCS=( README )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-asneeded.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/alsaequal-0.6.ebuild b/media-plugins/alsaequal/alsaequal-0.6.ebuild
deleted file mode 100644
index e2d93249d17e..000000000000
--- a/media-plugins/alsaequal/alsaequal-0.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsaequal/alsaequal-0.6.ebuild,v 1.3 2010/09/25 12:30:17 ssuominen Exp $
-
-EAPI=2
-inherit eutils multilib toolchain-funcs
-
-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
- media-plugins/caps-plugins"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-asneeded.patch
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS} -Wall -fPIC -DPIC" \
- LD="$(tc-getCC)" \
- LDFLAGS="${LDFLAGS} -shared" \
- SND_PCM_LIBS="-lasound" \
- SND_CTL_LIBS="-lasound" || die
-}
-
-src_install() {
- exeinto /usr/$(get_libdir)/alsa-lib
- doexe *.so || die
- dodoc README || die
-}