From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SGudY-0001tz-M6 for garchives@archives.gentoo.org; Sun, 08 Apr 2012 16:06:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C39F0E0AA2; Sun, 8 Apr 2012 16:06:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9850EE0AA2 for ; Sun, 8 Apr 2012 16:06:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8E351B40A0 for ; Sun, 8 Apr 2012 16:06:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 93CFEE542C for ; Sun, 8 Apr 2012 16:06:34 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <1333901072.2c3a968d90674165c8b874b65e59d1604dd947e1.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-video/totem/ X-VCS-Repository: proj/gnome X-VCS-Files: media-video/totem/totem-3.4.0.ebuild media-video/totem/totem-9999.ebuild X-VCS-Directories: media-video/totem/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 2c3a968d90674165c8b874b65e59d1604dd947e1 X-VCS-Branch: master Date: Sun, 8 Apr 2012 16:06:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d21176c9-51d5-4512-90da-34aaa7214365 X-Archives-Hash: c217d551709ce53f2627767f5d633a61 commit: 2c3a968d90674165c8b874b65e59d1604dd947e1 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Sun Apr 8 16:04:32 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sun Apr 8 16:04:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D2c3a968d media-video/totem: fix sandbox violations When FEATURES=3D-userpriv, gst-inspect-0.10 (run by configure) causes sandbox violations, see bug #358755 comment #14 by Priit Laes. Work around the problem by passing a dummy DISPLAY value to configure. --- media-video/totem/totem-3.4.0.ebuild | 5 ++++- media-video/totem/totem-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/media-video/totem/totem-3.4.0.ebuild b/media-video/totem/tot= em-3.4.0.ebuild index b954542..f7847bb 100644 --- a/media-video/totem/totem-3.4.0.ebuild +++ b/media-video/totem/totem-3.4.0.ebuild @@ -127,7 +127,10 @@ pkg_setup() { $(use_enable python introspection) $(use_enable vala) VALAC=3D$(type -P valac-0.14) - BROWSER_PLUGIN_DIR=3D/usr/$(get_libdir)/nsbrowser/plugins" + BROWSER_PLUGIN_DIR=3D/usr/$(get_libdir)/nsbrowser/plugins + DISPLAY=3D999invalid" + # Fake DISPLAY to work around sandbox violations when FEATURES=3D-userp= riv + # caused by gst-inspect-0.10 (bug #385917) =20 if ! use test; then # pylint is checked unconditionally, but is only used for make check diff --git a/media-video/totem/totem-9999.ebuild b/media-video/totem/tote= m-9999.ebuild index b954542..f7847bb 100644 --- a/media-video/totem/totem-9999.ebuild +++ b/media-video/totem/totem-9999.ebuild @@ -127,7 +127,10 @@ pkg_setup() { $(use_enable python introspection) $(use_enable vala) VALAC=3D$(type -P valac-0.14) - BROWSER_PLUGIN_DIR=3D/usr/$(get_libdir)/nsbrowser/plugins" + BROWSER_PLUGIN_DIR=3D/usr/$(get_libdir)/nsbrowser/plugins + DISPLAY=3D999invalid" + # Fake DISPLAY to work around sandbox violations when FEATURES=3D-userp= riv + # caused by gst-inspect-0.10 (bug #385917) =20 if ! use test; then # pylint is checked unconditionally, but is only used for make check