Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/banshee: banshee-2.2.1.ebuild ChangeLog
Date: Mon, 28 Nov 2011 21:05:18
Message-Id: 20111128210458.3FBAA2004B@flycatcher.gentoo.org
1 pacho 11/11/28 21:04:58
2
3 Modified: banshee-2.2.1.ebuild ChangeLog
4 Log:
5 Fix dependencies: drop old GVER stuff that didn't make any sense with the way we provide gst plugins, gnomevfs was replaced by gio time ago, gvfs[ios] is needed with USE 'ios', rename 'ipod' to 'ios' USE flag. Thanks a lot to leio for his help.
6
7 (Portage version: 2.1.10.38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-sound/banshee/banshee-2.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-2.2.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-2.2.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/banshee-2.2.1.ebuild?r1=1.1&r2=1.2
15
16 Index: banshee-2.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-2.2.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- banshee-2.2.1.ebuild 21 Nov 2011 11:50:05 -0000 1.1
23 +++ banshee-2.2.1.ebuild 28 Nov 2011 21:04:58 -0000 1.2
24 @@ -1,20 +1,18 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-2.2.1.ebuild,v 1.1 2011/11/21 11:50:05 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-2.2.1.ebuild,v 1.2 2011/11/28 21:04:58 pacho Exp $
29
30 EAPI="4"
31
32 inherit eutils autotools mono gnome2-utils fdo-mime versionator gnome.org
33
34 -GVER=0.10.7
35 -
36 DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface."
37 HOMEPAGE="http://banshee.fm/"
38
39 LICENSE="MIT"
40 SLOT="0"
41 KEYWORDS="~amd64 ~x86"
42 -IUSE="+aac +cdda +bpm boo daap doc +encode ipod karma mtp test udev +web youtube"
43 +IUSE="+aac +cdda +bpm boo daap doc +encode ios karma mtp test udev +web youtube"
44
45 RDEPEND=">=dev-lang/mono-2.4.3
46 gnome-base/gnome-settings-daemon
47 @@ -25,16 +23,16 @@
48 >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
49 >=media-libs/gstreamer-0.10.21-r3:0.10
50 >=media-libs/gst-plugins-base-0.10.25.2:0.10
51 - >=media-libs/gst-plugins-bad-${GVER}
52 - >=media-libs/gst-plugins-good-${GVER}:0.10
53 - >=media-libs/gst-plugins-ugly-${GVER}:0.10
54 + media-libs/gst-plugins-bad
55 + media-libs/gst-plugins-good:0.10
56 + media-libs/gst-plugins-ugly:0.10
57 >=media-plugins/gst-plugins-meta-0.10-r2:0.10
58 - >=media-plugins/gst-plugins-gnomevfs-${GVER}:0.10
59 - >=media-plugins/gst-plugins-gconf-${GVER}:0.10
60 + media-plugins/gst-plugins-gio:0.10
61 + media-plugins/gst-plugins-gconf:0.10
62 cdda? (
63 || (
64 - >=media-plugins/gst-plugins-cdparanoia-${GVER}:0.10
65 - >=media-plugins/gst-plugins-cdio-${GVER}:0.10
66 + media-plugins/gst-plugins-cdparanoia:0.10
67 + media-plugins/gst-plugins-cdio:0.10
68 )
69 )
70 media-libs/musicbrainz:1
71 @@ -44,24 +42,21 @@
72 >=dev-dotnet/taglib-sharp-2.0.3.7
73 >=dev-db/sqlite-3.4:3
74 karma? ( >=media-libs/libkarma-0.1.0-r1 )
75 - aac? ( >=media-plugins/gst-plugins-faad-${GVER}:0.10 )
76 - boo? (
77 - >=dev-lang/boo-0.8.1
78 - )
79 - bpm? ( >=media-plugins/gst-plugins-soundtouch-${GVER}:0.10 )
80 - daap? (
81 - >=dev-dotnet/mono-zeroconf-0.8.0-r1
82 - )
83 + aac? ( media-plugins/gst-plugins-faad:0.10 )
84 + boo? ( >=dev-lang/boo-0.8.1 )
85 + bpm? ( media-plugins/gst-plugins-soundtouch:0.10 )
86 + daap? ( >=dev-dotnet/mono-zeroconf-0.8.0-r1 )
87 doc? (
88 virtual/monodoc
89 >=app-text/gnome-doc-utils-0.17.3
90 )
91 encode? (
92 - >=media-plugins/gst-plugins-lame-${GVER}:0.10
93 - >=media-plugins/gst-plugins-taglib-${GVER}:0.10
94 + media-plugins/gst-plugins-lame:0.10
95 + media-plugins/gst-plugins-taglib:0.10
96 )
97 - ipod? (
98 + ios? (
99 >=media-libs/libgpod-0.7.95[mono]
100 + gnome-base/gvfs[ios]
101 )
102 mtp? (
103 >=media-libs/libmtp-0.3.0
104 @@ -123,7 +118,7 @@
105 $(use_enable boo) \
106 $(use_enable mtp) \
107 $(use_enable daap) \
108 - $(use_enable ipod appledevice) \
109 + $(use_enable ios appledevice) \
110 $(use_enable karma) \
111 $(use_enable web webkit) \
112 $(use_enable youtube) \
113
114
115
116 1.145 media-sound/banshee/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.145&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/ChangeLog?rev=1.145&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/ChangeLog?r1=1.144&r2=1.145
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v
125 retrieving revision 1.144
126 retrieving revision 1.145
127 diff -u -r1.144 -r1.145
128 --- ChangeLog 21 Nov 2011 11:50:05 -0000 1.144
129 +++ ChangeLog 28 Nov 2011 21:04:58 -0000 1.145
130 @@ -1,6 +1,12 @@
131 # ChangeLog for media-sound/banshee
132 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.144 2011/11/21 11:50:05 pacho Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.145 2011/11/28 21:04:58 pacho Exp $
135 +
136 + 28 Nov 2011; Pacho Ramos <pacho@g.o> banshee-2.2.1.ebuild:
137 + Fix dependencies: drop old GVER stuff that didn't make any sense with the way
138 + we provide gst plugins, gnomevfs was replaced by gio time ago, gvfs[ios] is
139 + needed with USE 'ios', rename 'ipod' to 'ios' USE flag. Thanks a lot to leio
140 + for his help.
141
142 *banshee-2.2.1 (21 Nov 2011)