Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/aubio: aubio-0.3.2-r2.ebuild ChangeLog
Date: Sat, 01 Oct 2011 10:54:12
Message-Id: 20111001105402.10A172004B@flycatcher.gentoo.org
1 ssuominen 11/10/01 10:54:02
2
3 Modified: aubio-0.3.2-r2.ebuild ChangeLog
4 Log:
5 Disable automagic puredata detection wrt #369835 by Xavier Miller
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-libs/aubio/aubio-0.3.2-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: aubio-0.3.2-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- aubio-0.3.2-r2.ebuild 1 Oct 2011 10:44:40 -0000 1.2
23 +++ aubio-0.3.2-r2.ebuild 1 Oct 2011 10:54:01 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild,v 1.2 2011/10/01 10:44:40 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild,v 1.3 2011/10/01 10:54:01 ssuominen Exp $
29
30 EAPI=3
31
32 @@ -37,6 +37,9 @@
33 }
34
35 src_prepare() {
36 + # disable automagic puredata wrt #369835
37 + sed -i -e '/AC_CHECK_HEADER/s:m_pd.h:dIsAbLe&:' configure.ac || die
38 +
39 epatch \
40 "${FILESDIR}"/${P}-multilib.patch \
41 "${FILESDIR}"/${P}-numarray-gnuplot.patch
42
43
44
45 1.21 media-libs/aubio/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/ChangeLog?rev=1.21&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/ChangeLog?rev=1.21&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/ChangeLog?r1=1.20&r2=1.21
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v
54 retrieving revision 1.20
55 retrieving revision 1.21
56 diff -u -r1.20 -r1.21
57 --- ChangeLog 1 Oct 2011 10:45:38 -0000 1.20
58 +++ ChangeLog 1 Oct 2011 10:54:01 -0000 1.21
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-libs/aubio
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.20 2011/10/01 10:45:38 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.21 2011/10/01 10:54:01 ssuominen Exp $
64 +
65 + 01 Oct 2011; Samuli Suominen <ssuominen@g.o> aubio-0.3.2-r2.ebuild:
66 + Disable automagic puredata detection wrt #369835 by Xavier Miller
67
68 01 Oct 2011; Samuli Suominen <ssuominen@g.o> aubio-0.3.2-r2.ebuild:
69 Install some dist_noinst_SCRIPTS to examples directory (see also #324537)