# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="XMMS plugin for broadcasting to Shoutcast and ICEcast internet radio servers. " HOMEPAGE="http://www.oddsock.org/tools/oddcastv2_xmms/" SRC_URI="http://www.oddsock.org/tools/oddcastv2_xmms/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=media-sound/xmms-1.2.10-r1 >=media-sound/lame-3.93.1-r1 >=media-libs/libogg-1.0 >=x11-libs/wxGTK-2.4.2" src_compile() { econf || die emake || die "emake failed" } src_install() { #make install attempts to unlink old oddcast plugins, this breaks sandbox addpredict /usr/lib/xmms/Effect/liboddcastv2 einstall || die "Install failed." }