Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: audacity-1.3.12.ebuild ChangeLog
Date: Mon, 04 Oct 2010 08:53:08
Message-Id: 20101004085259.04AC020054@flycatcher.gentoo.org
1 dirtyepic 10/10/04 08:52:58
2
3 Modified: audacity-1.3.12.ebuild ChangeLog
4 Log:
5 Add patch from upstream to fix configure error w/ GCC 4.5 (bug #322145 by
6 Bartosz Brachaczek/Thomas Pfaff). Tweak automagic patch to avoid
7 collision. Fix wxGTK DEPEND (bug #327801 by Arttu Valo).
8
9 (Portage version: 2.2_rc88/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 media-sound/audacity/audacity-1.3.12.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-1.3.12.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-1.3.12.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/audacity-1.3.12.ebuild?r1=1.1&r2=1.2
17
18 Index: audacity-1.3.12.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.12.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- audacity-1.3.12.ebuild 12 Apr 2010 08:38:53 -0000 1.1
25 +++ audacity-1.3.12.ebuild 4 Oct 2010 08:52:58 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.12.ebuild,v 1.1 2010/04/12 08:38:53 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.12.ebuild,v 1.2 2010/10/04 08:52:58 dirtyepic Exp $
31
32 EAPI=2
33
34 @@ -20,7 +20,7 @@
35 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
36 RESTRICT="test"
37
38 -COMMON_DEPEND="=x11-libs/wxGTK-2.8*
39 +COMMON_DEPEND="x11-libs/wxGTK:2.8[X]
40 >=app-arch/zip-2.3
41 >=media-libs/libsndfile-1.0.0
42 dev-libs/expat
43 @@ -49,6 +49,7 @@
44
45 src_prepare() {
46 epatch "${FILESDIR}/${PN}-1.3.12-automagic.patch"
47 + epatch "${FILESDIR}/${PN}-1.3.12-gcc45.patch"
48 AT_M4DIR="${S}/m4" eautoreconf
49 }
50
51
52
53
54 1.142 media-sound/audacity/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.142&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.142&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.141&r2=1.142
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
63 retrieving revision 1.141
64 retrieving revision 1.142
65 diff -u -r1.141 -r1.142
66 --- ChangeLog 16 Jun 2010 12:42:44 -0000 1.141
67 +++ ChangeLog 4 Oct 2010 08:52:58 -0000 1.142
68 @@ -1,6 +1,12 @@
69 # ChangeLog for media-sound/audacity
70 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.141 2010/06/16 12:42:44 aballier Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.142 2010/10/04 08:52:58 dirtyepic Exp $
73 +
74 + 04 Oct 2010; Ryan Hill <dirtyepic@g.o> audacity-1.3.12.ebuild,
75 + files/audacity-1.3.12-automagic.patch, +files/audacity-1.3.12-gcc45.patch:
76 + Add patch from upstream to fix configure error w/ GCC 4.5 (bug #322145 by
77 + Bartosz Brachaczek/Thomas Pfaff). Tweak automagic patch to avoid
78 + collision. Fix wxGTK DEPEND (bug #327801 by Arttu Valo).
79
80 16 Jun 2010; Alexis Ballier <aballier@g.o>
81 -files/audacity-1.3.7-cflags.patch, -audacity-1.3.9.ebuild,