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/k3guitune/files: k3guitune-1.0-gcc43.patch k3guitune-0.5-configure.patch k3guitune-0.4.1-configure.patch
Date: Wed, 06 Aug 2008 22:57:58
Message-Id: E1KQrx3-0003RY-7W@stork.gentoo.org
1 aballier 08/08/06 22:57:53
2
3 Added: k3guitune-1.0-gcc43.patch
4 Removed: k3guitune-0.5-configure.patch
5 k3guitune-0.4.1-configure.patch
6 Log:
7 remove old and fix build with gcc 4.3 for latest version
8 (Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
9
10 Revision Changes Path
11 1.1 media-sound/k3guitune/files/k3guitune-1.0-gcc43.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/files/k3guitune-1.0-gcc43.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/files/k3guitune-1.0-gcc43.patch?rev=1.1&content-type=text/plain
15
16 Index: k3guitune-1.0-gcc43.patch
17 ===================================================================
18 Index: k3guitune-1.0/k3guitune/soundinput.h
19 ===================================================================
20 --- k3guitune-1.0.orig/k3guitune/soundinput.h
21 +++ k3guitune-1.0/k3guitune/soundinput.h
22 @@ -41,7 +41,7 @@ class SoundInputException : public std::
23 */
24 class SoundInput {
25 public:
26 - static SoundInput *autodetect( const char *alsa_devicename, const char *dsp_devicename, int &blksize, int &sampfreq, double &sampfreq );
27 + static SoundInput *autodetect( const char *alsa_devicename, const char *dsp_devicename, int &blksize, int &sampfreq1, double &sampfreq2 );
28 virtual ~SoundInput();
29 virtual int getData( short int *buf, int blksize ) = 0;
30 };