summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-06-15 20:17:59 +0000
committerPacho Ramos <pacho@gentoo.org>2013-06-15 20:17:59 +0000
commite2c9259678193f58e8340a26e49ad59cfd67a49e (patch)
tree190ba6b38471a7d4c2fcf670344c98055342b6a6 /media-sound/banshee
parentmedia-libs/openinventor will be dropped (diff)
downloadgentoo-2-e2c9259678193f58e8340a26e49ad59cfd67a49e.tar.gz
gentoo-2-e2c9259678193f58e8340a26e49ad59cfd67a49e.tar.bz2
gentoo-2-e2c9259678193f58e8340a26e49ad59cfd67a49e.zip
Drop boo support (#435684)
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-sound/banshee')
-rw-r--r--media-sound/banshee/ChangeLog6
-rw-r--r--media-sound/banshee/banshee-2.6.0.ebuild7
-rw-r--r--media-sound/banshee/banshee-2.6.1.ebuild7
-rw-r--r--media-sound/banshee/metadata.xml1
4 files changed, 11 insertions, 10 deletions
diff --git a/media-sound/banshee/ChangeLog b/media-sound/banshee/ChangeLog
index 35c0367e672f..6ecba6d4a258 100644
--- a/media-sound/banshee/ChangeLog
+++ b/media-sound/banshee/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/banshee
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.164 2013/04/17 17:09:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.165 2013/06/15 20:17:59 pacho Exp $
+
+ 15 Jun 2013; Pacho Ramos <pacho@gentoo.org> banshee-2.6.0.ebuild,
+ banshee-2.6.1.ebuild, metadata.xml:
+ Drop boo support (#435684)
*banshee-2.6.1 (17 Apr 2013)
diff --git a/media-sound/banshee/banshee-2.6.0.ebuild b/media-sound/banshee/banshee-2.6.0.ebuild
index d9033ff3e7bc..6db431a3280e 100644
--- a/media-sound/banshee/banshee-2.6.0.ebuild
+++ b/media-sound/banshee/banshee-2.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-2.6.0.ebuild,v 1.6 2013/03/31 18:59:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-2.6.0.ebuild,v 1.7 2013/06/15 20:17:59 pacho Exp $
EAPI="4"
@@ -12,7 +12,7 @@ HOMEPAGE="http://banshee.fm/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="+aac +cdda +bpm boo daap doc +encode ipod karma mtp test udev +web youtube"
+IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev +web youtube"
RDEPEND=">=dev-lang/mono-2.4.3
gnome-base/gnome-settings-daemon
@@ -42,7 +42,6 @@ RDEPEND=">=dev-lang/mono-2.4.3
>=dev-db/sqlite-3.4:3
karma? ( >=media-libs/libkarma-0.1.0-r1 )
aac? ( media-plugins/gst-plugins-faad:0.10 )
- boo? ( >=dev-lang/boo-0.8.1 )
bpm? ( media-plugins/gst-plugins-soundtouch:0.10 )
daap? ( >=dev-dotnet/mono-zeroconf-0.8.0-r1 )
doc? (
@@ -96,6 +95,7 @@ src_configure() {
--with-gconf-schema-file-dir=/etc/gconf/schemas
--with-vendor-build-id=Gentoo/${PN}/${PVR}
--enable-gapless-playback
+ --disable-boo
--disable-gst-sharp
--disable-torrent
--disable-shave
@@ -106,7 +106,6 @@ src_configure() {
econf \
$(use_enable doc docs) \
$(use_enable doc user-help) \
- $(use_enable boo) \
$(use_enable mtp) \
$(use_enable daap) \
$(use_enable ipod appledevice) \
diff --git a/media-sound/banshee/banshee-2.6.1.ebuild b/media-sound/banshee/banshee-2.6.1.ebuild
index 78157826aff9..9dff806381dc 100644
--- a/media-sound/banshee/banshee-2.6.1.ebuild
+++ b/media-sound/banshee/banshee-2.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-2.6.1.ebuild,v 1.1 2013/04/17 17:09:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-2.6.1.ebuild,v 1.2 2013/06/15 20:17:59 pacho Exp $
EAPI=5
inherit eutils autotools mono gnome2-utils fdo-mime versionator gnome.org
@@ -11,7 +11,7 @@ HOMEPAGE="http://banshee.fm/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+aac +cdda +bpm boo daap doc +encode ipod karma mtp test udev +web youtube"
+IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev +web youtube"
RDEPEND="
>=dev-lang/mono-2.4.3
@@ -42,7 +42,6 @@ RDEPEND="
>=dev-db/sqlite-3.4:3
karma? ( >=media-libs/libkarma-0.1.0-r1 )
aac? ( media-plugins/gst-plugins-faad:0.10 )
- boo? ( >=dev-lang/boo-0.8.1 )
bpm? ( media-plugins/gst-plugins-soundtouch:0.10 )
daap? ( >=dev-dotnet/mono-zeroconf-0.8.0-r1 )
doc? (
@@ -102,6 +101,7 @@ src_configure() {
--with-gconf-schema-file-dir=/etc/gconf/schemas
--with-vendor-build-id=Gentoo/${PN}/${PVR}
--enable-gapless-playback
+ --disable-boo
--disable-gst-sharp
--disable-torrent
--disable-shave
@@ -112,7 +112,6 @@ src_configure() {
econf \
$(use_enable doc docs) \
$(use_enable doc user-help) \
- $(use_enable boo) \
$(use_enable mtp) \
$(use_enable daap) \
$(use_enable ipod appledevice) \
diff --git a/media-sound/banshee/metadata.xml b/media-sound/banshee/metadata.xml
index e3c4e2f5d7d7..2581afb3b97f 100644
--- a/media-sound/banshee/metadata.xml
+++ b/media-sound/banshee/metadata.xml
@@ -4,7 +4,6 @@
<herd>dotnet</herd>
<herd>gstreamer</herd>
<use>
- <flag name="boo">Use external Boo instead of the bundled one</flag>
<flag name="bpm">Build beats per minute detection extension</flag>
<flag name="cdda">Build with audio CD support</flag>
<flag name="daap">Build with Daap support</flag>