Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/totem: ChangeLog totem-3.8.2.ebuild
Date: Sun, 30 Jun 2013 21:37:01
Message-Id: 20130630213624.F277C2171C@flycatcher.gentoo.org
1 eva 13/06/30 21:36:24
2
3 Modified: ChangeLog totem-3.8.2.ebuild
4 Log:
5 Apply team policy for configure and update gtk+ dependency per libgd requirements.
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.362 media-video/totem/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.362&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.362&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?r1=1.361&r2=1.362
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v
19 retrieving revision 1.361
20 retrieving revision 1.362
21 diff -u -r1.361 -r1.362
22 --- ChangeLog 2 Jun 2013 20:44:56 -0000 1.361
23 +++ ChangeLog 30 Jun 2013 21:36:24 -0000 1.362
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-video/totem
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.361 2013/06/02 20:44:56 abcd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.362 2013/06/30 21:36:24 eva Exp $
29 +
30 + 30 Jun 2013; Gilles Dartiguelongue <eva@g.o> totem-3.8.2.ebuild:
31 + Apply team policy for configure and update gtk+ dependency per libgd
32 + requirements.
33
34 02 Jun 2013; Jonathan Callen <abcd@g.o> totem-3.6.3-r1.ebuild,
35 totem-3.8.0.ebuild, totem-3.8.2.ebuild:
36
37
38
39 1.3 media-video/totem/totem-3.8.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.8.2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.8.2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.8.2.ebuild?r1=1.2&r2=1.3
44
45 Index: totem-3.8.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.8.2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- totem-3.8.2.ebuild 2 Jun 2013 20:44:56 -0000 1.2
52 +++ totem-3.8.2.ebuild 30 Jun 2013 21:36:24 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.8.2.ebuild,v 1.2 2013/06/02 20:44:56 abcd Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.8.2.ebuild,v 1.3 2013/06/30 21:36:24 eva Exp $
58
59 EAPI="5"
60 GCONF_DEBUG="yes"
61 @@ -34,7 +34,7 @@
62 RDEPEND="
63 >=dev-libs/glib-2.33:2
64 >=x11-libs/gdk-pixbuf-2.23.0:2
65 - >=x11-libs/gtk+-3.5.2:3[introspection?]
66 + >=x11-libs/gtk+-3.7.10:3[introspection?]
67 >=dev-libs/totem-pl-parser-2.32.4[introspection?]
68 >=dev-libs/libpeas-1.1.0[gtk]
69 >=x11-themes/gnome-icon-theme-2.16
70 @@ -107,26 +107,6 @@
71 src_configure() {
72 use nsplugin && DOCS="${DOCS} browser-plugin/README.browser-plugin"
73
74 - #--with-smclient=auto needed to correctly link to libICE and libSM
75 - G2CONF="${G2CONF}
76 - --disable-run-in-source-tree
77 - --disable-static
78 - --with-smclient=auto
79 - --enable-easy-codec-installation
80 - --enable-vala
81 - $(use_enable flash vegas-plugin)
82 - $(use_enable introspection)
83 - $(use_enable nautilus)
84 - $(use_enable nsplugin browser-plugins)
85 - $(use_enable python)
86 - VALAC=$(type -P true)
87 - BROWSER_PLUGIN_DIR=/usr/$(get_libdir)/nsbrowser/plugins"
88 -
89 - # XXX: always set to true otherwise tests fails due to pylint not
90 - # respecting EPYTHON (wait for python-r1)
91 - # pylint is checked unconditionally, but is only used for make check
92 - G2CONF="${G2CONF} PYLINT=$(type -P true)"
93 -
94 # Disabled: sample-python, sample-vala
95 local plugins="apple-trailers,autoload-subtitles,brasero-disc-recorder"
96 plugins+=",chapters,im-status,gromit,media-player-keys,ontop"
97 @@ -138,7 +118,23 @@
98 use python && plugins+=",dbusservice,pythonconsole,opensubtitles"
99 use zeitgeist && plugins+=",zeitgeist-dp"
100
101 - G2CONF="${G2CONF} --with-plugins=${plugins}"
102 -
103 - gnome2_src_configure
104 + #--with-smclient=auto needed to correctly link to libICE and libSM
105 + # XXX: always set to true otherwise tests fails due to pylint not
106 + # respecting EPYTHON (wait for python-r1)
107 + # pylint is checked unconditionally, but is only used for make check
108 + gnome2_src_configure \
109 + PYLINT=$(type -P true)
110 + --disable-run-in-source-tree \
111 + --disable-static \
112 + --with-smclient=auto \
113 + --enable-easy-codec-installation \
114 + --enable-vala \
115 + $(use_enable flash vegas-plugin) \
116 + $(use_enable introspection) \
117 + $(use_enable nautilus) \
118 + $(use_enable nsplugin browser-plugins) \
119 + $(use_enable python) \
120 + VALAC=$(type -P true) \
121 + BROWSER_PLUGIN_DIR=/usr/$(get_libdir)/nsbrowser/plugins \
122 + --with-plugins=${plugins}
123 }