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: muine-0.8.10-r1.ebuild ChangeLog
Date: Sat, 22 Aug 2009 22:12:33
Message-Id: E1Meyp5-0007Tw-Hl@stork.gentoo.org
1 loki_val 09/08/22 22:12:31
2
3 Modified: ChangeLog
4 Added: muine-0.8.10-r1.ebuild
5 Log:
6 Fix bug 272651, bugzilla.gnome.org bug 584702. Patch by Iain Lane.
7 (Portage version: 2.2_rc39/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.54 media-sound/muine/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 5 Apr 2009 17:19:23 -0000 1.53
23 +++ ChangeLog 22 Aug 2009 22:12:31 -0000 1.54
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-sound/muine
26 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.53 2009/04/05 17:19:23 loki_val Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.54 2009/08/22 22:12:31 loki_val Exp $
30 +
31 +*muine-0.8.10-r1 (22 Aug 2009)
32 +
33 + 22 Aug 2009; Peter Alfredsen <loki_val@g.o>
34 + +muine-0.8.10-r1.ebuild, +files/muine-0.8.10-gtk-sharp-2.12.9.patch:
35 + Fix bug 272651, bugzilla.gnome.org bug 584702. Patch by Iain Lane.
36
37 05 Apr 2009; Peter Alfredsen <loki_val@g.o> muine-0.8.10.ebuild:
38 Remove -Werror from build, bug 260915. Also drop aac use-flag, since faad2
39
40
41
42 1.1 media-sound/muine/muine-0.8.10-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: muine-0.8.10-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10-r1.ebuild,v 1.1 2009/08/22 22:12:31 loki_val Exp $
52
53 EAPI=2
54
55 inherit base gnome2 mono eutils multilib flag-o-matic
56
57 DESCRIPTION="A music player for GNOME"
58 HOMEPAGE="http://muine-player.org"
59 SRC_URI="http://download.gnome.org/sources/muine/0.8/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE="flac mad vorbis xine"
65
66 RDEPEND="x11-themes/gnome-icon-theme
67 >=dev-lang/mono-2
68 >=x11-libs/gtk+-2.6
69 >=dev-dotnet/gtk-sharp-2.12.9
70 >=dev-dotnet/glade-sharp-2.12.6
71 >=dev-dotnet/gnome-sharp-2.6
72 >=dev-dotnet/gconf-sharp-2.6
73 >=dev-dotnet/gnomevfs-sharp-2.6
74 >=dev-dotnet/dbus-sharp-0.4
75 >=dev-dotnet/dbus-glib-sharp-0.3
76 sys-libs/gdbm
77 >=media-libs/flac-1.1.2
78 >=media-libs/libvorbis-1
79 >=media-libs/libid3tag-0.15.0b
80 xine? ( >=media-libs/xine-lib-1 )
81 !xine? (
82 =media-libs/gstreamer-0.10*
83 =media-libs/gst-plugins-base-0.10*
84 =media-libs/gst-plugins-good-0.10*
85 =media-plugins/gst-plugins-gconf-0.10*
86 =media-plugins/gst-plugins-gnomevfs-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 virtual/monodoc"
98
99 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS PLUGINS README TODO"
100
101 PATCHES=(
102 "${FILESDIR}/${P}-buttons.patch"
103 "${FILESDIR}/${P}-gtk-sharp-2.12.9.patch"
104 )
105
106 # The build is not parallel safe
107 MAKEOPTS="${MAKEOPTS} -j1"
108
109 src_unpack() {
110 gnome2_src_unpack
111 }
112
113 src_prepare() {
114 base_src_prepare
115
116 }
117
118 src_configure() {
119 gnome2_src_configure --enable-compile-warnings=yes --disable-faad2 $(use_enable xine)
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 }