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.8.ebuild ChangeLog
Date: Thu, 06 Aug 2009 05:09:40
Message-Id: E1MYvEQ-0005YQ-Bw@stork.gentoo.org
1 dirtyepic 09/08/06 05:09:38
2
3 Modified: audacity-1.3.8.ebuild ChangeLog
4 Log:
5 Add patch from Fedora to fix building with developmental glib/wxGTK
6 GSocket conflict. No revision bump as this is only a build fix.
7 Thanks to insanity5902@×××××.com for tracking down this patch in bug
8 #278778.
9 (Portage version: 2.2_rc35/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 media-sound/audacity/audacity-1.3.8.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.8.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.8.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.8.ebuild?r1=1.1&r2=1.2
17
18 Index: audacity-1.3.8.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.8.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- audacity-1.3.8.ebuild 22 Jul 2009 11:38:19 -0000 1.1
25 +++ audacity-1.3.8.ebuild 6 Aug 2009 05:09:38 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2009 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.8.ebuild,v 1.1 2009/07/22 11:38:19 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.8.ebuild,v 1.2 2009/08/06 05:09:38 dirtyepic Exp $
31
32 EAPI=2
33
34 @@ -49,6 +49,7 @@
35
36 src_prepare() {
37 epatch "${FILESDIR}/${PN}-1.3.8-automagic.patch"
38 + epatch "${FILESDIR}/${PN}-1.3.8-gsocket-conflict.patch"
39 AT_M4DIR="${S}/m4" eautoreconf
40 }
41
42
43
44
45 1.128 media-sound/audacity/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.128&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.128&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.127&r2=1.128
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
54 retrieving revision 1.127
55 retrieving revision 1.128
56 diff -u -r1.127 -r1.128
57 --- ChangeLog 25 Jul 2009 15:08:11 -0000 1.127
58 +++ ChangeLog 6 Aug 2009 05:09:38 -0000 1.128
59 @@ -1,6 +1,13 @@
60 # ChangeLog for media-sound/audacity
61 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.127 2009/07/25 15:08:11 aballier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.128 2009/08/06 05:09:38 dirtyepic Exp $
64 +
65 + 06 Aug 2009; Ryan Hill <dirtyepic@g.o> audacity-1.3.8.ebuild,
66 + +files/audacity-1.3.8-gsocket-conflict.patch:
67 + Add patch from Fedora to fix building with developmental glib/wxGTK
68 + GSocket conflict. No revision bump as this is only a build fix.
69 + Thanks to insanity5902@×××××.com for tracking down this patch in bug
70 + #278778.
71
72 25 Jul 2009; Alexis Ballier <aballier@g.o> -audacity-1.3.6.ebuild,
73 -files/audacity-1.3.6-novorbis.patch, -files/audacity-1.3.6-vamp2.patch: