Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/k3guitune/files: k3guitune-1.01-gcc43.patch k3guitune-1.01-desktop-entry.patch k3guitune-1.01-fftw.patch k3guitune-1.0-gcc43.patch
Date: Tue, 02 Jun 2009 22:59:50
Message-Id: E1MBcxP-00057o-UX@stork.gentoo.org
1 ssuominen 09/06/02 22:59:47
2
3 Modified: k3guitune-1.01-desktop-entry.patch
4 k3guitune-1.01-fftw.patch
5 Added: k3guitune-1.01-gcc43.patch
6 Removed: k3guitune-1.0-gcc43.patch
7 Log:
8 Move slot to 3.5.
9 (Portage version: 2.1.6.13/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 media-sound/k3guitune/files/k3guitune-1.01-desktop-entry.patch
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/files/k3guitune-1.01-desktop-entry.patch?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/files/k3guitune-1.01-desktop-entry.patch?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/files/k3guitune-1.01-desktop-entry.patch?r1=1.1&r2=1.2
17
18 Index: k3guitune-1.01-desktop-entry.patch
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/k3guitune/files/k3guitune-1.01-desktop-entry.patch,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- k3guitune-1.01-desktop-entry.patch 21 May 2009 16:27:16 -0000 1.1
25 +++ k3guitune-1.01-desktop-entry.patch 2 Jun 2009 22:59:47 -0000 1.2
26 @@ -1,3 +1,5 @@
27 +Fix desktop-entry and it's location to respect current freedesktop spec.
28 +
29 diff -ur k3guitune-1.01.orig/k3guitune/k3guitune.desktop k3guitune-1.01/k3guitune/k3guitune.desktop
30 --- k3guitune-1.01.orig/k3guitune/k3guitune.desktop 2007-12-15 15:16:27.000000000 +0200
31 +++ k3guitune-1.01/k3guitune/k3guitune.desktop 2009-05-21 19:19:27.000000000 +0300
32
33
34
35 1.2 media-sound/k3guitune/files/k3guitune-1.01-fftw.patch
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/files/k3guitune-1.01-fftw.patch?rev=1.2&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/files/k3guitune-1.01-fftw.patch?rev=1.2&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/files/k3guitune-1.01-fftw.patch?r1=1.1&r2=1.2
40
41 Index: k3guitune-1.01-fftw.patch
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/media-sound/k3guitune/files/k3guitune-1.01-fftw.patch,v
44 retrieving revision 1.1
45 retrieving revision 1.2
46 diff -u -r1.1 -r1.2
47 --- k3guitune-1.01-fftw.patch 4 May 2009 17:15:43 -0000 1.1
48 +++ k3guitune-1.01-fftw.patch 2 Jun 2009 22:59:47 -0000 1.2
49 @@ -1,3 +1,5 @@
50 +Fix compability with current fftw.
51 +
52 diff -Naur k3guitune-1.01/k3guitune/osziview.cpp k3guitune-1.01_1/k3guitune/osziview.cpp
53 --- k3guitune-1.01/k3guitune/osziview.cpp 2007-12-15 18:16:27.000000000 +0500
54 +++ k3guitune-1.01_1/k3guitune/osziview.cpp 2008-10-23 03:21:11.000000000 +0600
55
56
57
58 1.1 media-sound/k3guitune/files/k3guitune-1.01-gcc43.patch
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/files/k3guitune-1.01-gcc43.patch?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/files/k3guitune-1.01-gcc43.patch?rev=1.1&content-type=text/plain
62
63 Index: k3guitune-1.01-gcc43.patch
64 ===================================================================
65 Fix compilation with GNU GCC 4.3.0 and up.
66
67 Index: k3guitune-1.0/k3guitune/soundinput.h
68 ===================================================================
69 --- k3guitune-1.0.orig/k3guitune/soundinput.h
70 +++ k3guitune-1.0/k3guitune/soundinput.h
71 @@ -41,7 +41,7 @@ class SoundInputException : public std::
72 */
73 class SoundInput {
74 public:
75 - static SoundInput *autodetect( const char *alsa_devicename, const char *dsp_devicename, int &blksize, int &sampfreq, double &sampfreq );
76 + static SoundInput *autodetect( const char *alsa_devicename, const char *dsp_devicename, int &blksize, int &sampfreq1, double &sampfreq2 );
77 virtual ~SoundInput();
78 virtual int getData( short int *buf, int blksize ) = 0;
79 };