summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-08-02 10:24:26 +0000
committeradam <adam@pkgsrc.org>2017-08-02 10:24:26 +0000
commit67dc2f331c6a7fd8743bc8747935747edb8602c1 (patch)
tree111fccb21ec5ccabfd842fb028c70fc91d177f12 /emulators
parentbabbe6a00e7177077319b985ec49df4a6983f1ab (diff)
downloadpkgsrc-67dc2f331c6a7fd8743bc8747935747edb8602c1.tar.gz
Fuse 1.3.8:
* Emulation core improvements: * Add workaround for Multiface One and 128 clash * Limit RZX sentinel warning to once per playback * Disable Melodik interface on 128K machines * Correct the list of machines for Multiface One * Miscellaneous improvements: * Update compile instructions for win32 UI * Check required version of libspectrum is available * Document --mdr-len and --mdr-random-len options * Document support for the Recreated ZX Spectrum * Fix transposed description of AY-3-8912 * GTK UI: Destroy tape browser dialog on close
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fuse-emulator/Makefile5
-rw-r--r--emulators/fuse-emulator/distinfo11
-rw-r--r--emulators/fuse-emulator/patches/patch-sound_coreaudiosound.c14
3 files changed, 22 insertions, 8 deletions
diff --git a/emulators/fuse-emulator/Makefile b/emulators/fuse-emulator/Makefile
index a4639e3e523..f3385a13d2c 100644
--- a/emulators/fuse-emulator/Makefile
+++ b/emulators/fuse-emulator/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/07/04 09:38:51 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/08/02 10:24:26 adam Exp $
-DISTNAME= fuse-1.3.7
+DISTNAME= fuse-1.3.8
PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/}
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
@@ -18,7 +18,6 @@ LIBS+= ${LIBOSSAUDIO}
.include "options.mk"
-BUILDLINK_API_DEPENDS.libspectrum+= libspectrum>=1.1.1
.include "../../emulators/libspectrum/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
diff --git a/emulators/fuse-emulator/distinfo b/emulators/fuse-emulator/distinfo
index 2c75d206237..deb2cc9a08a 100644
--- a/emulators/fuse-emulator/distinfo
+++ b/emulators/fuse-emulator/distinfo
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.4 2017/07/04 09:38:51 adam Exp $
+$NetBSD: distinfo,v 1.5 2017/08/02 10:24:26 adam Exp $
-SHA1 (fuse-1.3.7.tar.gz) = f3bfee976294b873e8a9905d36faa275422f074a
-RMD160 (fuse-1.3.7.tar.gz) = cf06a8dee82780b6acdcfa1875a3b7124d6b9da1
-SHA512 (fuse-1.3.7.tar.gz) = 68a251de93a71a6ca8c107a9bd4258e6b4f5643af5dd76c0855ebfcfcaba768b932e6d0d0ab7b521ecaef50d975b86b4bfb7094e9a72ec6bf7d94911823d0886
-Size (fuse-1.3.7.tar.gz) = 1644585 bytes
+SHA1 (fuse-1.3.8.tar.gz) = f17e7431f05a80ab4265df9036f92df4d1f61fe0
+RMD160 (fuse-1.3.8.tar.gz) = df078fec085c558fbde7aae3e0e90af43faed8cb
+SHA512 (fuse-1.3.8.tar.gz) = e048d984bfc405e8e9801812fcf4b0b62c8bdb67eb573a815157a1f76e4c752303c919dc62b351db25c156b944c4b1b6d28595f8ce86390221039852baf13aa6
+Size (fuse-1.3.8.tar.gz) = 1645303 bytes
SHA1 (patch-configure) = 0b8b90751bd34efcee5c1bd9e4cb8687e972b127
+SHA1 (patch-sound_coreaudiosound.c) = e293cd00d9466af4e49a7c0a1cb9b535aebf6f4d
SHA1 (patch-sound_osssound.c) = e83d80c984592b4e52faccbea35cdc9b54b71933
SHA1 (patch-ui_gtk_gtkmouse.c) = 95cd6a5515bfad7a118ddb0c3b2f36ba0b08d9ed
SHA1 (patch-ui_gtk_gtkui.c) = 4789f241793ab9449d5df3b019b48607d4d24e9c
diff --git a/emulators/fuse-emulator/patches/patch-sound_coreaudiosound.c b/emulators/fuse-emulator/patches/patch-sound_coreaudiosound.c
new file mode 100644
index 00000000000..3696e490be2
--- /dev/null
+++ b/emulators/fuse-emulator/patches/patch-sound_coreaudiosound.c
@@ -0,0 +1,14 @@
+$NetBSD: patch-sound_coreaudiosound.c,v 1.1 2017/08/02 10:24:26 adam Exp $
+
+Fix for macOS High Sierra.
+
+--- sound/coreaudiosound.c.orig 2017-08-02 09:46:04.000000000 +0000
++++ sound/coreaudiosound.c
+@@ -22,6 +22,7 @@
+ #include <errno.h>
+ #include <unistd.h>
+
++#define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 1
+ #include <AssertMacros.h>
+
+ #include <AudioToolbox/AudioToolbox.h>