head 1.6; access; symbols OPENPKG_E1_MP_HEAD:1.6 OPENPKG_E1_MP:1.6; locks; strict; comment @# @; 1.6 date 2005.02.10.13.44.09; author rse; state dead; branches; next 1.5; 1.5 date 2004.11.06.14.56.49; author rse; state Exp; branches; next 1.4; 1.4 date 2004.11.06.14.54.39; author rse; state Exp; branches; next 1.3; 1.3 date 2003.12.16.08.22.13; author rse; state dead; branches; next 1.2; 1.2 date 2003.10.26.18.50.48; author rse; state Exp; branches; next 1.1; 1.1 date 2003.10.10.09.38.44; author rse; state Exp; branches; next ; desc @@ 1.6 log @upgrading package: gxmame 0.34b -> 0.35b1 @ text @Index: src/mameio.c --- src/mameio.c.orig 2003-11-26 10:38:21 +0100 +++ src/mameio.c 2004-11-06 15:52:31 +0100 @@@@ -217,7 +217,7 @@@@ /* Generate the list */ /* without including neither history nor mameinfo to have less to parse after*/ - opt=g_strdup_printf("%s -listinfo -%s /dev/null -%s /dev/null 2>/dev/null", + opt=g_strdup_printf("%s -listxml -%s /dev/null -%s /dev/null | xmame-xml2info 2>/dev/null", current_exec->path, available_options->mameinfo_file_option, available_options->history_file_option); Index: src/options.c --- src/options.c.orig 2003-12-18 20:03:13 +0100 +++ src/options.c 2004-11-06 15:52:31 +0100 @@@@ -7298,8 +7298,6 @@@@ "%s " /* newext */ "-%sxsync " "-%sprivatecmap " - "-%sxil " - "-%smtxil " "%s ", /* Video mode */ x11mode, (target->cursor)?"":"no", @@@@ -7308,8 +7306,6 @@@@ newext?newext:"", (target->xsync)?"":"no", (target->privatecmap)?"":"no", - (target->xil)?"":"no", - (target->mtxil)?"":"no", Video_Mode_option?Video_Mode_option:"" ); } @@@@ -7323,8 +7319,6 @@@@ "%s " /* newext */ "-%sxsync " "-%sprivatecmap " - "-%sxil " - "-%smtxil " "%s ", /* Video mode */ target->x11_mode, (target->cursor)?"":"no", @@@@ -7334,8 +7328,6 @@@@ newext?newext:"", (target->xsync)?"":"no", (target->privatecmap)?"":"no", - (target->xil)?"":"no", - (target->mtxil)?"":"no", Video_Mode_option?Video_Mode_option:"" ); } @ 1.5 log @use a non-generic filename @ text @@ 1.4 log @make it running with the latest xmame 0.87 again by applying an important patch from FreeBSD ports @ text @d9 1 a9 1 + opt=g_strdup_printf("%s -listxml -%s /dev/null -%s /dev/null | xml2info 2>/dev/null", @ 1.3 log @upgrading package: gxmame 0.33 -> 0.34 @ text @d1 12 d14 38 a51 24 --- src/options.c.orig 2003-06-08 20:48:37.000000000 +0200 +++ src/options.c 2003-10-26 19:49:01.000000000 +0100 @@@@ -6555,8 +6555,8 @@@@ "-%sanalogstick " "%s " /* joy */ "-%smouse " - "-%shotrod " - "-%shotrodse " + "%s " + "%s " "-%susbpspad " "-%srapidfire " "%s " /* trackball1 */ @@@@ -6571,8 +6571,8 @@@@ (target->analogstick)?"":"no", joy?joy:"", (target->mouse)?"":"no", - (target->hotrod)?"":"no", - (target->hotrodse)?"":"no", + (target->hotrod)?"-ctrlr HotRod":"", + (target->hotrodse)?"-ctrlr HotRodSE":"", (target->usbpspad)?"":"no", (target->rapidfire)?"":"no", trackball1?trackball1:"", @ 1.2 log @fix xmame options @ text @@ 1.1 log @adjust it to work again with XMame 0.74.1 and higher @ text @d1 3 a3 2 --- src/options.c.old 2003-06-08 20:48:37.000000000 +0200 +++ src/options.c 2003-10-09 20:51:45.000000000 +0200 d10 2 a11 2 + "-%s " /* fixed for new hotrod options in mame >= 0.74.1 */ + "-%s " @