Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/totem-pl-parser: ChangeLog totem-pl-parser-2.24.2.ebuild totem-pl-parser-2.24.1.ebuild
Date: Sun, 02 Nov 2008 07:17:23
Message-Id: E1KwXD7-0008R0-Q6@stork.gentoo.org
1 leio 08/11/02 07:17:21
2
3 Modified: ChangeLog
4 Added: totem-pl-parser-2.24.2.ebuild
5 Removed: totem-pl-parser-2.24.1.ebuild
6 Log:
7 Version bump. Fixes M3U parsing in regards to mime types, fixes totem-python regarding a missing symbol export
8 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
9
10 Revision Changes Path
11 1.14 dev-libs/totem-pl-parser/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 20 Oct 2008 20:14:12 -0000 1.13
24 +++ ChangeLog 2 Nov 2008 07:17:21 -0000 1.14
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-libs/totem-pl-parser
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.13 2008/10/20 20:14:12 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.14 2008/11/02 07:17:21 leio Exp $
30 +
31 +*totem-pl-parser-2.24.2 (02 Nov 2008)
32 +
33 + 02 Nov 2008; Mart Raudsepp <leio@g.o>
34 + -totem-pl-parser-2.24.1.ebuild, +totem-pl-parser-2.24.2.ebuild:
35 + Version bump. Fixes M3U parsing in regards to mime types, fixes
36 + totem-python regarding a missing symbol export
37
38 *totem-pl-parser-2.24.1 (20 Oct 2008)
39
40
41
42
43 1.1 dev-libs/totem-pl-parser/totem-pl-parser-2.24.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.24.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.24.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: totem-pl-parser-2.24.2.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.24.2.ebuild,v 1.1 2008/11/02 07:17:21 leio Exp $
53
54 inherit gnome.org
55
56 DESCRIPTION="Playlist parsing library"
57 HOMEPAGE="http://www.gnome.org/projects/totem/"
58
59 LICENSE="LGPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE="doc hal"
63
64 RDEPEND=">=dev-libs/glib-2.16.3
65 >=x11-libs/gtk+-2.12
66 >=gnome-extra/evolution-data-server-1.12
67 hal? (
68 =sys-apps/hal-0.5*
69 >=sys-apps/dbus-1.0 )"
70 DEPEND="${RDEPEND}
71 !<media-video/totem-2.21
72 >=dev-util/intltool-0.40
73 doc? ( dev-util/gtk-doc )"
74
75 src_compile() {
76 econf $(use_with hal)
77 emake || die "build failed"
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die "install failed"
82 }