pkgsrc/emulators/fuse-emulator/Makefile

27 lines
701 B
Makefile
Raw Normal View History

2021-05-24 21:49:01 +02:00
# $NetBSD: Makefile,v 1.37 2021/05/24 19:52:09 wiz Exp $
fuse-emulator: updated to 1.6.0 Fuse 1.6.0 released. * New features: * Add TTX2000S emulation (Guesser). * Experimental PulseAudio sound driver (Grzegorz Jablonski and Sergio Baldoví). * Emulation core improvements: * Fix activation of joystick and IF2 peripherals when loading a snapshot (thanks, ICEknight) (Sergio Baldoví). * UI improvements: * New higher resolution keyboard picture on GTK and win32 UIs (thanks, Andrew Owen for the picture) (Sergio Baldoví and Philip Kendall). * GTK UI: Add Fuse icon to the about dialog and the main window (Alberto Garcia). * GTK UI: Load/save binary dialog remembers last values (Derek Fountain). * GTK 3 UI: Improve moving and sizing Fuse's window under Wayland (Sergio Baldoví). * GTK 3 UI: Fix kempston mouse values on Wayland (thanks, Philip Kendall) (Sergio Baldoví). * GTK 3 UI: Fix bug when resizing from 2x to 3x on GTK UI (Sergio Baldoví) * SDL UI: Fix crash when using dispmanx backend on the Raspberry Pi (Jools Wills). * SDL UI: Allow forcing fullscreen mode when SDL doesn't report available screen modes (Sergio Baldoví). * WidgetUI: New dialog to load/save binary data (Gergely Szasz). * WidgetUI: Enable HOME and END keys in menus on widget UIs (Gergely Szasz). * WidgetUI: Use monospaced characters on memory browser (Gergely Szasz). * WidgetUI: Fix crash when trying to overwrite read-only files (Pedro Luis Rodríguez González). * Win32: Fix bitwise operation in debugger (Sergio Baldoví). * Xlib UI: Try to keep graphic filter when the user resize the window (Gergely Szasz). * Scaler improvements: * Fix display corruption with HQ 3x scaler (thanks, Philip Kendall) (Sergio Baldoví). * Fix antialiasing effect of AdvMAME3x scaler (Sergio Baldoví). * Add 4x, TV 4x, Pal TV 4x and HQ 4x scalers on GTK, SDL, win32 and Xlib UIs (Sergio Baldoví and Gergely Szasz). * Allow screenshots with TV 3x, PAL TV and Timex 1.5x scalers (Sergio Baldoví). * Miscellaneous improvements: * Allow selection of audio driver at build time (thanks, kov_serg) (Alberto Garcia). * Support of SDL 2 for joystick and audio drivers (Alberto Garcia). * Fix GTK 3 build when the GTK version is < 3.20 (thanks, Thrice) (Alberto Garcia). * Fix GTK build with Wayland, Quartz and Windows backends (thanks, Stuart Brady) (Sergio Baldoví). * Various fixes to allow compilation with GCC 10 (Alberto Garcia and Sergio Baldoví). * Suppress a couple of -Wunused-result warnings from gcc (Alberto Garcia). * Improve error message when opening a directory from the command line (thanks, Philip Kendall) (Alberto Garcia and Sergio Baldoví).
2021-03-02 12:55:49 +01:00
DISTNAME= fuse-1.6.0
PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/}
2021-05-24 21:49:01 +02:00
PKGREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://fuse-emulator.sourceforge.net/
COMMENT= ZX Spectrum Emulator
LICENSE= gnu-gpl-v2
USE_TOOLS+= perl pkg-config
GNU_CONFIGURE= yes
CPPFLAGS+= -DDEVOSSAUDIO=\"${DEVOSSAUDIO}\"
LIBS+= ${LIBOSSAUDIO}
.include "options.mk"
.include "../../emulators/libspectrum/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"