Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/banshee: ChangeLog banshee-1.2.0.ebuild
Date: Fri, 01 Aug 2008 20:33:12
Message-Id: E1KP1JF-0002m3-Qv@stork.gentoo.org
1 loki_val 08/08/01 20:33:09
2
3 Modified: ChangeLog
4 Added: banshee-1.2.0.ebuild
5 Log:
6 bump to banshee 1.2
7 (Portage version: 2.2_rc5/cvs/Linux 2.6.25.8 i686)
8
9 Revision Changes Path
10 1.67 media-sound/banshee/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.67&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.67&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?r1=1.66&r2=1.67
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v
19 retrieving revision 1.66
20 retrieving revision 1.67
21 diff -u -r1.66 -r1.67
22 --- ChangeLog 7 Jul 2008 16:26:03 -0000 1.66
23 +++ ChangeLog 1 Aug 2008 20:33:09 -0000 1.67
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/banshee
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.66 2008/07/07 16:26:03 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.67 2008/08/01 20:33:09 loki_val Exp $
29 +
30 +*banshee-1.2.0 (01 Aug 2008)
31 +
32 + 01 Aug 2008; Peter Alfredsen <loki_val@g.o> +banshee-1.2.0.ebuild:
33 + bump to banshee 1.2
34
35 07 Jul 2008; Samuli Suominen <drac@g.o> banshee-1.0.0-r1.ebuild:
36 Update taglib-sharp dep. for bug #230465, thanks to corec.
37
38
39
40 1.1 media-sound/banshee/banshee-1.2.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/banshee-1.2.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/banshee-1.2.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: banshee-1.2.0.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.2.0.ebuild,v 1.1 2008/08/01 20:33:09 loki_val Exp $
50
51 EAPI=1
52
53 inherit base gnome2 mono
54
55 GVER=0.10.3
56
57 DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface."
58 HOMEPAGE="http://banshee-project.org"
59 SRC_URI="http://download.banshee-project.org/${PN}/${PN}-1-${PV}.tar.bz2"
60
61 LICENSE="MIT"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="+aac +boo daap doc +encode +flac ipod +mad mtp +podcast test +vorbis"
65
66 RDEPEND=">=dev-lang/mono-1.2.4
67 >=dev-dotnet/gtk-sharp-2.10
68 >=dev-dotnet/gconf-sharp-2.8
69 >=dev-dotnet/gnome-sharp-2.8
70 >=media-libs/gst-plugins-bad-${GVER}
71 >=media-libs/gst-plugins-good-${GVER}
72 >=media-libs/gst-plugins-ugly-${GVER}
73 >=media-plugins/gst-plugins-alsa-${GVER}
74 >=media-plugins/gst-plugins-gnomevfs-${GVER}
75 >=media-plugins/gst-plugins-gconf-${GVER}
76 || (
77 >=media-plugins/gst-plugins-cdparanoia-${GVER}
78 >=media-plugins/gst-plugins-cdio-${GVER}
79 )
80 media-libs/musicbrainz:1
81 >=dev-dotnet/dbus-glib-sharp-0.3
82 >=dev-dotnet/dbus-sharp-0.5
83 >=dev-dotnet/mono-addins-0.3.1
84 >=dev-dotnet/taglib-sharp-2.0.3
85 >=dev-db/sqlite-3.4
86 aac? (
87 >=media-plugins/gst-plugins-faad-${GVER}
88 )
89 boo? (
90 >=dev-lang/boo-0.8.1
91 )
92 daap? (
93 >=dev-dotnet/mono-zeroconf-0.7.3
94 )
95 doc? (
96 dev-util/monodoc
97 )
98 encode? (
99 >=media-plugins/gst-plugins-lame-${GVER}
100 >=media-plugins/gst-plugins-taglib-${GVER}
101 )
102 flac? (
103 >=media-plugins/gst-plugins-flac-${GVER}
104 )
105 ipod? (
106 >=dev-dotnet/ipod-sharp-0.8.0
107 )
108 mad? (
109 >=media-plugins/gst-plugins-mad-${GVER}
110 )
111 mtp? (
112 >=media-libs/libmtp-0.2.5-r1
113 )
114 vorbis? (
115 >=media-plugins/gst-plugins-ogg-${GVER}
116 >=media-plugins/gst-plugins-vorbis-${GVER}
117 )"
118
119 DEPEND="${RDEPEND}
120 dev-util/pkgconfig"
121
122 DOCS="AUTHORS ChangeLog HACKING NEWS README"
123
124 S=${WORKDIR}/${PN}-1-${PV}
125
126 pkg_setup() {
127 G2CONF="${G2CONF}
128 $(use_enable doc docs)
129 $(use_enable mtp)
130 $(use_enable daap)
131 $(use_enable ipod)
132 $(use_enable podcast)
133 $(use_enable test tests)"
134
135 MAKEOPTS="${MAKEOPTS} -j1"
136 }
137
138 src_unpack() {
139 base_src_unpack
140 gnome2_omf_fix
141 elibtoolize
142 }