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/muine: ChangeLog muine-0.8.10.ebuild
Date: Sun, 23 Nov 2008 23:52:01
Message-Id: E1L4OkA-0003Hy-DD@stork.gentoo.org
1 loki_val 08/11/23 23:51:58
2
3 Modified: ChangeLog
4 Added: muine-0.8.10.ebuild
5 Log:
6 bump
7 (Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc4 x86_64)
8
9 Revision Changes Path
10 1.47 media-sound/muine/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 20 Sep 2008 09:54:16 -0000 1.46
23 +++ ChangeLog 23 Nov 2008 23:51:58 -0000 1.47
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-sound/muine
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.46 2008/09/20 09:54:16 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.47 2008/11/23 23:51:58 loki_val Exp $
29 +
30 +*muine-0.8.10 (23 Nov 2008)
31 +
32 + 23 Nov 2008; Peter Alfredsen <loki_val@g.o>
33 + +files/muine-0.8.10-buttons.patch, +muine-0.8.10.ebuild:
34 + bump
35
36 20 Sep 2008; Tobias Scherbaum <dertobi123@g.o> muine-0.8.8.ebuild:
37 ppc stable, bug #218112
38
39
40
41 1.1 media-sound/muine/muine-0.8.10.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: muine-0.8.10.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v 1.1 2008/11/23 23:51:58 loki_val Exp $
51
52 EAPI=2
53
54 inherit base gnome2 mono eutils multilib autotools flag-o-matic
55
56 DESCRIPTION="A music player for GNOME"
57 HOMEPAGE="http://muine-player.org"
58 SRC_URI="http://download.gnome.org/sources/muine/0.8/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE="aac flac mad vorbis xine"
64
65 RDEPEND="x11-themes/gnome-icon-theme
66 >=dev-lang/mono-2
67 >=x11-libs/gtk+-2.6
68 >=dev-dotnet/gtk-sharp-2.12.6[glade]
69 >=dev-dotnet/gnome-sharp-2.6
70 >=dev-dotnet/gconf-sharp-2.6
71 >=dev-dotnet/gnomevfs-sharp-2.6
72 >=dev-dotnet/dbus-sharp-0.4
73 >=dev-dotnet/dbus-glib-sharp-0.3
74 sys-libs/gdbm
75 >=media-libs/flac-1.1.2
76 >=media-libs/libvorbis-1
77 >=media-libs/libid3tag-0.15.0b
78 aac? ( >=media-libs/faad2-2.0-r4 )
79 xine? ( >=media-libs/xine-lib-1 )
80 !xine? (
81 =media-libs/gstreamer-0.10*
82 =media-libs/gst-plugins-base-0.10*
83 =media-libs/gst-plugins-good-0.10*
84 =media-plugins/gst-plugins-gconf-0.10*
85 =media-plugins/gst-plugins-gnomevfs-0.10*
86 aac? ( =media-plugins/gst-plugins-faad-0.10* )
87 flac? ( =media-plugins/gst-plugins-flac-0.10* )
88 mad? ( =media-plugins/gst-plugins-mad-0.10* )
89 vorbis? ( =media-plugins/gst-plugins-ogg-0.10*
90 =media-plugins/gst-plugins-vorbis-0.10* )
91 )"
92 DEPEND="${RDEPEND}
93 dev-util/pkgconfig
94 app-text/scrollkeeper
95 gnome-base/gnome-common
96 >=dev-util/intltool-0.29
97 >=dev-util/monodoc-1.1.9"
98
99 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS PLUGINS README TODO"
100
101 PATCHES=( "${FILESDIR}/${P}-buttons.patch" )
102
103 # The build is not parallel safe
104 MAKEOPTS="${MAKEOPTS} -j1"
105
106 G2CONF="$(use_enable aac faad2) $(use_enable xine)"
107
108 src_unpack() {
109 gnome2_src_unpack
110 }
111
112 src_prepare() {
113 base_src_prepare
114
115 }
116
117 src_configure() {
118 append-flags -Wno-error
119 gnome2_src_configure
120 }
121
122 src_compile() {
123 default
124 }
125
126 src_install() {
127 gnome2_src_install
128 insinto /usr/$(get_libdir)/${PN}/plugins
129 doins "${S}"/plugins/TrayIcon.dll
130 }
131
132 pkg_postinst() {
133 elog
134 elog "Upstream no longer packages the tray icon plugin by default."
135 elog "The Gentoo ebuilds will continue to install the plugin, if you don't"
136 elog "want to use the plugin, remove TrayIcon.dll from"
137 elog "/usr/$(get_libdir)/muine/plugins/"
138 elog
139 }