Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@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.32.4.ebuild totem-pl-parser-2.30.4.ebuild totem-pl-parser-2.30.1.ebuild
Date: Sat, 02 Apr 2011 11:37:35
Message-Id: 20110402113704.471FD20054@flycatcher.gentoo.org
1 pacho 11/04/02 11:37:04
2
3 Modified: ChangeLog totem-pl-parser-2.32.4.ebuild
4 Removed: totem-pl-parser-2.30.4.ebuild
5 totem-pl-parser-2.30.1.ebuild
6 Log:
7 Pull fixed quvi version (bug #355903) and enable it by default as it's now the only way of playing youtube videos. Commend unneeded ebuild parts when eautoreconf is not used. Remove old
8
9 (Portage version: 2.1.9.45/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.92 dev-libs/totem-pl-parser/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.92&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.92&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.91&r2=1.92
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v
21 retrieving revision 1.91
22 retrieving revision 1.92
23 diff -u -r1.91 -r1.92
24 --- ChangeLog 23 Mar 2011 14:23:00 -0000 1.91
25 +++ ChangeLog 2 Apr 2011 11:37:04 -0000 1.92
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-libs/totem-pl-parser
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.91 2011/03/23 14:23:00 nirbheek Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.92 2011/04/02 11:37:04 pacho Exp $
31 +
32 + 02 Apr 2011; Pacho Ramos <pacho@g.o> -totem-pl-parser-2.30.1.ebuild,
33 + -totem-pl-parser-2.30.4.ebuild, totem-pl-parser-2.32.4.ebuild:
34 + Pull fixed quvi version (bug #355903) and enable it by default as it's now
35 + the only way of playing youtube videos. Commend unneeded ebuild parts when
36 + eautoreconf is not used. Remove old
37
38 23 Mar 2011; Nirbheek Chauhan <nirbheek@g.o>
39 +files/totem-pl-parser-2.32.3-fix-quvi.patch:
40
41
42
43 1.2 dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild?r1=1.1&r2=1.2
48
49 Index: totem-pl-parser-2.32.4.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- totem-pl-parser-2.32.4.ebuild 22 Mar 2011 00:28:39 -0000 1.1
56 +++ totem-pl-parser-2.32.4.ebuild 2 Apr 2011 11:37:04 -0000 1.2
57 @@ -1,32 +1,33 @@
58 # Copyright 1999-2011 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild,v 1.1 2011/03/22 00:28:39 nirbheek Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-2.32.4.ebuild,v 1.2 2011/04/02 11:37:04 pacho Exp $
62
63 EAPI="3"
64 GCONF_DEBUG="no"
65
66 -inherit gnome2 eutils autotools
67 +inherit gnome2
68
69 DESCRIPTION="Playlist parsing library"
70 HOMEPAGE="http://projects.gnome.org/totem/"
71 -SRC_URI="${SRC_URI} mirror://gentoo/introspection-20110205.m4.tar.bz2"
72 +
73 +# eautoreconf needs:
74 +#SRC_URI="${SRC_URI} mirror://gentoo/introspection-20110205.m4.tar.bz2"
75
76 LICENSE="LGPL-2"
77 SLOT="0"
78 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
79 -IUSE="doc quvi +introspection"
80 +IUSE="doc +quvi +introspection"
81
82 RDEPEND=">=dev-libs/glib-2.24:2
83 dev-libs/gmime:2.4
84 >=net-libs/libsoup-gnome-2.30:2.4
85 introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
86 - quvi? ( >=media-libs/quvi-0.2.11 )"
87 + quvi? ( >=media-libs/quvi-0.2.14-r1 )"
88 DEPEND="${RDEPEND}
89 !<media-video/totem-2.21
90 >=sys-devel/gettext-0.17
91 >=dev-util/intltool-0.35
92 - doc? ( >=dev-util/gtk-doc-1.11 )
93 - >=dev-util/gtk-doc-am-1.11"
94 + doc? ( >=dev-util/gtk-doc-1.11 )"
95 # eautoreconf needs:
96 # >=dev-util/gtk-doc-am-1.11
97
98 @@ -38,14 +39,15 @@
99 DOCS="AUTHORS ChangeLog NEWS"
100 }
101
102 -src_unpack() {
103 - # If gobject-introspection is installed, we don't need the extra .m4
104 - if has_version "dev-libs/gobject-introspection"; then
105 - unpack ${P}.tar.bz2
106 - else
107 - unpack ${A}
108 - fi
109 -}
110 +# eautoreconf needs:
111 +#src_unpack() {
112 +# # If gobject-introspection is installed, we don't need the extra .m4
113 +# if has_version "dev-libs/gobject-introspection"; then
114 +# unpack ${P}.tar.bz2
115 +# else
116 +# unpack ${A}
117 +# fi
118 +#}
119
120 src_prepare() {
121 gnome2_src_prepare