public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/gstreamer: metadata.xml ChangeLog gstreamer-0.10.36.ebuild
@ 2012-10-24  4:42 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-10-24  4:42 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/10/24 04:42:50

  Modified:             metadata.xml ChangeLog gstreamer-0.10.36.ebuild
  Log:
  Disable PaX memory protection only when USE=orc (bug #421579, requested by Magnus Granberg); pax-mark gst-launch-0.10 as well as gst-plugin-scanner to allow constructing orc-using pipelines on the command line.
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.6                  media-libs/gstreamer/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/metadata.xml?r1=1.5&r2=1.6

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml	12 Feb 2011 03:38:23 -0000	1.5
+++ metadata.xml	24 Oct 2012 04:42:50 -0000	1.6
@@ -5,5 +5,8 @@
 	<use>
 		<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
 			for introspection</flag>
+		<flag name="orc">Disable some PaX memory protections to allow plugins
+			that use <pkg>dev-lang/orc</pkg> for runtime optimization to be
+			used on hardened PaX systems</flag>
 	</use>
 </pkgmetadata>



1.312                media-libs/gstreamer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -r1.311 -r1.312
--- ChangeLog	21 Oct 2012 07:49:51 -0000	1.311
+++ ChangeLog	24 Oct 2012 04:42:50 -0000	1.312
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/gstreamer
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.311 2012/10/21 07:49:51 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.312 2012/10/24 04:42:50 tetromino Exp $
+
+  24 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  gstreamer-0.10.36.ebuild, metadata.xml:
+  Disable PaX memory protection only when USE=orc (bug #421579, requested by
+  Magnus Granberg); pax-mark gst-launch-0.10 as well as gst-plugin-scanner to
+  allow constructing orc-using pipelines on the command line.
 
 *gstreamer-0.10.36 (21 Oct 2012)
 



1.2                  media-libs/gstreamer/gstreamer-0.10.36.ebuild

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

Index: gstreamer-0.10.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gstreamer-0.10.36.ebuild	21 Oct 2012 07:49:51 -0000	1.1
+++ gstreamer-0.10.36.ebuild	24 Oct 2012 04:42:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild,v 1.1 2012/10/21 07:49:51 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild,v 1.2 2012/10/24 04:42:50 tetromino Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 LICENSE="LGPL-2+"
 SLOT=${PV_MAJ_MIN}
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="+introspection nls test"
+IUSE="+introspection nls +orc test"
 
 RDEPEND=">=dev-libs/glib-2.24:2
 	dev-libs/libxml2
@@ -80,6 +80,7 @@
 	# Punt useless .la files
 	prune_libtool_files --modules
 
-	# Needed for certain gst plugins on hardened/PaX systems, bug #421579
-	pax-mark -m "${ED}usr/libexec/gstreamer-0.10/gst-plugin-scanner"
+	# Needed for orc-using gst plugins on hardened/PaX systems, bug #421579
+	use orc && pax-mark -m "${ED}usr/bin/gst-launch-0.10" \
+		"${ED}usr/libexec/gstreamer-0.10/gst-plugin-scanner"
 }





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-24  4:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24  4:42 [gentoo-commits] gentoo-x86 commit in media-libs/gstreamer: metadata.xml ChangeLog gstreamer-0.10.36.ebuild Alexandre Rostovtsev (tetromino)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox