Package: gmfsk / 0.6+0.7pre1-2.3

Metadata

Package Version Patches format
gmfsk 0.6+0.7pre1-2.3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10 hkj acknowledge.patch | (download)

src/interface.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 acknowledge w1hkj in about box

11 hkj waterfall.patch | (download)

src/callbacks.c | 52 49 + 3 - 0 !
src/callbacks.h | 25 25 + 0 - 0 !
src/interface.c | 96 83 + 13 - 0 !
src/waterfall.c | 28 22 + 6 - 0 !
src/waterfall.h | 6 5 + 1 - 0 !
5 files changed, 184 insertions(+), 23 deletions(-)

 correct gtk menu problems

12 gcc43 fixes.patch | (download)

src/olivia/mfsk.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 gcc-4.3 fixes

13 log2 fix.patch | (download)

src/misc/misc.c | 2 2 + 0 - 0 !
src/misc/misc.h | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 patch for fix ftbfs bug #552851.

This problem occurs because the function (log2) declared with the
same name twice: in the file mfsk.h and in the file misk.h.
But since the function log2 declared in header file misk.h is not
used at all in this source, here this function is simply commented
out.