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/files: audacity-1.3.6-novorbis.patch
Date: Sun, 26 Oct 2008 11:45:28
Message-Id: E1Ku43i-0006Ua-Ed@stork.gentoo.org
1 aballier 08/10/26 11:45:26
2
3 Added: audacity-1.3.6-novorbis.patch
4 Log:
5 Version bump, thanks to Richard Ash <richard@××××××××××××.org> for the notice and ebuild, bug #244360
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/audacity/files/audacity-1.3.6-novorbis.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/files/audacity-1.3.6-novorbis.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/audacity/files/audacity-1.3.6-novorbis.patch?rev=1.1&content-type=text/plain
13
14 Index: audacity-1.3.6-novorbis.patch
15 ===================================================================
16 Index: audacity-src-1.3.6/src/export/ExportFLAC.cpp
17 ===================================================================
18 --- audacity-src-1.3.6.orig/src/export/ExportFLAC.cpp
19 +++ audacity-src-1.3.6/src/export/ExportFLAC.cpp
20 @@ -29,7 +29,10 @@ and libvorbis examples, Monty <monty@xip
21 #include <wx/log.h>
22 #include <wx/msgdlg.h>
23
24 +#ifdef USE_LIBVORBIS
25 #include <vorbis/vorbisenc.h>
26 +#endif // USE_LIBVORBIS
27 +
28 #include "FLAC++/encoder.h"
29
30 #include "../float_cast.h"