| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.2 | 1 | ~x86 | 0 |
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="1"
DESCRIPTION="Audacious plugin applying the bs2b headphone effect"
HOMEPAGE="http://bs2b.sourceforge.net/"
SRC_URI="mirror://sourceforge/bs2b/${P}.tar.bz2"
IUSE="BS2B_HIGH_CLEVEL BS2B_MIDDLE_CLEVEL BS2B_LOW_CLEVEL
BS2B_HIGH_ECLEVEL BS2B_MIDDLE_ECLEVEL BS2B_LOW_ECLEVEL
BS2B_CMOY_CLEVEL BS2B_JMEIER_CLEVEL v2-default-level"
LICENSE="GPL-2 GPL-3"
SLOT="0"
KEYWORDS="~x86"
RDEPEND=">=media-libs/libbs2b-3.0.0
media-sound/audacious"
DEPEND="virtual/pkgconfig
${RDEPEND}"
src_compile() {
# Dirty hack but I don't care too much for the moment
default_level=BS2B_DEFAULT_CLEVEL
for flag in ${IUSE} ; do
if [ ${flag} = v2-default-level ] ; then
default_level=BS2B_HIGH_ECLEVEL
continue
fi
eval "use ${flag} && default_level=${flag}"
done
elog "Using ${default_level} as default level"
econf --with-effect-level=${default_level} || die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS README || die "dodoc failed"
}
virtual/pkgconfig >=media-libs/libbs2b-3.0.0 media-sound/audacious
>=media-libs/libbs2b-3.0.0 media-sound/audacious
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | audacious-bs2b-0.9.2.tar.bz2 | 236594 bytes | mirror://sourceforge/bs2b/audacious-bs2b-0.9.2.tar.bz2 |