diff options
author | adam <adam@pkgsrc.org> | 2019-08-22 18:35:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-08-22 18:35:22 +0000 |
commit | b7514e10f3456ebb673fc46196d09676b8750841 (patch) | |
tree | 498e8bfe250cd598a9cbece78181920cc237db98 /emulators/fs-uae | |
parent | 67fb7aa33032fc6f45ac1be9b1fefd0025295355 (diff) | |
download | pkgsrc-b7514e10f3456ebb673fc46196d09676b8750841.tar.gz |
fs-uae: updated to 3.0.0
Changes in FS-UAE 3.0 (compared to 2.8):
* Fixed JIT direct access on modern Linux distributions.
* FS-UAE default is now to show a 692×540 image, not stretched to fill screen.
* Built-in configurations for many more game controllers.
* New option whdload_quit_key to gracefully quit slaves.
* Added more shaders (compiled/ported/written by guest.r and rsn8887).
* Updated emulation core from WinUAE 3300b2.
* Several new configuration options (see Changelog for details).
* Many more smaller fixes and updates (see Changelog for details).
Changes in FS-UAE Launcher 3.0 (compared to 2.8):
* Plugins can provide files for offline use (WHDLoad, JST, SKick, etc).
* Added support for .gz/.adz/.roz/.xz-compressed files.
* Support WHDLoad versions 18.4 and 18.5 (game database).
* Revert fullscreen_mode to default when upgrading from older versions.
* Use https for all more fs-uae.net and openretro.org communication.
* Support hd_requirements = xpkmaster.library.
* Fixed problem on Windows where devices were sometimes not detected.
* Make configurations list wider when window width is quite large.
* Try to use config from game database when launching with a WHDLoad archive.
* Extract WHDLoad arguments from .info file when loading a WHDLoad archive.
* Sync “unpublished” games from the online game database, option to show.
* Many bugfixes and smaller improvements (see Changelog for details).
Build-related:
* Only x86-64 (64-bit) official builds for Windows and macOS and Linux.
* Building for x86 (32-bit) still works on all platforms.
* 32-bit packages for Ubuntu, Debian, Fedora and openSUSE are still available.
* Builds for macOS require 10.9+. The source can be built for older versions.
Diffstat (limited to 'emulators/fs-uae')
-rw-r--r-- | emulators/fs-uae/Makefile | 8 | ||||
-rw-r--r-- | emulators/fs-uae/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile index 03ead5a9aea..170e71df081 100644 --- a/emulators/fs-uae/Makefile +++ b/emulators/fs-uae/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2019/05/29 19:52:49 adam Exp $ +# $NetBSD: Makefile,v 1.9 2019/08/22 18:35:22 adam Exp $ -DISTNAME= fs-uae-2.8.3 -PKGREVISION= 1 +DISTNAME= fs-uae-3.0.0 CATEGORIES= emulators -MASTER_SITES= https://fs-uae.net/fs-uae/stable/${PKGVERSION_NOREV}/ +MASTER_SITES= https://fs-uae.net/stable/${PKGVERSION_NOREV}/ MAINTAINER= adam@NetBSD.org HOMEPAGE= https://fs-uae.net/ @@ -13,6 +12,7 @@ LICENSE= gnu-gpl-v2 USE_LANGUAGES= c gnu++03 USE_TOOLS+= msgfmt pkg-config zip GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-libmpeg2 .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" diff --git a/emulators/fs-uae/distinfo b/emulators/fs-uae/distinfo index 45b7f78f7b1..c4cc5c147ac 100644 --- a/emulators/fs-uae/distinfo +++ b/emulators/fs-uae/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2018/02/08 20:56:22 adam Exp $ +$NetBSD: distinfo,v 1.4 2019/08/22 18:35:22 adam Exp $ -SHA1 (fs-uae-2.8.3.tar.gz) = 65e348da76352694552a01cfeda0e8215642c7e7 -RMD160 (fs-uae-2.8.3.tar.gz) = 78e97697a925468761542d3ec1ad62268c7077f2 -SHA512 (fs-uae-2.8.3.tar.gz) = 1ccab4329a6b678a97f336b963bfaf9ea26bccccba31c90f1b7a8c2a6d3a9f343f9095733be744d4357495c808216d32c08a2bd8ce05bba73017147616d5e8cf -Size (fs-uae-2.8.3.tar.gz) = 5017047 bytes +SHA1 (fs-uae-3.0.0.tar.gz) = 319b4795da1fe9165d445e3cc6fc4de527c57633 +RMD160 (fs-uae-3.0.0.tar.gz) = b6ac6c4360a4e4d1f2d1021e6d37ac8e95f91d2a +SHA512 (fs-uae-3.0.0.tar.gz) = 3ceee2434b3aa3f545370a17149b3cda8d2eeb1bd093a45869a897a00b82ae4395efc52c129124e44262b47b7f56337e1adb9f58b0a1562efa73ee3ea3915b68 +Size (fs-uae-3.0.0.tar.gz) = 4841427 bytes SHA1 (patch-manymouse_x11__xinput2.c) = 9b2891d1ce62affb694ac11b2386115799ed6fa9 SHA1 (patch-src_od-fs_bsdsocket__posix.cpp) = 78ecdd2efe903fdebfb0e144a4fc775296b73048 |