pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/fuse Changes 0.6.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ff187800f41
branches:  trunk
changeset: 468375:8ff187800f41
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Feb 13 13:40:15 2004 +0000

description:
Changes 0.6.2:
* New features:
  + Real joystick support.
  + The 'pokefinder'.
  + Black and white TV mode for the GTK+ and SDL user interfaces.
  + The Timex 1.5x scaler and the reappearance of 3x3 mode for the GTK+ UI.
  + A simple memory browser.
  + Writes to disk will not affect the underlying file unless
    explicitly requested by the user.
  + Status bar for the GTK+ UI, and status icons for the SDL UI.
  + Options to disable the GTK+ confirmation dialogs and the printer emulation.

* Z80 core improvements

* Debugger improvements

* RZX improvements

* Minor bugfixes

diffstat:

 emulators/fuse/Makefile         |  25 ++++++++++++-------------
 emulators/fuse/PLIST            |   6 ++++--
 emulators/fuse/distinfo         |   7 ++++---
 emulators/fuse/patches/patch-aa |  13 +++++++++++++
 4 files changed, 33 insertions(+), 18 deletions(-)

diffs (96 lines):

diff -r ae415fbfb693 -r 8ff187800f41 emulators/fuse/Makefile
--- a/emulators/fuse/Makefile   Fri Feb 13 13:36:43 2004 +0000
+++ b/emulators/fuse/Makefile   Fri Feb 13 13:40:15 2004 +0000
@@ -1,24 +1,23 @@
-# $NetBSD: Makefile,v 1.6 2004/01/23 21:50:44 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/13 13:40:15 adam Exp $
 
-DISTNAME=      fuse-0.6.1.1
-PKGREVISION=   2
+DISTNAME=      fuse-0.6.2
 CATEGORIES=    emulators
-MASTER_SITES=  http://www.srcf.ucam.org/~pak21/spectrum/
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
 
 MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
+HOMEPAGE=      http://fuse-emulator.sourceforge.net/
 COMMENT=       ZX Spectrum Emulator
 
-USE_BUILDLINK2=        yes
-USE_PERL5=     build
-USE_X11=       yes
-GNU_CONFIGURE= yes
-LIBS+=         ${LIBOSSAUDIO}
+USE_BUILDLINK2=                yes
+USE_PERL5=             build
+USE_X11=               yes
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --with-gtk2
 
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../emulators/libspectrum/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
 .include "../../textproc/libxml2/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../emulators/libspectrum/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
 
 .include "../../mk/ossaudio.buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ae415fbfb693 -r 8ff187800f41 emulators/fuse/PLIST
--- a/emulators/fuse/PLIST      Fri Feb 13 13:36:43 2004 +0000
+++ b/emulators/fuse/PLIST      Fri Feb 13 13:40:15 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/16 09:55:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/13 13:40:15 adam Exp $
 bin/fuse
 man/man1/fuse.1
 share/fuse/128-0.rom
@@ -6,14 +6,16 @@
 share/fuse/128p-0.rom
 share/fuse/128p-1.rom
 share/fuse/48.rom
+share/fuse/cassette.bmp
+share/fuse/disk_plus3.z80
 share/fuse/keyboard.scr
-share/fuse/disk_plus3.z80
 share/fuse/plus2-0.rom
 share/fuse/plus2-1.rom
 share/fuse/plus3-0.rom
 share/fuse/plus3-1.rom
 share/fuse/plus3-2.rom
 share/fuse/plus3-3.rom
+share/fuse/plus3disk.bmp
 share/fuse/tape_128.z80
 share/fuse/tape_16.z80
 share/fuse/tape_2048.z80
diff -r ae415fbfb693 -r 8ff187800f41 emulators/fuse/distinfo
--- a/emulators/fuse/distinfo   Fri Feb 13 13:36:43 2004 +0000
+++ b/emulators/fuse/distinfo   Fri Feb 13 13:40:15 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/10/02 15:24:12 adam Exp $
+$NetBSD: distinfo,v 1.3 2004/02/13 13:40:15 adam Exp $
 
-SHA1 (fuse-0.6.1.1.tar.gz) = 4adb2f6f11409101360cf1abe7cb45558073f44d
-Size (fuse-0.6.1.1.tar.gz) = 509597 bytes
+SHA1 (fuse-0.6.2.tar.gz) = 3290614cb71b6cd262ff6df056d62648ac16b6f3
+Size (fuse-0.6.2.tar.gz) = 665425 bytes
+SHA1 (patch-aa) = 047ff628e454da6dbc9c3b140f6265353c317ae4
diff -r ae415fbfb693 -r 8ff187800f41 emulators/fuse/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/fuse/patches/patch-aa   Fri Feb 13 13:40:15 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/02/13 13:40:15 adam Exp $
+
+--- osssound.c.orig    2004-02-13 13:59:02.000000000 +0000
++++ osssound.c
+@@ -21,7 +21,7 @@
+ 
+ #include <config.h>
+ 
+-#if !defined(UI_SDL) && defined(HAVE_SYS_SOUNDCARD_H) /* OSS sound */
++#if !defined(UI_SDL) && defined(HAVE_SYS_SOUNDCARD_H) && !defined(HAVE_SYS_AUDIOIO_H) /* OSS sound */
+ 
+ #include <stdio.h>
+ #include <string.h>



Home | Main Index | Thread Index | Old Index