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.0.0-r1.ebuild banshee-1.0.0.ebuild
Date: Mon, 16 Jun 2008 19:29:57
Message-Id: E1K8KOm-0003Fk-6F@stork.gentoo.org
1 loki_val 08/06/16 19:29:52
2
3 Modified: ChangeLog
4 Added: banshee-1.0.0-r1.ebuild
5 Removed: banshee-1.0.0.ebuild
6 Log:
7 Add fix for bug 227447, wrongly sized icon with vertical panel.
8 (Portage version: 2.1.5.5)
9
10 Revision Changes Path
11 1.62 media-sound/banshee/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.62&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.62&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/ChangeLog?r1=1.61&r2=1.62
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v
20 retrieving revision 1.61
21 retrieving revision 1.62
22 diff -u -r1.61 -r1.62
23 --- ChangeLog 16 Jun 2008 13:35:01 -0000 1.61
24 +++ ChangeLog 16 Jun 2008 19:29:51 -0000 1.62
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-sound/banshee
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.61 2008/06/16 13:35:01 drac Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.62 2008/06/16 19:29:51 loki_val Exp $
30 +
31 +*banshee-1.0.0-r1 (16 Jun 2008)
32 +
33 + 16 Jun 2008; Peter Alfredsen <loki_val@g.o>
34 + +files/banshee-1.0.0-notification-icon.patch, -banshee-1.0.0.ebuild,
35 + +banshee-1.0.0-r1.ebuild:
36 + Add fix for bug 227447, wrongly sized icon with vertical panel.
37
38 16 Jun 2008; Samuli Suominen <drac@g.o> banshee-1.0.0.ebuild:
39 Sane USE defaults; most people don't own removable devices like ipod and
40
41
42
43 1.1 media-sound/banshee/banshee-1.0.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/banshee-1.0.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/banshee/banshee-1.0.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: banshee-1.0.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.0.0-r1.ebuild,v 1.1 2008/06/16 19:29:51 loki_val Exp $
53
54 EAPI=1
55
56 inherit base gnome2 mono
57
58 GVER=0.10.3
59
60 DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface."
61 HOMEPAGE="http://banshee-project.org"
62 SRC_URI="http://download.banshee-project.org/${PN}/${PN}-1-${PV}.tar.bz2"
63
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="+aac +boo daap doc +encode +flac ipod +mad mtp +podcast test +vorbis"
68
69 RDEPEND=">=dev-lang/mono-1.2.4
70 >=dev-dotnet/gtk-sharp-2.10
71 >=dev-dotnet/gconf-sharp-2.8
72 >=dev-dotnet/gnome-sharp-2.8
73 >=media-libs/gst-plugins-bad-${GVER}
74 >=media-libs/gst-plugins-good-${GVER}
75 >=media-libs/gst-plugins-ugly-${GVER}
76 >=media-plugins/gst-plugins-alsa-${GVER}
77 >=media-plugins/gst-plugins-gnomevfs-${GVER}
78 >=media-plugins/gst-plugins-gconf-${GVER}
79 >=media-plugins/gst-plugins-cdparanoia-${GVER}
80 =media-libs/musicbrainz-2*
81 dev-dotnet/dbus-glib-sharp
82 dev-dotnet/mono-addins
83 dev-dotnet/taglib-sharp
84 >=dev-db/sqlite-3.4
85 aac? (
86 >=media-plugins/gst-plugins-faad-${GVER}
87 )
88 boo? (
89 >=dev-lang/boo-0.8.1
90 )
91 daap? (
92 >=dev-dotnet/mono-zeroconf-0.7.3
93 )
94 doc? (
95 dev-util/monodoc
96 )
97 encode? (
98 >=media-plugins/gst-plugins-lame-${GVER}
99 >=media-plugins/gst-plugins-taglib-${GVER}
100 )
101 flac? (
102 >=media-plugins/gst-plugins-flac-${GVER}
103 )
104 ipod? (
105 >=dev-dotnet/ipod-sharp-0.8.0
106 )
107 mad? (
108 >=media-plugins/gst-plugins-mad-${GVER}
109 )
110 mtp? (
111 >=media-libs/libmtp-0.2.5-r1
112 )
113 vorbis? (
114 >=media-plugins/gst-plugins-ogg-${GVER}
115 >=media-plugins/gst-plugins-vorbis-${GVER}
116 )"
117
118 DEPEND="${RDEPEND}
119 dev-util/pkgconfig"
120
121 PATCHES=( "${FILESDIR}/${P}-notification-icon.patch" )
122
123 DOCS="AUTHORS ChangeLog HACKING NEWS README"
124
125 S=${WORKDIR}/${PN}-1-${PV}
126
127 pkg_setup() {
128 G2CONF="${G2CONF}
129 $(use_enable doc docs)
130 $(use_enable mtp)
131 $(use_enable daap)
132 $(use_enable ipod)
133 $(use_enable podcast)
134 $(use_enable test tests)"
135
136 MAKEOPTS="${MAKEOPTS} -j1"
137 }
138
139 src_unpack() {
140 base_src_unpack
141 gnome2_omf_fix
142 elibtoolize
143 }
144
145
146
147 --
148 gentoo-commits@l.g.o mailing list