summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2008-01-24 18:32:37 +0000
committeradam <adam>2008-01-24 18:32:37 +0000
commitd2e0db3bf6eb508c0839300728413b15b5454db3 (patch)
treecb0ccaa75d770343827df5f84626bfcde87da293
parentbc91873a6fa40bd90f2af8d9c2d04f994e7e7d34 (diff)
downloadpkgsrc-d2e0db3bf6eb508c0839300728413b15b5454db3.tar.gz
Changes 0.9.0:
* New features: * Add +D disk interface support * New floppy disk controller emulation for +D and Beta disk interface emulation * Add Pentagon 512 and Pentagon 1024 emulation * Add Hi-Fi beeper for improved reproduction of multi-channel beeper tunes (e.g. Fairlight 2, Wham - the Music Box) * Add support for saving tape images without using tape traps * Add support for loading from WAV tape images * Add support for saving CSW tape images and TZX direct recording blocks * Allow distinction between "soft" resets (activating the reset line on the Z80) and "hard" resets (pulling the power) * New ALSA sound driver * AmigaOS support * MorphOS support * Emulation core improvements * Machine specific improvements * Various other minor bugfixes
-rw-r--r--emulators/fuse/Makefile4
-rw-r--r--emulators/fuse/PLIST4
-rw-r--r--emulators/fuse/distinfo12
-rw-r--r--emulators/fuse/patches/patch-aa6
-rw-r--r--emulators/fuse/patches/patch-ab10
5 files changed, 19 insertions, 17 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile
index 76c903ea683..b2c931e2be7 100644
--- a/emulators/fuse/Makefile
+++ b/emulators/fuse/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2007/05/12 19:44:08 adam Exp $
+# $NetBSD: Makefile,v 1.25 2008/01/24 18:32:37 adam Exp $
-DISTNAME= fuse-0.8.0.1
+DISTNAME= fuse-0.9.0
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
diff --git a/emulators/fuse/PLIST b/emulators/fuse/PLIST
index e916bc01da3..5e60cce6341 100644
--- a/emulators/fuse/PLIST
+++ b/emulators/fuse/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2007/05/12 19:44:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2008/01/24 18:32:37 adam Exp $
bin/fuse
man/man1/fuse.1
share/fuse/128-0.rom
@@ -12,6 +12,7 @@ share/fuse/256s-3.rom
share/fuse/48.rom
share/fuse/cassette.bmp
share/fuse/disk_plus3.szx
+share/fuse/gluck.rom
share/fuse/if1-1.rom
share/fuse/if1-2.rom
share/fuse/keyboard.scr
@@ -27,6 +28,7 @@ share/fuse/plus3e-0.rom
share/fuse/plus3e-1.rom
share/fuse/plus3e-2.rom
share/fuse/plus3e-3.rom
+share/fuse/plusd.rom
share/fuse/se-0.rom
share/fuse/se-1.rom
share/fuse/tape_128.szx
diff --git a/emulators/fuse/distinfo b/emulators/fuse/distinfo
index a22f3a01f6b..175f19b231d 100644
--- a/emulators/fuse/distinfo
+++ b/emulators/fuse/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2007/05/12 19:44:08 adam Exp $
+$NetBSD: distinfo,v 1.9 2008/01/24 18:32:37 adam Exp $
-SHA1 (fuse-0.8.0.1.tar.gz) = e7527b6f1fc81fed62e2ad8179bb8cf43c431257
-RMD160 (fuse-0.8.0.1.tar.gz) = f5cd6fc70e6df7c7460ef4e1c5a7cb7db3761d6e
-Size (fuse-0.8.0.1.tar.gz) = 1270551 bytes
-SHA1 (patch-aa) = d6c728522c4947137164bc84e77687f2b6ea06cf
-SHA1 (patch-ab) = b6e7a02711235c9787dfd8d17a08ddb7d4313cf4
+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 (patch-aa) = 68d610ec43b220400e7781ae84327926c9d5c498
+SHA1 (patch-ab) = 5d77d2076a00cd4c1bd2dfa0a9432f87a71a6443
diff --git a/emulators/fuse/patches/patch-aa b/emulators/fuse/patches/patch-aa
index 21777faf4e1..d4a0127efce 100644
--- a/emulators/fuse/patches/patch-aa
+++ b/emulators/fuse/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 2004/07/20 13:12:16 adam Exp $
+$NetBSD: patch-aa,v 1.3 2008/01/24 18:32:37 adam Exp $
---- sound/osssound.c.orig 2004-07-20 14:50:41.000000000 +0000
+--- sound/osssound.c.orig 2007-12-21 17:43:10.000000000 +0100
+++ sound/osssound.c
-@@ -56,7 +56,7 @@ int sound_lowlevel_init(const char *devi
+@@ -52,7 +52,7 @@ int sound_lowlevel_init(const char *devi
int frag,tmp,flags;
/* select a default device if we weren't explicitly given one */
diff --git a/emulators/fuse/patches/patch-ab b/emulators/fuse/patches/patch-ab
index ffc8b87385c..12a6289af87 100644
--- a/emulators/fuse/patches/patch-ab
+++ b/emulators/fuse/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.2 2007/04/13 21:03:39 adam Exp $
+$NetBSD: patch-ab,v 1.3 2008/01/24 18:32:37 adam Exp $
---- sound/Makefile.in.orig 2007-04-09 19:26:55.000000000 +0200
+--- sound/Makefile.in.orig 2007-12-21 17:44:35.000000000 +0100
+++ sound/Makefile.in
-@@ -91,7 +91,7 @@ CCDEPMODE = @CCDEPMODE@
- CFLAGS = @CFLAGS@
- COREAUDIO_LIBS = @COREAUDIO_LIBS@
+@@ -94,7 +94,7 @@ COMPAT_MKSTEMP_TRUE = @COMPAT_MKSTEMP_TR
+ COMPAT_OSNAME = @COMPAT_OSNAME@
+ COMPAT_SUBDIR = @COMPAT_SUBDIR@
CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
+CPPFLAGS = @CPPFLAGS@ -DDEVOSSAUDIO=\"${DEVOSSAUDIO}\"