From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F2B2613877A for ; Sat, 12 Jul 2014 11:48:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5BB0E0835; Sat, 12 Jul 2014 11:48:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C37DE0835 for ; Sat, 12 Jul 2014 11:48:52 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15BE733FEAD for ; Sat, 12 Jul 2014 11:48:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id BF2E12004E; Sat, 12 Jul 2014 11:48:49 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@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 X-VCS-Repository: gentoo-x86 X-VCS-Files: gstreamer-0.10.36-r2.ebuild gstreamer-1.2.4-r2.ebuild ChangeLog X-VCS-Directories: media-libs/gstreamer X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140712114849.BF2E12004E@flycatcher.gentoo.org> Date: Sat, 12 Jul 2014 11:48:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 39467259-1626-4f9c-9188-d77123b861fc X-Archives-Hash: 40c3ad87039c21c4b53e59c8a8e7539c 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 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 gstreamer-0.10.36-r2.ebuild, gstreamer-1.2.4-r2.ebuild: