pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/advancemame
Module Name: pkgsrc
Committed By: nia
Date: Mon Oct 14 07:48:14 UTC 2024
Modified Files:
pkgsrc/emulators/advancemame: Makefile distinfo options.mk
Log Message:
advancemame: update to 3.10
ADVANCEMAME/MESS VERSION 3.10 2024/02
=====================================
* Alcon / Slap Fight MCU hookup [arcadez2003]
* Add the protection MCU for the official Alcon / Slap Fight sets [arcadez2003]
* Fixed crash with Linux nvidia proprietary driver
* aquario [arcadez2003]
* New Working Clockwork Aquario (Prototype) [arcadez2003]
* Vastly improve the sound for the Cave PGM games [arcadez2003]
* 64th Street A Detective Story fix some gfx niggles [arcadez2003]
* New segac2 romsets [arcadez2003]
* Add three recently released Sega C2 prototypes [arcadez2003]
* Add sound for Atomic Boy / Wilytower fix sound for Fighting Basketball [arcadez2003]
* More fixes for Contra / Gryzor [arcadez2003]
* Sprite fix for Contra / Gryzor [arcadez2003]
* New working Dogyuun (8/25/1992 location test) [arcadez2003]
* Thunder [arcadez2003]
* Optimized driver for Denjin Makai [Scandy]
* Support of new driver "Heavy Unit" by Arcadez [Scandy]
* Two new working games Tecmo System [arcadez2003]
* Fix some broken gfx in Buggy Challenge [arcadez2003]
* Use bitmask size not EV_MAX for EVIOCGBIT ioctl. [Mark Davies]
* [FGHTHIST] Avoid Karnov bug [Scandy]
* Fix sound for Perfect Soldiers / Superior Soldiers [arcadez2003]
* Hide "Read protection port" pop-ups [Scandy]
* Violent Storm (ver EAB) works correctly [Scandy]
* Fix UCCOPSJ and UCCOPSAR citysweepers attract mode [Scandy]
* Fix VIOSTORM attract mode glitch [Scandy]
* Fix priority issues in FGHTHIST [arcadez2003]
* UCCOPSAR citysweepers attract mode test [Scandy]
* Disable palette banking for R-Type leo - fixes invincibility flash [Haze] [arcadez2003]
* Operation Wolf improve the C-Chip simulation [arcadez2003]
* New working game Marble Madness II [arcadez2003]
* Cocktail mode support for Asteroids and Asteroids Deluxe [Mario Montminy]
* improve bonze Adventure c-chip simulation to prevent crash [arcadez2003]
* Contra protection improvements [arcadez2003]
* Fix random crashes in GunBird 2 [arcadez2003]
* Correct aspect ratio support and cleanup [Mario Montminy]
* quasar.c: Fix inputs for quasar [Greg Kennedy]
* Several fixes for compile warnings, backported from more recent MAME [Greg Kennedy]
* Fix sound problems in Trojan / Tatakai No Banka [arcadez2003]
* New working game Off Road Challenge [arcadez2003]
* Backport a TMS32031 fix for Midway's Off Road Challenge [arcadez2003]
* Fix some minor issues in advancemame compilation. [Greg Kennedy]
* Fix build errors due new gcc 10 default for -fno-common
* Knights Of Valour 2 and Martial Masters now playable [arcadez2003]
* Backport Ryan Holtz thumbsign improvments from MAME111.u6 [arcadez2003]
* Use Toaplan1 vidhrdw from ShmupMAME v3.0 [arcadez2003]
* Fix USB issue and did various optimizations [Mario Montminy]
* Corrected clipping issue with battlezone, major havoc [Mario Montminy]
* Varius game fixes from arcadez2003
* Fix incorrect bg colours in Dynamite Duke cont [arcadez2003]
* Fix for bad bg colours at various points all through the game and every boss fight [arcadez2003]
* Fix the lights dont go out when shot in Elevator Action II / Returns [arcadez2003]
* Fix the graphical tile layer and irq triggering [arcadez2003]
* firebarr_decryption_table [arcadez2003]
* Fire Barrel requires a new decryption table [arcadez2003]
* New working game Fire Barrel [arcadez2003]
* Fix gfx for DJ Boy [arcadez2003]
* Hook up DAC and sample sound support for Cosmic Alien [arcadez2003]
* New Working Game Snow Board Championship [arcadez2003]
* Hook up the decryption tables for Snow Board Championship [arcadez2003]
* Added USB-DVG vector generator board support [Goldfinch2]
* Fix background character movements for Power Instinct 2 and Legends [arcadez2003]
* Enable breakable backgrounds in 64th street [arcadez2003]
* Support make install DESTDIR=/foo just like Automake does [James Le Cuirot]
* Don't use auto CFLAGS/LDFLAGS if they are set but blank [James Le Cuirot]
* Fix random crash in Rampage World Tour [arcadez2003]
* Fix sound in Ring Rage and add sound support for Riding Fight [arcadez2003]
* apf_vsync_int: fix invalid access to apf_ints variable [Andreas Oberritter]
* Adding pkg-config for ncurses and slang. [Alex Barker]
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/advancemame/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/advancemame/distinfo \
pkgsrc/emulators/advancemame/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/advancemame/Makefile
diff -u pkgsrc/emulators/advancemame/Makefile:1.6 pkgsrc/emulators/advancemame/Makefile:1.7
--- pkgsrc/emulators/advancemame/Makefile:1.6 Sat Apr 6 08:05:15 2024
+++ pkgsrc/emulators/advancemame/Makefile Mon Oct 14 07:48:14 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/04/06 08:05:15 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/10/14 07:48:14 nia Exp $
-DISTNAME= advancemame-3.9
-PKGREVISION= 3
+DISTNAME= advancemame-3.10
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=amadvance/}
GITHUB_PROJECT= advancemame
Index: pkgsrc/emulators/advancemame/distinfo
diff -u pkgsrc/emulators/advancemame/distinfo:1.1 pkgsrc/emulators/advancemame/distinfo:1.2
--- pkgsrc/emulators/advancemame/distinfo:1.1 Mon Jul 3 21:49:20 2023
+++ pkgsrc/emulators/advancemame/distinfo Mon Oct 14 07:48:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/07/03 21:49:20 nia Exp $
+$NetBSD: distinfo,v 1.2 2024/10/14 07:48:14 nia Exp $
-BLAKE2s (advancemame-3.9.tar.gz) = 967c6807e8181cfa607ad00e14c546faac352cea6113424b46b3d9cbde28a6a3
-SHA512 (advancemame-3.9.tar.gz) = 43f9ba746f222b17ade2d213d6af7cc8fe6b3ee6008633f02b8877f4c7f75628bdf1cc9718db09f5f9a482d194c8ba94f9047334e8012d23c598454e5dab2eb3
-Size (advancemame-3.9.tar.gz) = 27287755 bytes
+BLAKE2s (advancemame-3.10.tar.gz) = 579f4a0d009b47222b467aaec153b2a853d1f2fb60d5aecdf5b4faa7d6919809
+SHA512 (advancemame-3.10.tar.gz) = cf24a61f5882ef1fb2c907644662b84965b7733c718042bbfb93fb972fbf06b26f16a39b980d54ed6485d2ab8925a228ab3468307aa50b5386eaa61eee441c5f
+Size (advancemame-3.10.tar.gz) = 27381432 bytes
Index: pkgsrc/emulators/advancemame/options.mk
diff -u pkgsrc/emulators/advancemame/options.mk:1.1 pkgsrc/emulators/advancemame/options.mk:1.2
--- pkgsrc/emulators/advancemame/options.mk:1.1 Mon Jul 3 21:49:20 2023
+++ pkgsrc/emulators/advancemame/options.mk Mon Oct 14 07:48:14 2024
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.1 2023/07/03 21:49:20 nia Exp $
+# $NetBSD: options.mk,v 1.2 2024/10/14 07:48:14 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.advancemame
PKG_SUPPORTED_OPTIONS+= freetype curses slang alsa
-PKG_SUGGESTED_OPTIONS+= freetype curses
+PKG_SUGGESTED_OPTIONS+= freetype
PKG_SUGGESTED_OPTIONS.Linux+= alsa
.include "../../mk/bsd.options.mk"
@@ -23,9 +23,8 @@ CONFIGURE_ARGS+= --disable-freetype
.endif
.if !empty(PKG_OPTIONS:Mcurses)
-FAKE_NCURSES= yes
CONFIGURE_ARGS+= --enable-ncurses
-.include "../../mk/curses.buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-ncurses
.endif
Home |
Main Index |
Thread Index |
Old Index