summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-12-04 07:40:20 +0000
committeradam <adam@pkgsrc.org>2008-12-04 07:40:20 +0000
commit19475e101f4ca9bcc30122d1f71fb42fe6e564d6 (patch)
treea2258dbb8049d540f7a92c421718c64b19a4efc3 /emulators
parent8838b6ac25bb69897ae9bf5ac3c723bcd084982f (diff)
downloadpkgsrc-19475e101f4ca9bcc30122d1f71fb42fe6e564d6.tar.gz
Changes 0.10.0:
* New upd765 FDC emulation; all known +3 DSK images now work. * Loading acceleration. * Automatic saves while using RZX recording. * Many improvements to Win32 UI. * Improved widget UI, with look and feel borrowed from that in FuseX. * Emulation core improvements. * Debugger improvements. * Miscellaneous improvements.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fuse/Makefile4
-rw-r--r--emulators/fuse/distinfo10
-rw-r--r--emulators/fuse/patches/patch-ab6
3 files changed, 10 insertions, 10 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile
index 8eb2ce0a86c..f654ea4f369 100644
--- a/emulators/fuse/Makefile
+++ b/emulators/fuse/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2008/06/12 02:14:29 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2008/12/04 07:40:20 adam Exp $
-DISTNAME= fuse-0.9.0
+DISTNAME= fuse-0.10.0
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
diff --git a/emulators/fuse/distinfo b/emulators/fuse/distinfo
index 175f19b231d..41b21f378c4 100644
--- a/emulators/fuse/distinfo
+++ b/emulators/fuse/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2008/01/24 18:32:37 adam Exp $
+$NetBSD: distinfo,v 1.10 2008/12/04 07:40:20 adam Exp $
-SHA1 (fuse-0.9.0.tar.gz) = 08c1980737cfffc7dce229b22922eb774e2bf8b8
-RMD160 (fuse-0.9.0.tar.gz) = 2ae21b3f22f1a2ad975c63eeed9548a903945e2a
-Size (fuse-0.9.0.tar.gz) = 1371359 bytes
+SHA1 (fuse-0.10.0.tar.gz) = 064af032d6c81e6b56fe4e87b1d23474d17cc66b
+RMD160 (fuse-0.10.0.tar.gz) = 8921816399db0ab006ffbe2734575afe73f4dbb8
+Size (fuse-0.10.0.tar.gz) = 1573180 bytes
SHA1 (patch-aa) = 68d610ec43b220400e7781ae84327926c9d5c498
-SHA1 (patch-ab) = 5d77d2076a00cd4c1bd2dfa0a9432f87a71a6443
+SHA1 (patch-ab) = 20fd52776ad73385d7fc33cfaca4b6d047dfe1d6
diff --git a/emulators/fuse/patches/patch-ab b/emulators/fuse/patches/patch-ab
index 12a6289af87..3f351d66bff 100644
--- a/emulators/fuse/patches/patch-ab
+++ b/emulators/fuse/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2008/01/24 18:32:37 adam Exp $
+$NetBSD: patch-ab,v 1.4 2008/12/04 07:40:20 adam Exp $
---- sound/Makefile.in.orig 2007-12-21 17:44:35.000000000 +0100
+--- sound/Makefile.in.orig 2008-12-03 20:17:17.000000000 +0100
+++ sound/Makefile.in
-@@ -94,7 +94,7 @@ COMPAT_MKSTEMP_TRUE = @COMPAT_MKSTEMP_TR
+@@ -83,7 +83,7 @@ CFLAGS = @CFLAGS@
COMPAT_OSNAME = @COMPAT_OSNAME@
COMPAT_SUBDIR = @COMPAT_SUBDIR@
CPP = @CPP@