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 1SHiZ2-0001Oc-Lq for garchives@archives.gentoo.org; Tue, 10 Apr 2012 21:25:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE457E0AA6; Tue, 10 Apr 2012 21:25:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 98269E0AA6 for ; Tue, 10 Apr 2012 21:25:15 +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 DD8951B401E for ; Tue, 10 Apr 2012 21:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A7877E5402 for ; Tue, 10 Apr 2012 21:25:13 +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: <1334093025.5292ff33f313c0a36ad88c81a24019c049e54531.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: 5292ff33f313c0a36ad88c81a24019c049e54531 X-VCS-Branch: master Date: Tue, 10 Apr 2012 21:25:13 +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: 32caa6e1-607b-4b12-a72b-1c24b2b9fbae X-Archives-Hash: 076d66942d7ecbb915db016ec6fe8224 commit: 5292ff33f313c0a36ad88c81a24019c049e54531 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Tue Apr 10 21:22:38 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Tue Apr 10 21:23:45 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D5292ff33 media-video/totem: better fix for #358755 Suggested by Gilles Dartiguelongue on irc. --- media-video/totem/totem-3.4.0.ebuild | 12 ++++++++---- media-video/totem/totem-9999.ebuild | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/media-video/totem/totem-3.4.0.ebuild b/media-video/totem/tot= em-3.4.0.ebuild index 5c18f8f..1d744ae 100644 --- a/media-video/totem/totem-3.4.0.ebuild +++ b/media-video/totem/totem-3.4.0.ebuild @@ -127,10 +127,7 @@ 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 - DISPLAY=3D999invalid" - # Fake DISPLAY to work around sandbox violations when FEATURES=3D-userp= riv - # caused by gst-inspect-0.10 (bug #358755) + BROWSER_PLUGIN_DIR=3D/usr/$(get_libdir)/nsbrowser/plugins" =20 if ! use test; then # pylint is checked unconditionally, but is only used for make check @@ -171,6 +168,13 @@ src_prepare() { gnome2_src_prepare } =20 +src_configure() { + # Work around sandbox violations when FEATURES=3D-userpriv caused by + # gst-inspect-0.10 (bug #358755) + unset DISPLAY + gnome2_src_configure +} + pkg_postinst() { gnome2_pkg_postinst if use python; then diff --git a/media-video/totem/totem-9999.ebuild b/media-video/totem/tote= m-9999.ebuild index 5c18f8f..1d744ae 100644 --- a/media-video/totem/totem-9999.ebuild +++ b/media-video/totem/totem-9999.ebuild @@ -127,10 +127,7 @@ 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 - DISPLAY=3D999invalid" - # Fake DISPLAY to work around sandbox violations when FEATURES=3D-userp= riv - # caused by gst-inspect-0.10 (bug #358755) + BROWSER_PLUGIN_DIR=3D/usr/$(get_libdir)/nsbrowser/plugins" =20 if ! use test; then # pylint is checked unconditionally, but is only used for make check @@ -171,6 +168,13 @@ src_prepare() { gnome2_src_prepare } =20 +src_configure() { + # Work around sandbox violations when FEATURES=3D-userpriv caused by + # gst-inspect-0.10 (bug #358755) + unset DISPLAY + gnome2_src_configure +} + pkg_postinst() { gnome2_pkg_postinst if use python; then