Package: kcemu / 0.5.1+dfsg-5

Metadata

Package Version Patches format
kcemu 0.5.1+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Directly check for Joystick interface.patch | (download)

configure.in | 9 9 + 0 - 0 !
include/kc/config.h.in | 3 3 + 0 - 0 !
src/kc/Makefile.am | 17 12 + 5 - 0 !
src/kc/mod_list.cc | 9 6 + 3 - 0 !
4 files changed, 30 insertions(+), 8 deletions(-)

 directly check for joystick interface


0002 Fix type declaration for gzf in struct dsk_data_t. g.patch | (download)

src/libdisk/load_22dsk.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix type declaration for gzf in struct dsk_data_t. gzfile from
 zlib.h is already of type pointer, so no need to declare gzf as
 gzFile *.


0003 Include glib through glib.h to fix FTBFS with glib 2.patch | (download)

src/ui/gtk/plotter.cc | 2 1 + 1 - 0 !
test/libgtkex/libgtkex-test.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 include glib through glib.h to fix ftbfs with glib 2.33+.