Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/muine: ChangeLog muine-0.8.8.ebuild
Date: Mon, 22 Oct 2007 17:52:27
Message-Id: E1Ik1Rs-00043t-GZ@stork.gentoo.org
1 drac 07/10/22 17:52:20
2
3 Modified: ChangeLog
4 Added: muine-0.8.8.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.43 media-sound/muine/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 12 Jul 2007 14:51:16 -0000 1.42
23 +++ ChangeLog 22 Oct 2007 17:52:19 -0000 1.43
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/muine
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.42 2007/07/12 14:51:16 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.43 2007/10/22 17:52:19 drac Exp $
29 +
30 +*muine-0.8.8 (22 Oct 2007)
31 +
32 + 22 Oct 2007; Samuli Suominen <drac@g.o> +muine-0.8.8.ebuild:
33 + Version bump.
34
35 12 Jul 2007; Samuli Suominen <drac@g.o>
36 +files/muine-0.8.7-flac.patch, muine-0.8.7.ebuild:
37
38
39
40 1.1 media-sound/muine/muine-0.8.8.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.8.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.8.ebuild?rev=1.1&content-type=text/plain
44
45 Index: muine-0.8.8.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.8.ebuild,v 1.1 2007/10/22 17:52:19 drac Exp $
50
51 inherit gnome2 mono eutils multilib autotools
52
53 DESCRIPTION="A music player for GNOME"
54 HOMEPAGE="http://muine-player.org"
55 SRC_URI="http://muine-player.org/releases/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE="aac flac mad vorbis xine"
61
62 RDEPEND=">=dev-lang/mono-1.1
63 >=x11-libs/gtk+-2.6
64 >=dev-dotnet/gtk-sharp-2.6
65 >=dev-dotnet/glade-sharp-2.6
66 >=dev-dotnet/gnome-sharp-2.6
67 >=dev-dotnet/gconf-sharp-2.6
68 >=dev-dotnet/gnomevfs-sharp-2.6
69 sys-libs/gdbm
70 >=media-libs/flac-1.1.2
71 >=media-libs/libvorbis-1
72 >=media-libs/libid3tag-0.15.0b
73 aac? ( >=media-libs/faad2-2.0-r4 )
74 xine? ( >=media-libs/xine-lib-1 )
75 !xine? (
76 =media-libs/gstreamer-0.10*
77 =media-libs/gst-plugins-base-0.10*
78 =media-libs/gst-plugins-good-0.10*
79 =media-plugins/gst-plugins-gconf-0.10*
80 =media-plugins/gst-plugins-gnomevfs-0.10*
81 aac? ( =media-plugins/gst-plugins-faad-0.10* )
82 flac? ( =media-plugins/gst-plugins-flac-0.10* )
83 mad? ( =media-plugins/gst-plugins-mad-0.10* )
84 vorbis? ( =media-plugins/gst-plugins-ogg-0.10*
85 =media-plugins/gst-plugins-vorbis-0.10* )
86 )"
87 DEPEND="${RDEPEND}
88 dev-util/pkgconfig
89 app-text/scrollkeeper
90 gnome-base/gnome-common
91 >=dev-util/intltool-0.29
92 >=dev-util/monodoc-1.1.9"
93
94 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS PLUGINS README TODO"
95
96 # The build is not parallel safe
97 MAKEOPTS="${MAKEOPTS} -j1"
98
99 G2CONF="$(use_enable aac faad2) $(use_enable xine)"
100
101 src_install() {
102 gnome2_src_install
103 insinto /usr/$(get_libdir)/${PN}/plugins
104 doins "${S}"/plugins/TrayIcon.dll
105 }
106
107 pkg_postinst() {
108 elog
109 elog "Upstream no longer packages the tray icon plugin by default."
110 elog "The Gentoo ebuilds will continue to install the plugin, if you don't"
111 elog "want to use the plugin, remove TrayIcon.dll from"
112 elog "/usr/$(get_libdir)/muine/plugins/"
113 elog
114 }
115
116
117
118 --
119 gentoo-commits@g.o mailing list