Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/totem: totem-3.2.2.ebuild ChangeLog
Date: Mon, 04 Jun 2012 08:00:40
Message-Id: 20120604080014.6A2302004B@flycatcher.gentoo.org
1 tetromino 12/06/04 08:00:14
2
3 Modified: totem-3.2.2.ebuild ChangeLog
4 Log:
5 totem-3.2 also needs the "unset DISPLAY" hack to avoid access violations (bug #419187, thanks to Travis Hansen).
6
7 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-video/totem/totem-3.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.2.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.2.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/totem-3.2.2.ebuild?r1=1.3&r2=1.4
15
16 Index: totem-3.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.2.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- totem-3.2.2.ebuild 5 May 2012 08:58:51 -0000 1.3
23 +++ totem-3.2.2.ebuild 4 Jun 2012 08:00:14 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.2.2.ebuild,v 1.3 2012/05/05 08:58:51 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.2.2.ebuild,v 1.4 2012/06/04 08:00:14 tetromino Exp $
29
30 EAPI="4"
31 GCONF_DEBUG="yes"
32 @@ -161,6 +161,13 @@
33 gnome2_src_prepare
34 }
35
36 +src_configure() {
37 + # Work around sandbox violations when FEATURES=-userpriv caused by
38 + # gst-inspect-0.10 (bug #358755, #419187)
39 + unset DISPLAY
40 + gnome2_src_configure
41 +}
42 +
43 pkg_postinst() {
44 gnome2_pkg_postinst
45 if use python; then
46
47
48
49 1.340 media-video/totem/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.340&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?rev=1.340&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/totem/ChangeLog?r1=1.339&r2=1.340
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v
58 retrieving revision 1.339
59 retrieving revision 1.340
60 diff -u -r1.339 -r1.340
61 --- ChangeLog 20 May 2012 22:22:55 -0000 1.339
62 +++ ChangeLog 4 Jun 2012 08:00:14 -0000 1.340
63 @@ -1,6 +1,10 @@
64 # ChangeLog for media-video/totem
65 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.339 2012/05/20 22:22:55 tetromino Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.340 2012/06/04 08:00:14 tetromino Exp $
68 +
69 + 04 Jun 2012; Alexandre Rostovtsev <tetromino@g.o> totem-3.2.2.ebuild:
70 + totem-3.2 also needs the "unset DISPLAY" hack to avoid access violations (bug
71 + #419187, thanks to Travis Hansen).
72
73 20 May 2012; Alexandre Rostovtsev <tetromino@g.o> totem-3.4.2.ebuild:
74 Fix build with USE=-python (bug #416165, thanks to cyrillic).