Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/faad2: ChangeLog faad2-2.6.1.ebuild
Date: Sun, 09 Mar 2008 10:34:16
Message-Id: E1JYIr6-00059S-OM@stork.gentoo.org
1 aballier 08/03/09 10:34:12
2
3 Modified: ChangeLog faad2-2.6.1.ebuild
4 Log:
5 add a patch to call AC_PROG_CXX since tehere are c++ files and libtool macros no longer does this by default; this fixes a build failure with libtool 2.2, thanks to Rafał Mużyło in bug #212760
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.95 media-libs/faad2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?rev=1.95&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?rev=1.95&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?r1=1.94&r2=1.95
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v
18 retrieving revision 1.94
19 retrieving revision 1.95
20 diff -u -r1.94 -r1.95
21 --- ChangeLog 31 Dec 2007 11:49:28 -0000 1.94
22 +++ ChangeLog 9 Mar 2008 10:34:12 -0000 1.95
23 @@ -1,6 +1,12 @@
24 # ChangeLog for media-libs/faad2
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.94 2007/12/31 11:49:28 aballier Exp $
27 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.95 2008/03/09 10:34:12 aballier Exp $
29 +
30 + 09 Mar 2008; Alexis Ballier <aballier@g.o>
31 + +files/faad2-2.6.1-libtool22.patch, faad2-2.6.1.ebuild:
32 + add a patch to call AC_PROG_CXX since tehere are c++ files and libtool
33 + macros no longer does this by default; this fixes a build failure with
34 + libtool 2.2, thanks to Rafał Mużyło in bug #212760
35
36 31 Dec 2007; Alexis Ballier <aballier@g.o> faad2-2.6.1.ebuild:
37 Add an elog message about abi changes, bug #203379
38
39
40
41 1.4 media-libs/faad2/faad2-2.6.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild?r1=1.3&r2=1.4
46
47 Index: faad2-2.6.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- faad2-2.6.1.ebuild 31 Dec 2007 11:49:28 -0000 1.3
54 +++ faad2-2.6.1.ebuild 9 Mar 2008 10:34:12 -0000 1.4
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild,v 1.3 2007/12/31 11:49:28 aballier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild,v 1.4 2008/03/09 10:34:12 aballier Exp $
61
62 inherit eutils autotools
63
64 @@ -23,6 +23,7 @@
65 cd "${S}"
66
67 epatch "${FILESDIR}/${P}-abi_has_changed.patch"
68 + epatch "${FILESDIR}/${P}-libtool22.patch"
69 eautoreconf
70 }
71
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list