# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="Audacious Plugin for crossfading, and continuous output." HOMEPAGE="http://www.eisenlohr.org/xmms-crossfade/index.html" SRC_URI="http://www.eisenlohr.org/xmms-crossfade/xmms-crossfade-${PV}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64" DEPEND=">=media-sound/audacious-1.1" S="${WORKDIR}/xmms-crossfade-${PV}" src_compile() { econf --enable-player=audacious \ --libdir=`pkg-config audacious --variable=output_plugin_dir` || die emake || die } src_install () { make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README TODO } pkg_postinst () { ewarn "If you're using the ARTS output plugin, set the 'Limit OP buffer" ewarn "usage' to 400ms in the 'Advanced' tab of XMMS-crossfade's" ewarn "configuration dialog. This will eliminate the worst" ewarn "of the distorted/skipped output." }