# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="truetype" DESCRIPTION="Audacious Visual Plugin with OpenGL 3D effects." HOMEPAGE="http://www.netswarm.net/" SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 x86" DEPEND=">=media-sound/audacious-1.1 >=media-libs/libsdl-1.2.4 truetype? ( media-libs/sdl-ttf media-fonts/ttf-bitstream-vera )" src_compile() { local myconf useq truetype && myconf="${myconf} --with-ttf-font=/usr/share/fonts/ttf-bitstream-vera/Vera.ttf" econf ${myconf} || die emake || die } src_install () { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog README* }