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: Thu, 2 May 2013 04:09:12 +0000 (UTC) [thread overview]
Message-ID: <20130502040912.AB2762171D@flycatcher.gentoo.org> (raw)
ssuominen 13/05/02 04:09:12
Modified: ChangeLog a52dec-0.7.4-r6.ebuild
Log:
Fix automake-1.13 compability wrt #466978 by Alphat-PC and Thomas. Remove unnecessary epunt_cxx call (unnecessary when eautoreconf is executed to modernize files)
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.67 media-libs/a52dec/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/a52dec/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/a52dec/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/a52dec/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/a52dec/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 17 May 2012 13:55:59 -0000 1.66
+++ ChangeLog 2 May 2013 04:09:12 -0000 1.67
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/a52dec
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/ChangeLog,v 1.66 2012/05/17 13:55:59 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/ChangeLog,v 1.67 2013/05/02 04:09:12 ssuominen Exp $
+
+ 02 May 2013; Samuli Suominen <ssuominen@gentoo.org> a52dec-0.7.4-r6.ebuild:
+ Fix automake-1.13 compability wrt #466978 by Alphat-PC and Thomas. Remove
+ unnecessary epunt_cxx call (unnecessary when eautoreconf is executed to
+ modernize files)
17 May 2012; Alexis Ballier <aballier@gentoo.org> a52dec-0.7.4-r6.ebuild:
keyword ~amd64-fbsd
1.19 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.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/a52dec/a52dec-0.7.4-r6.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/a52dec/a52dec-0.7.4-r6.ebuild?r1=1.18&r2=1.19
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.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- a52dec-0.7.4-r6.ebuild 17 May 2012 13:55:59 -0000 1.18
+++ a52dec-0.7.4-r6.ebuild 2 May 2013 04:09:12 -0000 1.19
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.18 2012/05/17 13:55:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/a52dec-0.7.4-r6.ebuild,v 1.19 2013/05/02 04:09:12 ssuominen Exp $
-EAPI=3
+EAPI=5
inherit autotools eutils flag-o-matic
DESCRIPTION="library for decoding ATSC A/52 streams used in DVD"
@@ -24,8 +24,11 @@
"${FILESDIR}"/${P}-tests-optional.patch \
"${FILESDIR}"/${P}-test-hidden-symbols.patch
+ sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die #466978
+
eautoreconf
- epunt_cxx
+# epunt_cxx is not required with eautoreconf wrt #458298
+# epunt_cxx
}
src_configure() {
@@ -42,16 +45,16 @@
}
src_compile() {
- emake CFLAGS="${CFLAGS}" || die
+ emake CFLAGS="${CFLAGS}"
}
src_install() {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install
insinto /usr/include/a52dec
- doins liba52/a52_internal.h || die
+ doins liba52/a52_internal.h
dodoc AUTHORS ChangeLog HISTORY NEWS README TODO doc/liba52.txt
- find "${ED}" -name '*.la' -exec rm -f {} +
+ prune_libtool_files --all
}
next reply other threads:[~2013-05-02 4:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-02 4:09 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-17 13:55 [gentoo-commits] gentoo-x86 commit in media-libs/a52dec: ChangeLog a52dec-0.7.4-r6.ebuild 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-07-25 17:57 Samuli Suominen (ssuominen)
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=20130502040912.AB2762171D@flycatcher.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