summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-03-18 21:58:37 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-03-18 21:58:37 +0000
commit69a5e12eca715f954ac0495cd6be2c025ce351f8 (patch)
tree255fe42950d16dea06b25fafc3e62455031dfde8 /media-libs/gst-plugins-base
parentfix typos in get_install_abis ... not that this code gets used as no one seem... (diff)
downloadgentoo-2-69a5e12eca715f954ac0495cd6be2c025ce351f8.tar.gz
gentoo-2-69a5e12eca715f954ac0495cd6be2c025ce351f8.tar.bz2
gentoo-2-69a5e12eca715f954ac0495cd6be2c025ce351f8.zip
Set GST_REGISTRY to avoid sandbox access violation, bug #356283. With approval of leio.
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-libs/gst-plugins-base')
-rw-r--r--media-libs/gst-plugins-base/ChangeLog7
-rw-r--r--media-libs/gst-plugins-base/gst-plugins-base-0.10.32.ebuild5
2 files changed, 10 insertions, 2 deletions
diff --git a/media-libs/gst-plugins-base/ChangeLog b/media-libs/gst-plugins-base/ChangeLog
index be2cc50ec56d..f741f561927e 100644
--- a/media-libs/gst-plugins-base/ChangeLog
+++ b/media-libs/gst-plugins-base/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/gst-plugins-base
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.163 2011/03/18 07:48:11 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.164 2011/03/18 21:58:37 eva Exp $
+
+ 18 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org>
+ gst-plugins-base-0.10.32.ebuild:
+ Set GST_REGISTRY to avoid sandbox access violation, bug #356283. With
+ approval of leio.
18 Mar 2011; Mart Raudsepp <leio@gentoo.org>
+files/gst-plugins-base-0.10.32-fix-tests-encodebin.patch,
diff --git a/media-libs/gst-plugins-base/gst-plugins-base-0.10.32.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-0.10.32.ebuild
index 609f37331f9f..c1dd0d4b5781 100644
--- a/media-libs/gst-plugins-base/gst-plugins-base-0.10.32.ebuild
+++ b/media-libs/gst-plugins-base/gst-plugins-base-0.10.32.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.32.ebuild,v 1.2 2011/03/18 07:48:11 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.32.ebuild,v 1.3 2011/03/18 21:58:37 eva Exp $
EAPI=1
@@ -42,6 +42,9 @@ src_compile() {
strip-flags
replace-flags "-O3" "-O2"
+ # Avoid sandbox violation with USE="introspection", bug #356283
+ export GST_REGISTRY=${T}/registry.cache.xml
+
gst-plugins-base_src_configure \
$(use_enable introspection) \
$(use_enable nls) \