summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.5.ebuild')
-rw-r--r--media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.5.ebuild67
1 files changed, 0 insertions, 67 deletions
diff --git a/media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.5.ebuild b/media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.5.ebuild
deleted file mode 100644
index 92c9608db4d1..000000000000
--- a/media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.5.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-1.5.5.ebuild,v 1.1 2010/03/25 22:30:34 ford_prefect Exp $
-
-EAPI=3
-
-inherit base mono
-
-DESCRIPTION="Community-developed plugins for the Banshee media player"
-HOMEPAGE="http://banshee-project.org/"
-SRC_URI="http://download.banshee-project.org/${PN}/${PV}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="lirc lyrics mirage telepathy"
-
-DEPEND=">=dev-lang/mono-2.0
- >=media-sound/banshee-1.5.3
- >=gnome-base/gconf-2.0
- dev-dotnet/gconf-sharp:2
- lyrics? (
- >=dev-dotnet/webkit-sharp-0.2
- )
- mirage? (
- dev-libs/glib:2
- dev-db/sqlite:3
- sci-libs/fftw:3.0
- media-libs/libsamplerate
- >=media-libs/gstreamer-0.10.15
- >=media-libs/gst-plugins-base-0.10.15
- )
- telepathy? (
- dev-dotnet/notify-sharp
- >=dev-lang/mono-2.4.2
- )"
-RDEPEND="${DEPEND}
- !media-plugins/banshee-lyrics
- !media-plugins/banshee-mirage"
-
-src_prepare() {
- # From upstream git
- epatch "${FILESDIR}/${P}-magnatune-build-fix.patch"
-}
-
-src_configure() {
- # Disable ClutterFlow as we don't have clutter in tree yet
- # Disable UbuntuOneMusicStore as we don't have ubuntuone-sharp
- local myconf="--enable-gnome --disable-static --enable-release
- --with-gconf-schema-file-dir=/etc/gconf/schemas
- --with-vendor-build-id=Gentoo/${PN}/${PVR}
- --disable-clutterflow --enable-liveradio
- --enable-coverwallpaper --enable-magnatune
- --disable-ubuntuonemusicstore"
-
- econf \
- $(use_enable lirc) \
- $(use_enable lyrics) \
- $(use_enable mirage) \
- $(use_enable telepathy) \
- $(use_enable test tests) \
- ${myconf}
-}
-
-src_install() {
- base_src_install
-}