# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.4.1-r5.ebuild,v 1.1 2009/01/09 13:46:01 loki_val Exp $ EAPI=2 inherit base gnome2 mono GVER=0.10.9 DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface." HOMEPAGE="http://banshee-project.org" SRC_URI="http://download.banshee-project.org/${PN}/${PN}-1-${PV}.tar.bz2" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+aac boo daap doc +encode +flac ipod +mad mtp podcast test +vorbis" RDEPEND=">=dev-lang/mono-2 >=dev-dotnet/gtk-sharp-2.12 >=dev-dotnet/gconf-sharp-2.8 >=dev-dotnet/gnome-sharp-2.8 >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1 gnome-base/gnome-settings-daemon sys-apps/dbus >=media-libs/gstreamer-0.10.21-r3 >=media-libs/gst-plugins-bad-${GVER} >=media-libs/gst-plugins-good-${GVER} >=media-libs/gst-plugins-ugly-${GVER} >=media-plugins/gst-plugins-alsa-${GVER} >=media-plugins/gst-plugins-gnomevfs-${GVER} >=media-plugins/gst-plugins-gconf-${GVER} || ( >=media-plugins/gst-plugins-cdparanoia-${GVER} >=media-plugins/gst-plugins-cdio-${GVER} ) media-libs/musicbrainz:1 >=dev-dotnet/dbus-glib-sharp-0.3 >=dev-dotnet/dbus-sharp-0.5 || ( ~dev-dotnet/mono-addins-0.3.1 >=dev-dotnet/mono-addins-0.4[gtk] ) >=dev-dotnet/taglib-sharp-2.0.3 >=dev-db/sqlite-3.4 aac? ( >=media-plugins/gst-plugins-faad-${GVER} ) boo? ( >=dev-lang/boo-0.8.1 ) daap? ( >=dev-dotnet/mono-zeroconf-0.7.3 ) doc? ( virtual/monodoc ) encode? ( >=media-plugins/gst-plugins-lame-${GVER} >=media-plugins/gst-plugins-taglib-${GVER} ) flac? ( >=media-plugins/gst-plugins-flac-${GVER} ) ipod? ( >=dev-dotnet/ipod-sharp-0.8.1 ) mad? ( >=media-plugins/gst-plugins-mad-${GVER} ) mtp? ( media-libs/libmtp ) vorbis? ( >=media-plugins/gst-plugins-ogg-${GVER} >=media-plugins/gst-plugins-vorbis-${GVER} )" DEPEND="${RDEPEND} dev-util/pkgconfig" DOCS="AUTHORS ChangeLog HACKING NEWS README" S=${WORKDIR}/${PN}-1-${PV} pkg_setup() { G2CONF="${G2CONF} $(use_enable doc docs) $(use_enable boo) $(use_enable mtp) $(use_enable daap) $(use_enable ipod) $(use_enable podcast) $(use_enable test tests) --enable-gnome --enable-schemas-install --with-gconf-schema-file-dir=/etc/gconf/schemas" } src_unpack() { gnome2_src_unpack #Upstream bug 563283 #Author is thansen on freenode. epatch "${FILESDIR}/${P}-metadata-writefail.patch" #Upstream bug 566846 #loki_val@gentoo.org is author. epatch "${FILESDIR}/${P}-startup-fail-g-s-d.patch" } src_configure() { gnome2_src_configure } src_compile() { default } pkg_postinst() { gnome2_pkg_postinst elog "If banshee segfaults not long after being started, try running gnome-appearance-properties and select a theme." }