public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gstreamer: gstreamer-0.10.36-r2.ebuild gstreamer-1.2.4-r2.ebuild ChangeLog
Date: Sat, 12 Jul 2014 11:48:49 +0000 (UTC)	[thread overview]
Message-ID: <20140712114849.BF2E12004E@flycatcher.gentoo.org> (raw)

mgorny      14/07/12 11:48:49

  Modified:             gstreamer-0.10.36-r2.ebuild
                        gstreamer-1.2.4-r2.ebuild ChangeLog
  Log:
  Fix Prefix install, bug #516932. Thanks to Steven Trogdon for the fix.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.4                  media-libs/gstreamer/gstreamer-0.10.36-r2.ebuild

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

Index: gstreamer-0.10.36-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gstreamer-0.10.36-r2.ebuild	24 Jun 2014 22:11:47 -0000	1.3
+++ gstreamer-0.10.36-r2.ebuild	12 Jul 2014 11:48:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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-r2.ebuild,v 1.3 2014/06/24 22:11:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36-r2.ebuild,v 1.4 2014/07/12 11:48:49 mgorny Exp $
 
 EAPI=5
 
@@ -71,7 +71,7 @@
 	# Disable debug, as it only affects -g passing (debugging symbols), this must done through make.conf in gentoo
 	ECONF_SOURCE=${S} \
 	econf \
-		--libexecdir=/usr/$(get_libdir) \
+		--libexecdir="${EPREFIX}"/usr/$(get_libdir) \
 		--disable-static \
 		$(use_enable nls) \
 		--disable-valgrind \



1.4                  media-libs/gstreamer/gstreamer-1.2.4-r2.ebuild

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

Index: gstreamer-1.2.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-1.2.4-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gstreamer-1.2.4-r2.ebuild	24 Jun 2014 22:11:47 -0000	1.3
+++ gstreamer-1.2.4-r2.ebuild	12 Jul 2014 11:48:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-1.2.4-r2.ebuild,v 1.3 2014/06/24 22:11:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-1.2.4-r2.ebuild,v 1.4 2014/07/12 11:48:49 mgorny Exp $
 
 EAPI="5"
 
@@ -52,7 +52,7 @@
 	# Disable debug, as it only affects -g passing (debugging symbols), this must done through make.conf in gentoo
 	ECONF_SOURCE=${S} \
 	econf \
-		--libexecdir=/usr/$(get_libdir) \
+		--libexecdir="${EPREFIX}"/usr/$(get_libdir) \
 		--disable-debug \
 		--disable-examples \
 		--disable-static \



1.372                media-libs/gstreamer/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v
retrieving revision 1.371
retrieving revision 1.372
diff -u -r1.371 -r1.372
--- ChangeLog	24 Jun 2014 22:11:47 -0000	1.371
+++ ChangeLog	12 Jul 2014 11:48:49 -0000	1.372
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gstreamer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.371 2014/06/24 22:11:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.372 2014/07/12 11:48:49 mgorny Exp $
+
+  12 Jul 2014; Michał Górny <mgorny@gentoo.org> gstreamer-0.10.36-r2.ebuild,
+  gstreamer-1.2.4-r2.ebuild:
+  Fix Prefix install, bug #516932. Thanks to Steven Trogdon for the fix.
 
   24 Jun 2014; Michał Górny <mgorny@gentoo.org> gstreamer-0.10.36-r2.ebuild,
   gstreamer-1.2.4-r2.ebuild:





             reply	other threads:[~2014-07-12 11:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-12 11:48 Michal Gorny (mgorny) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-15  8:21 [gentoo-commits] gentoo-x86 commit in media-libs/gstreamer: gstreamer-0.10.36-r2.ebuild gstreamer-1.2.4-r2.ebuild ChangeLog Agostino Sarubbo (ago)
2014-08-25 10:59 Agostino Sarubbo (ago)
2014-08-23 15:30 Agostino Sarubbo (ago)
2014-08-21 10:41 Agostino Sarubbo (ago)
2014-07-23 15:19 Agostino Sarubbo (ago)
2014-07-22 10:48 Agostino Sarubbo (ago)
2014-06-24 22:11 Michal Gorny (mgorny)
2014-06-18 19:33 Michal Gorny (mgorny)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140712114849.BF2E12004E@flycatcher.gentoo.org \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox