diff options
author | adam <adam> | 2004-02-20 14:14:52 +0000 |
---|---|---|
committer | adam <adam> | 2004-02-20 14:14:52 +0000 |
commit | 8886fa191b3826a1ed1957dbd6e63788ffa2acbf (patch) | |
tree | 201b251587051cbfd170474fdbaa6c21f989c457 | |
parent | efc7536235c915d17675dda47984b5c712a57e30 (diff) | |
download | pkgsrc-8886fa191b3826a1ed1957dbd6e63788ffa2acbf.tar.gz |
Changes 0.6.2.1:
* Compilation fixes:
+ sdljoystick.h missing from tarball.
+ Link failure if a widget UI in use and lib765 not available.
+ Compilation failure if ROMSDIR defined.
* Bugfixes:
+ Use of the SDL icons could cause screen corruption.
+ The reverse page mapping for 0xc000 - 0xffff would occasionally be
wrong on the +2A/+3.
* Miscellaneous:
+ Allow selectable devices to be used for the real joysticks.
+ Use glib 2.0 if available.
+ Allow ROMSDIR to be set when configuring.
-rw-r--r-- | emulators/fuse/Makefile | 4 | ||||
-rw-r--r-- | emulators/fuse/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index fe7f9135de1..2910e44d741 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2004/02/13 13:40:15 adam Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/20 14:14:52 adam Exp $ -DISTNAME= fuse-0.6.2 +DISTNAME= fuse-0.6.2.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} diff --git a/emulators/fuse/distinfo b/emulators/fuse/distinfo index 2e9fa4613e9..e7a7273c0b5 100644 --- a/emulators/fuse/distinfo +++ b/emulators/fuse/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/02/13 13:40:15 adam Exp $ +$NetBSD: distinfo,v 1.4 2004/02/20 14:14:52 adam Exp $ -SHA1 (fuse-0.6.2.tar.gz) = 3290614cb71b6cd262ff6df056d62648ac16b6f3 -Size (fuse-0.6.2.tar.gz) = 665425 bytes +SHA1 (fuse-0.6.2.1.tar.gz) = 6fa903848153dbc2919a779e6c8214286a938af2 +Size (fuse-0.6.2.1.tar.gz) = 668863 bytes SHA1 (patch-aa) = 047ff628e454da6dbc9c3b140f6265353c317ae4 |