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/last-exit: ChangeLog last-exit-6-r1.ebuild
Date: Wed, 26 Nov 2008 15:37:53
Message-Id: E1L5MSd-00070M-3c@stork.gentoo.org
1 loki_val 08/11/26 15:37:51
2
3 Modified: ChangeLog
4 Added: last-exit-6-r1.ebuild
5 Log:
6 Fix bug 248892. Also add patch to build against system notify-sharp. Add deps permissive of gtk-sharp-2.12.6.
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc4 x86_64)
8
9 Revision Changes Path
10 1.17 media-sound/last-exit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/last-exit/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/last-exit/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/last-exit/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/last-exit/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 23 Jul 2008 20:11:26 -0000 1.16
23 +++ ChangeLog 26 Nov 2008 15:37:51 -0000 1.17
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-sound/last-exit
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/ChangeLog,v 1.16 2008/07/23 20:11:26 coldwind Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/ChangeLog,v 1.17 2008/11/26 15:37:51 loki_val Exp $
29 +
30 +*last-exit-6-r1 (26 Nov 2008)
31 +
32 + 26 Nov 2008; Peter Alfredsen <loki_val@g.o>
33 + +files/last-exit-notify-sharp.patch, +last-exit-6-r1.ebuild:
34 + Fix bug 248892. Also add patch to build against system notify-sharp. Add
35 + deps permissive of gtk-sharp-2.12.6.
36
37 *last-exit-6 (23 Jul 2008)
38
39
40
41
42 1.1 media-sound/last-exit/last-exit-6-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/last-exit/last-exit-6-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/last-exit/last-exit-6-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: last-exit-6-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-6-r1.ebuild,v 1.1 2008/11/26 15:37:51 loki_val Exp $
52
53 EAPI=2
54
55 inherit mono gnome2 eutils autotools
56
57 DESCRIPTION="Gnome/GTK+ alternative to the last.fm player"
58 HOMEPAGE="http://lastexit-player.org/"
59 SRC_URI="http://lastexit-player.org/releases/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND=">=gnome-base/gconf-2
67 >=x11-libs/gtk+-2.6
68 >=media-libs/gstreamer-0.10
69 >=media-libs/gst-plugins-base-0.10
70 >=media-plugins/gst-plugins-mad-0.10
71 >=media-plugins/gst-plugins-gconf-0.10
72 >=media-plugins/gst-plugins-gnomevfs-0.10
73 >=dev-lang/mono-1.0
74 || ( >=dev-dotnet/gtk-sharp-2.12.6[glade] ( >=dev-dotnet/gtk-sharp-2 >=dev-dotnet/glade-sharp-2 ) )
75 >=dev-dotnet/gnome-sharp-2
76 >=dev-dotnet/gnomevfs-sharp-2
77 dev-dotnet/notify-sharp
78 >=dev-dotnet/gconf-sharp-2
79 >=dev-libs/dbus-glib-0.71
80 >=dev-dotnet/dbus-sharp-0.6.0
81 >=dev-dotnet/dbus-glib-sharp-0.4.1
82 >=x11-libs/libsexy-0.1.7"
83 DEPEND="${RDEPEND}"
84
85 pkg_setup() {
86 G2CONF="${G2CONF} --disable-schemas-install"
87 }
88
89 src_unpack() {
90 gnome2_src_unpack
91 epatch "${FILESDIR}/${PN}-notify-sharp.patch"
92 eautoreconf
93 }
94
95 src_configure() {
96 gnome2_src_configure
97 }
98
99 src_compile() {
100 default
101 }
102
103 src_install() {
104 emake DESTDIR="${D}" install || die "emake install failed"
105 }
106
107 pkg_postinst() {
108 gnome2_pkg_postinst
109 }