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-sound/fluidsynth: ChangeLog fluidsynth-1.0.9.ebuild
Date: Mon, 20 Apr 2009 22:10:44
Message-Id: E1Lw1hI-0000Ix-Rd@stork.gentoo.org
1 loki_val 09/04/20 22:10:40
2
3 Modified: ChangeLog fluidsynth-1.0.9.ebuild
4 Log:
5 Fix build with libtool-1.5*, bug 266823, thanks to Polynomial-C for the patch.
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.47 media-sound/fluidsynth/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.47&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.47&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/ChangeLog?r1=1.46&r2=1.47
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
18 retrieving revision 1.46
19 retrieving revision 1.47
20 diff -u -r1.46 -r1.47
21 --- ChangeLog 14 Apr 2009 19:59:01 -0000 1.46
22 +++ ChangeLog 20 Apr 2009 22:10:40 -0000 1.47
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-sound/fluidsynth
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.46 2009/04/14 19:59:01 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.47 2009/04/20 22:10:40 loki_val Exp $
28 +
29 + 20 Apr 2009; Peter Alfredsen <loki_val@g.o> fluidsynth-1.0.9:
30 + Fix build with libtool-1.5*, bug 266823, thanks to Polynomial-C for the
31 + patch.
32
33 *fluidsynth-1.0.9 (14 Apr 2009)
34
35
36
37
38 1.2 media-sound/fluidsynth/fluidsynth-1.0.9.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild?r1=1.1&r2=1.2
43
44 Index: fluidsynth-1.0.9.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- fluidsynth-1.0.9.ebuild 14 Apr 2009 19:59:01 -0000 1.1
51 +++ fluidsynth-1.0.9.ebuild 20 Apr 2009 22:10:40 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild,v 1.1 2009/04/14 19:59:01 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild,v 1.2 2009/04/20 22:10:40 loki_val Exp $
57
58 EAPI=2
59
60 @@ -37,6 +37,7 @@
61
62 src_prepare() {
63 epatch "${FILESDIR}/${P}-pkg.patch"
64 + rm -f m4/lt*.m4 m4/libtool.m4
65 eautoreconf
66 }