summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-01-12 11:38:08 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-01-12 11:38:08 +0000
commit83715ede555682350adf8b8b18e5538a87f3ce08 (patch)
tree8745c4028cca776ed6b28e1f84b6fa63bf5265f6 /media-video/totem/totem-2.32.0-r2.ebuild
parentCorrect changelog entry (diff)
downloadgentoo-2-83715ede555682350adf8b8b18e5538a87f3ce08.tar.gz
gentoo-2-83715ede555682350adf8b8b18e5538a87f3ce08.tar.bz2
gentoo-2-83715ede555682350adf8b8b18e5538a87f3ce08.zip
Workaround sandbox violations due to gst-inspect, bug #358755 & co.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-video/totem/totem-2.32.0-r2.ebuild')
-rw-r--r--media-video/totem/totem-2.32.0-r2.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/media-video/totem/totem-2.32.0-r2.ebuild b/media-video/totem/totem-2.32.0-r2.ebuild
index 92a0dc4dcea8..45430574dc1d 100644
--- a/media-video/totem/totem-2.32.0-r2.ebuild
+++ b/media-video/totem/totem-2.32.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.32.0-r2.ebuild,v 1.14 2013/01/12 11:11:27 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.32.0-r2.ebuild,v 1.15 2013/01/12 11:38:08 eva Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -157,6 +157,12 @@ src_prepare() {
# disable pyc compiling
python_clean_py-compile_files
+
+ # FIXME: upstream should provide a way to set GST_INSPECT, bug #358755 & co.
+ # gst-inspect causes sandbox violations when a plugin needs write access to
+ # /dev/dri/card* in its init phase.
+ sed -e "s|\(gst010_inspect=\).*|\1$(type -P true)|" \
+ -i configure || die
}
src_configure() {