Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/banshee-community-extensions: banshee-community-extensions-1.6.0.ebuild ChangeLog
Date: Thu, 01 Apr 2010 07:58:13
Message-Id: E1NxFI0-0006N6-GM@stork.gentoo.org
1 ford_prefect 10/04/01 07:58:08
2
3 Modified: ChangeLog
4 Added: banshee-community-extensions-1.6.0.ebuild
5 Log:
6 Bump to 1.6.0. Mostly bug fixes, and a new plugin we don't care about.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-plugins/banshee-community-extensions/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 25 Mar 2010 22:30:34 -0000 1.2
23 +++ ChangeLog 1 Apr 2010 07:58:08 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/banshee-community-extensions
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.2 2010/03/25 22:30:34 ford_prefect Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/ChangeLog,v 1.3 2010/04/01 07:58:08 ford_prefect Exp $
29 +
30 +*banshee-community-extensions-1.6.0 (01 Apr 2010)
31 +
32 + 01 Apr 2010; Arun Raghavan <ford_prefect@g.o>
33 + +banshee-community-extensions-1.6.0.ebuild:
34 + Bump to 1.6.0. Mostly bug fixes, and a new plugin we don't care about.
35
36 *banshee-community-extensions-1.5.5 (25 Mar 2010)
37
38
39
40
41 1.1 media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: banshee-community-extensions-1.6.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-plugins/banshee-community-extensions/banshee-community-extensions-1.6.0.ebuild,v 1.1 2010/04/01 07:58:08 ford_prefect Exp $
51
52 EAPI=3
53
54 inherit base mono
55
56 DESCRIPTION="Community-developed plugins for the Banshee media player"
57 HOMEPAGE="http://banshee-project.org/"
58 SRC_URI="http://download.banshee-project.org/${PN}/${PV}/${P}.tar.bz2"
59
60 LICENSE="MIT"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="lirc lyrics mirage telepathy"
64
65 DEPEND=">=dev-lang/mono-2.0
66 >=media-sound/banshee-1.5.4
67 >=gnome-base/gconf-2.0
68 dev-dotnet/gconf-sharp:2
69 lyrics? (
70 >=dev-dotnet/webkit-sharp-0.2
71 )
72 mirage? (
73 dev-libs/glib:2
74 dev-db/sqlite:3
75 sci-libs/fftw:3.0
76 media-libs/libsamplerate
77 >=media-libs/gstreamer-0.10.15
78 >=media-libs/gst-plugins-base-0.10.15
79 )
80 telepathy? (
81 dev-dotnet/notify-sharp
82 >=dev-lang/mono-2.4.2
83 )"
84 RDEPEND="${DEPEND}
85 !media-plugins/banshee-lyrics
86 !media-plugins/banshee-mirage"
87
88 src_configure() {
89 # Disable ClutterFlow as we don't have clutter in tree yet
90 # Disable UbuntuOneMusicStore as we don't have ubuntuone-sharp
91 # Disable AppIndicator as it's not in tree
92 local myconf="--enable-gnome --disable-static --enable-release
93 --with-gconf-schema-file-dir=/etc/gconf/schemas
94 --with-vendor-build-id=Gentoo/${PN}/${PVR}
95 --disable-clutterflow --enable-liveradio
96 --enable-coverwallpaper --enable-magnatune
97 --disable-ubuntuonemusicstore --disable-appindicator"
98
99 econf \
100 $(use_enable lirc) \
101 $(use_enable lyrics) \
102 $(use_enable mirage) \
103 $(use_enable telepathy) \
104 $(use_enable test tests) \
105 ${myconf}
106 }
107
108 src_install() {
109 base_src_install
110 }