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/audacity: audacity-1.3.4.ebuild ChangeLog
Date: Sun, 02 Dec 2007 13:59:46
Message-Id: E1IypM7-0004gq-HO@stork.gentoo.org
1 aballier 07/12/02 13:59:35
2
3 Modified: audacity-1.3.4.ebuild ChangeLog
4 Log:
5 enable audacity libresample if libsamplerate was not requested, thanks to Richard Ash <richard@××××××××××××.org>, bug #200873
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.7 media-sound/audacity/audacity-1.3.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.4.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.4.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/audacity-1.3.4.ebuild?r1=1.6&r2=1.7
14
15 Index: audacity-1.3.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.4.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- audacity-1.3.4.ebuild 2 Dec 2007 13:27:19 -0000 1.6
22 +++ audacity-1.3.4.ebuild 2 Dec 2007 13:59:34 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.4.ebuild,v 1.6 2007/12/02 13:27:19 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.4.ebuild,v 1.7 2007/12/02 13:59:34 aballier Exp $
28
29 inherit eutils wxwidgets
30
31 @@ -50,7 +50,6 @@
32 }
33
34 src_compile() {
35 - local myconf
36 WX_GTK_VER="2.6"
37
38 if use unicode; then
39 @@ -71,8 +70,7 @@
40 $(use_with twolame libtwolame) \
41 $(use_with soundtouch) \
42 $(use_with libsamplerate) \
43 - --without-libresample \
44 - ${myconf} || die
45 + || die
46
47 emake || die
48 }
49
50
51
52 1.75 media-sound/audacity/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.75&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?rev=1.75&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/ChangeLog?r1=1.74&r2=1.75
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v
61 retrieving revision 1.74
62 retrieving revision 1.75
63 diff -u -r1.74 -r1.75
64 --- ChangeLog 2 Dec 2007 13:27:19 -0000 1.74
65 +++ ChangeLog 2 Dec 2007 13:59:34 -0000 1.75
66 @@ -1,6 +1,10 @@
67 # ChangeLog for media-sound/audacity
68 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.74 2007/12/02 13:27:19 aballier Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.75 2007/12/02 13:59:34 aballier Exp $
71 +
72 + 02 Dec 2007; Alexis Ballier <aballier@g.o> audacity-1.3.4.ebuild:
73 + enable audacity libresample if libsamplerate was not requested, thanks to
74 + Richard Ash <richard@××××××××××××.org>, bug #200873
75
76 02 Dec 2007; Alexis Ballier <aballier@g.o> audacity-1.3.4.ebuild:
77 no need to manually install the icon as the makefiles handle them; thanks to
78
79
80
81 --
82 gentoo-commits@g.o mailing list