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-video/gnome-subtitles: ChangeLog gnome-subtitles-0.9.1.ebuild
Date: Sun, 23 Aug 2009 14:59:13
Message-Id: E1MfEXI-0006OW-1E@stork.gentoo.org
1 loki_val 09/08/23 14:59:12
2
3 Modified: ChangeLog
4 Added: gnome-subtitles-0.9.1.ebuild
5 Log:
6 Bump, bug 278286. Thanks to Pedro Castro <mail@×××××××××××.org> for reporting. Patch which changes the build-system to use libtool to create plugin .so included, reported upstream at http://bugzilla.gnome.org/show_bug.cgi?id=592784 .
7 (Portage version: 2.2_rc39/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 media-video/gnome-subtitles/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/gnome-subtitles/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/gnome-subtitles/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/gnome-subtitles/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/gnome-subtitles/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 10 May 2009 09:09:27 -0000 1.23
23 +++ ChangeLog 23 Aug 2009 14:59:11 -0000 1.24
24 @@ -1,6 +1,16 @@
25 # ChangeLog for media-video/gnome-subtitles
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/gnome-subtitles/ChangeLog,v 1.23 2009/05/10 09:09:27 loki_val Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/gnome-subtitles/ChangeLog,v 1.24 2009/08/23 14:59:11 loki_val Exp $
29 +
30 +*gnome-subtitles-0.9.1 (23 Aug 2009)
31 +
32 + 23 Aug 2009; Peter Alfredsen <loki_val@g.o>
33 + +gnome-subtitles-0.9.1.ebuild,
34 + +files/gnome-subtitles-0.9.1-as-needed.patch:
35 + Bump, bug 278286. Thanks to Pedro Castro <mail@×××××××××××.org> for
36 + reporting. Patch which changes the build-system to use libtool to create
37 + plugin .so included, reported upstream at
38 + http://bugzilla.gnome.org/show_bug.cgi?id=592784 .
39
40 10 May 2009; Peter Alfredsen <loki_val@g.o>
41 -gnome-subtitles-0.3.ebuild, -gnome-subtitles-0.6.ebuild:
42
43
44
45 1.1 media-video/gnome-subtitles/gnome-subtitles-0.9.1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/gnome-subtitles/gnome-subtitles-0.9.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/gnome-subtitles/gnome-subtitles-0.9.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gnome-subtitles-0.9.1.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/media-video/gnome-subtitles/gnome-subtitles-0.9.1.ebuild,v 1.1 2009/08/23 14:59:11 loki_val Exp $
55
56 EAPI=2
57
58 inherit mono gnome2 eutils autotools
59
60 DESCRIPTION="Video subtitling for the Gnome desktop"
61 HOMEPAGE="http://gnome-subtitles.sourceforge.net/"
62 SRC_URI="mirror://sourceforge/gnome-subtitles/${P}.tar.gz"
63 LICENSE="GPL-2"
64 IUSE=""
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~x86"
67 RDEPEND=">=dev-lang/mono-1.1
68 >=dev-dotnet/glade-sharp-2.12
69 >=dev-dotnet/gtk-sharp-2.12
70 >=dev-dotnet/gconf-sharp-2.12
71 >=media-libs/gstreamer-0.10
72 >=app-text/gtkspell-2.0
73 >=app-text/enchant-1.3
74 >=media-libs/gst-plugins-base-0.10"
75 DEPEND="${RDEPEND}
76 app-text/scrollkeeper
77 dev-util/pkgconfig
78 app-text/gnome-doc-utils"
79
80 src_prepare() {
81 epatch "${FILESDIR}/${P}-as-needed.patch"
82 eautoreconf
83 gnome2_src_prepare
84 }
85
86 src_install() {
87 gnome2_src_install
88 find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"
89 }
90
91 DOCS="AUTHORS ChangeLog NEWS README"