diff options
author | adam <adam@pkgsrc.org> | 2018-07-03 14:34:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-07-03 14:34:40 +0000 |
commit | 18bcafcf5216a8097182eb06ceb248e818f4133c (patch) | |
tree | 0e2a906679e2c3dc601a3b2ef1ec8713390b5c8a | |
parent | 4c7d8d1db51b973db216cd066d5075007109ae4d (diff) | |
download | pkgsrc-18bcafcf5216a8097182eb06ceb248e818f4133c.tar.gz |
fuse-emulator: updated to 1.5.5
1.5.5:
Improve sound accuracy on Unix 64 bit systems
Allow the use of real joystick hats/dpads in the SDL joystick code
Various minor bugfixes
-rw-r--r-- | emulators/fuse-emulator/Makefile | 4 | ||||
-rw-r--r-- | emulators/fuse-emulator/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/fuse-emulator/Makefile b/emulators/fuse-emulator/Makefile index 6c9ec5293bb..ef82fa1951f 100644 --- a/emulators/fuse-emulator/Makefile +++ b/emulators/fuse-emulator/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2018/06/12 11:02:39 adam Exp $ +# $NetBSD: Makefile,v 1.19 2018/07/03 14:34:40 adam Exp $ -DISTNAME= fuse-1.5.4 +DISTNAME= fuse-1.5.5 PKGNAME= ${DISTNAME:S/fuse/fuse-emulator/} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} diff --git a/emulators/fuse-emulator/distinfo b/emulators/fuse-emulator/distinfo index 921daf82334..48dc0ba64dc 100644 --- a/emulators/fuse-emulator/distinfo +++ b/emulators/fuse-emulator/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.11 2018/06/12 11:02:39 adam Exp $ +$NetBSD: distinfo,v 1.12 2018/07/03 14:34:40 adam Exp $ -SHA1 (fuse-1.5.4.tar.gz) = 4ebd5033941a6dde7c95eaf055797a88633f567b -RMD160 (fuse-1.5.4.tar.gz) = 4ef9403cfa3bc1e7076d281fcee35b1390ca280b -SHA512 (fuse-1.5.4.tar.gz) = 17db93dc9aed8aceaf2eca7035a2cf0b00b77a77c6f56875f57336fc983e206efad8693c1b9235562fbcc914cdff857d97e41786b5048d21e5703a12055d882f -Size (fuse-1.5.4.tar.gz) = 1627729 bytes +SHA1 (fuse-1.5.5.tar.gz) = 2fb0f030d7a721e4c9919304c01b77193f1ac119 +RMD160 (fuse-1.5.5.tar.gz) = 3b2f8be24cb388bc063dc9da799d2a56c23d50ea +SHA512 (fuse-1.5.5.tar.gz) = 186635b632df9767b9ffcbba484370adc47833bd06240474db9c4dfe88b03209e15fc0c86a2f200b2cc7bd95ad93bf1f93f38d7f669b5c163f68e80802fb1041 +Size (fuse-1.5.5.tar.gz) = 1629577 bytes SHA1 (patch-configure) = 0b8b90751bd34efcee5c1bd9e4cb8687e972b127 SHA1 (patch-sound_coreaudiosound.c) = e293cd00d9466af4e49a7c0a1cb9b535aebf6f4d SHA1 (patch-sound_osssound.c) = e83d80c984592b4e52faccbea35cdc9b54b71933 |