# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils DESCRIPTION="Crystality - Attempts to improve sound output quality" HOMEPAGE="http://atoth.sote.hu/~atoth/audacious-crystality/" SRC_URI="http://atoth.sote.hu/~atoth/audacious-crystality/crystality-plugin-0.93-aud.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" IUSE="" S="${WORKDIR}/crystality-plugin-${PV}-aud" RDEPEND="media-sound/audacious media-libs/libao" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} } src_compile() { emake || die } src_install() { AUDACIOUS_PLUGINDIR=`pkg-config audacious --variable=effect_plugin_dir` dodir ${AUDACIOUS_PLUGINDIR} make AUDACIOUS_PLUGINDIR_SANDBOX="${D}${AUDACIOUS_PLUGINDIR}" install || die dodoc ChangeLog README }