# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="A new music player using some new UI ideas" HOMEPAGE="http://muine.gooeylinux.org/" SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="flac" RDEPEND=">=dev-dotnet/mono-0.30.1 >=x11-libs/gtk-sharp-0.17 >=media-libs/gstreamer-0.6.0 >=media-libs/gst-plugins-0.6.0 >=media-plugins/gst-plugins-mad-0.6.0 >=media-plugins/gst-plugins-vorbis-0.6.0 flac? ( >=media-plugins/gst-plugins-flac-0.6.0 ) >=media-libs/libid3tag-0.15.0b >=media-libs/libvorbis-1.0 sys-libs/gdbm" DEPEND="${RDEPEND} dev-util/pkgconfig app-text/scrollkeeper" MAKEOPTS="${MAKEOPTS} -j1" src_unpack() { unpack ${A} # cd ${S} # sandbox errors work around # gnome2_omf_fix ${S}/help/C/Makefile.in } DOCS="AUTHORS COPYING ChangeLog INSTALL \ MAINTAINERS NEWS README TODO" #export GST_INSPECT=/bin/true