Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/csound: csound-5.17.6.ebuild ChangeLog
Date: Tue, 29 May 2012 11:01:13
Message-Id: 20120529110058.9F2812004B@flycatcher.gentoo.org
1 radhermit 12/05/29 11:00:58
2
3 Modified: csound-5.17.6.ebuild ChangeLog
4 Log:
5 Fix build with portmidi (bug #417769).
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-sound/csound/csound-5.17.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-5.17.6.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-5.17.6.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/csound-5.17.6.ebuild?r1=1.2&r2=1.3
15
16 Index: csound-5.17.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.17.6.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- csound-5.17.6.ebuild 16 Apr 2012 19:16:38 -0000 1.2
23 +++ csound-5.17.6.ebuild 29 May 2012 11:00:58 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.17.6.ebuild,v 1.2 2012/04/16 19:16:38 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/csound-5.17.6.ebuild,v 1.3 2012/05/29 11:00:58 radhermit Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="python? 2"
32 @@ -82,6 +82,7 @@
33 src_prepare() {
34 epatch "${FILESDIR}"/${PN}-5.16.6-tests.patch
35 epatch "${FILESDIR}"/${P}-fltk.patch
36 + epatch "${FILESDIR}"/${P}-porttime-in-portmidi.patch
37
38 sed -i -e "s:^\(csoundExecutable =\).*:\1 \"${WORKDIR}/${P}_build/csound\":" \
39 tests/test.py || die
40
41
42
43 1.16 media-sound/csound/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.16&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.16&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?r1=1.15&r2=1.16
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v
52 retrieving revision 1.15
53 retrieving revision 1.16
54 diff -u -r1.15 -r1.16
55 --- ChangeLog 16 Apr 2012 19:16:38 -0000 1.15
56 +++ ChangeLog 29 May 2012 11:00:58 -0000 1.16
57 @@ -1,6 +1,10 @@
58 # ChangeLog for media-sound/csound
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.15 2012/04/16 19:16:38 radhermit Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.16 2012/05/29 11:00:58 radhermit Exp $
62 +
63 + 29 May 2012; Tim Harder <radhermit@g.o> csound-5.17.6.ebuild,
64 + +files/csound-5.17.6-porttime-in-portmidi.patch:
65 + Fix build with portmidi (bug #417769).
66
67 16 Apr 2012; Tim Harder <radhermit@g.o> csound-5.17.6.ebuild,
68 +files/csound-5.17.6-fltk.patch: