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-sound/zynaddsubfx: ChangeLog zynaddsubfx-2.4.3.ebuild
Date: Tue, 27 Nov 2012 12:07:26
Message-Id: 20121127114911.871C120C9F@flycatcher.gentoo.org
1 aballier 12/11/27 11:49:11
2
3 Modified: ChangeLog zynaddsubfx-2.4.3.ebuild
4 Log:
5 Fix build without fltk, bug #437018
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.43 media-sound/zynaddsubfx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 25 Jul 2012 09:08:37 -0000 1.42
23 +++ ChangeLog 27 Nov 2012 11:49:11 -0000 1.43
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-sound/zynaddsubfx
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v 1.42 2012/07/25 09:08:37 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/ChangeLog,v 1.43 2012/11/27 11:49:11 aballier Exp $
29 +
30 + 27 Nov 2012; Alexis Ballier <aballier@g.o> zynaddsubfx-2.4.3.ebuild,
31 + +files/zynaddsubfx-2.4.3-nofltk.patch:
32 + Fix build without fltk, bug #437018
33
34 *zynaddsubfx-2.4.3 (25 Jul 2012)
35
36
37
38
39 1.2 media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild?r1=1.1&r2=1.2
44
45 Index: zynaddsubfx-2.4.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- zynaddsubfx-2.4.3.ebuild 25 Jul 2012 09:08:37 -0000 1.1
52 +++ zynaddsubfx-2.4.3.ebuild 27 Nov 2012 11:49:11 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild,v 1.1 2012/07/25 09:08:37 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-sound/zynaddsubfx/zynaddsubfx-2.4.3.ebuild,v 1.2 2012/11/27 11:49:11 aballier Exp $
58
59 EAPI=4
60 inherit eutils cmake-utils
61 @@ -34,6 +34,7 @@
62
63 PATCHES=(
64 "${FILESDIR}"/${PN}-2.4.1-docs.patch
65 + "${FILESDIR}"/${PN}-2.4.3-nofltk.patch
66 )
67
68 DOCS="ChangeLog FAQ.txt HISTORY.txt README.txt ZynAddSubFX.lsm bugs.txt"