Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsamplerate: ChangeLog libsamplerate-0.1.2-r1.ebuild
Date: Tue, 21 Apr 2009 10:29:17
Message-Id: E1LwDE3-0002EE-AH@stork.gentoo.org
1 loki_val 09/04/21 10:29:15
2
3 Modified: ChangeLog libsamplerate-0.1.2-r1.ebuild
4 Log:
5 Fix 0.1.2-r1 to build with newer autotools, bug 266934.
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.61 media-libs/libsamplerate/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/ChangeLog?rev=1.61&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/ChangeLog?rev=1.61&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/ChangeLog?r1=1.60&r2=1.61
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v
18 retrieving revision 1.60
19 retrieving revision 1.61
20 diff -u -r1.60 -r1.61
21 --- ChangeLog 20 Feb 2009 08:59:54 -0000 1.60
22 +++ ChangeLog 21 Apr 2009 10:29:15 -0000 1.61
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-libs/libsamplerate
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.60 2009/02/20 08:59:54 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.61 2009/04/21 10:29:15 loki_val Exp $
28 +
29 + 21 Apr 2009; Peter Alfredsen <loki_val@g.o> libsamplerate-0.1.2-r1:
30 + Fix 0.1.2-r1 to build with newer autotools, bug 266934.
31
32 *libsamplerate-0.1.7 (20 Feb 2009)
33
34
35
36
37 1.13 media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild?rev=1.13&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild?rev=1.13&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild?r1=1.12&r2=1.13
42
43 Index: libsamplerate-0.1.2-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild,v
46 retrieving revision 1.12
47 retrieving revision 1.13
48 diff -u -r1.12 -r1.13
49 --- libsamplerate-0.1.2-r1.ebuild 22 Feb 2008 13:22:44 -0000 1.12
50 +++ libsamplerate-0.1.2-r1.ebuild 21 Apr 2009 10:29:15 -0000 1.13
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild,v 1.12 2008/02/22 13:22:44 flameeyes Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild,v 1.13 2009/04/21 10:29:15 loki_val Exp $
56
57 WANT_AUTOMAKE=1.7
58
59 @@ -26,6 +26,10 @@
60
61 epatch "${FILESDIR}/${P}-automagic.patch"
62 epatch "${FILESDIR}/${P}-dontbuild-tests-examples.patch"
63 + # Fix for autoconf 2.62
64 + sed -i -e '/AC_MSG_WARN(\[\[/d' \
65 + "${S}/acinclude.m4"
66 +
67 eautoreconf
68 }