From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/a52dec: ChangeLog a52dec-0.7.4-r6.ebuild
Date: Sun, 25 Jul 2010 17:57:06 +0000 (UTC) [thread overview]
Message-ID: <20100725175706.BAD3E2CE15@corvid.gentoo.org> (raw)
ssuominen 10/07/25 17:57:06
Modified: ChangeLog a52dec-0.7.4-r6.ebuild
Log:
Move filter-flags for -fPIE before econf so it has some effect wrt #327369.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.62 media-libs/a52dec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/a52dec/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/a52dec/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/a52dec/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/a52dec/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 14 Jan 2010 23:23:28 -0000 1.61
+++ ChangeLog 25 Jul 2010 17:57:06 -0000 1.62
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/a52dec
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/ChangeLog,v 1.61 2010/01/14 23:23:28 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/ChangeLog,v 1.62 2010/07/25 17:57:06 ssuominen Exp $
+
+ 25 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+ a52dec-0.7.4-r6.ebuild:
+ Move filter-flags for -fPIE before econf so it has some effect wrt
+ #327369.
14 Jan 2010; Jonathan Callen <abcd@gentoo.org> a52dec-0.7.4-r6.ebuild:
Add prefix keywords; remove unused parameter to make install
1.13 media-libs/a52dec/a52dec-0.7.4-r6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/a52dec/a52dec-0.7.4-r6.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/a52dec/a52dec-0.7.4-r6.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/a52dec/a52dec-0.7.4-r6.ebuild?r1=1.12&r2=1.13
Index: a52dec-0.7.4-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/a52dec/a52dec-0.7.4-r6.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- a52dec-0.7.4-r6.ebuild 14 Jan 2010 23:23:28 -0000 1.12
+++ a52dec-0.7.4-r6.ebuild 25 Jul 2010 17:57:06 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/a52dec-0.7.4-r6.ebuild,v 1.12 2010/01/14 23:23:28 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/a52dec-0.7.4-r6.ebuild,v 1.13 2010/07/25 17:57:06 ssuominen Exp $
EAPI=2
inherit autotools eutils flag-o-matic
@@ -27,6 +27,7 @@
src_configure() {
filter-flags -fprefetch-loop-arrays
+ filter-flags -fPIE
local myconf="--enable-shared"
use oss || myconf="${myconf} --disable-oss"
@@ -39,11 +40,6 @@
emake CFLAGS="${CFLAGS}" || die "emake failed"
}
-src_test() {
- filter-flags -fPIE
- emake check || die "emake check failed"
-}
-
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
next reply other threads:[~2010-07-25 17:57 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-25 17:57 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-05-02 4:09 [gentoo-commits] gentoo-x86 commit in media-libs/a52dec: ChangeLog a52dec-0.7.4-r6.ebuild Samuli Suominen (ssuominen)
2012-05-17 13:55 Alexis Ballier (aballier)
2011-08-17 16:48 Chi-Thanh Christopher Nguyen (chithanh)
2011-04-04 16:40 Samuli Suominen (ssuominen)
2010-07-26 1:15 Magnus Granberg (zorry)
2010-01-14 23:23 Jonathan Callen (abcd)
2009-06-19 21:35 Brent Baude (ranger)
2009-06-11 15:04 Raul Porcel (armin76)
2009-06-08 0:19 Jeroen Roovers (jer)
2009-06-07 18:22 Tobias Klausmann (klausman)
2009-06-06 17:12 Gysbert Wassenaar (nixnut)
2009-06-02 23:55 Steve Dibb (beandog)
2009-05-12 18:26 Samuli Suominen (ssuominen)
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=20100725175706.BAD3E2CE15@corvid.gentoo.org \
--to=ssuominen@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