Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
Subject: gentoo-x86 commit in media-libs/clutter-gst: ChangeLog clutter-gst-1.3.6.ebuild clutter-gst-1.3.4-r1.ebuild
Date: Wed, 23 Mar 2011 10:21:27 +0000 (UTC)
nirbheek    11/03/23 10:21:27

  Modified:             ChangeLog clutter-gst-1.3.6.ebuild
  Removed:              clutter-gst-1.3.4-r1.ebuild
  Log:
  Fix introspection, gstreamer, clutter-related access violations
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-libs/clutter-gst/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	5 Mar 2011 15:07:19 -0000	1.6
+++ ChangeLog	23 Mar 2011 10:21:27 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/clutter-gst
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v 1.6 2011/03/05 15:07:19 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v 1.7 2011/03/23 10:21:27 nirbheek Exp $
+
+  23 Mar 2011; Nirbheek Chauhan <nirbheek@g.o>
+  -clutter-gst-1.3.4-r1.ebuild, clutter-gst-1.3.6.ebuild:
+  Fix introspection, gstreamer, clutter-related access violations
 
 *clutter-gst-1.3.6 (05 Mar 2011)
 



1.2                  media-libs/clutter-gst/clutter-gst-1.3.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.3.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.3.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.3.6.ebuild?r1=1.1&r2=1.2

Index: clutter-gst-1.3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.3.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- clutter-gst-1.3.6.ebuild	5 Mar 2011 15:07:19 -0000	1.1
+++ clutter-gst-1.3.6.ebuild	23 Mar 2011 10:21:27 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.3.6.ebuild,v 1.1 2011/03/05 15:07:19 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.3.6.ebuild,v 1.2 2011/03/23 10:21:27 nirbheek Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2" # Just a build-time dependency
 CLUTTER_LA_PUNT="yes"
 
 # inherit clutter after gnome2 so that defaults aren't overriden
-inherit python gnome2 clutter
+inherit python gnome2 clutter virtualx
 
 DESCRIPTION="GStreamer Integration library for Clutter"
 
@@ -35,3 +35,11 @@
 	gnome2_src_prepare
 	python_convert_shebangs 2 "${S}"/scripts/pso2h.py
 }
+
+src_compile() {
+	# Avoid sandbox violation with USE="introspection", bug #356283
+	export GST_REGISTRY=${T}/registry.cache.xml
+	# Clutter tries to access dri without userpriv
+	addpredict /dev/dri/card0
+	emake || die "emake failed"
+}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in gnome-base/gvfs/files: gvfs-1.6.4-sftp-timeout.patch gvfs-1.6.4-O_TRUNC-fix.patch
Next by thread:
gentoo-x86 commit in net-fs/samba: samba-3.5.8-r1.ebuild metadata.xml ChangeLog
Previous by date:
gentoo-x86 commit in gnome-base/gvfs/files: gvfs-1.6.4-sftp-timeout.patch gvfs-1.6.4-O_TRUNC-fix.patch
Next by date:
gentoo-x86 commit in gnome-extra/evolution-data-server: evolution-data-server-2.30.3.ebuild ChangeLog


Updated Jun 26, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.