diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-09-12 14:35:12 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-09-12 14:35:12 +0000 |
commit | 8a05c2e1cd9113a3574df0787f472d13f2035783 (patch) | |
tree | 7bb0a56ee366bdfc43ad6f15bd8eed8072813047 /emulators/aranym | |
parent | a6b1394e85e4bca6809fa0f3a07180bccb53b139 (diff) | |
download | pkgsrc-8a05c2e1cd9113a3574df0787f472d13f2035783.tar.gz |
Update to 0.9.15
* Update EmuTOS to 0.9.1.
Changelog:
2013/04/15 - version 0.9.15 released
The main new feature of this release is the seamless mouse integration mode:
o Mouse input handling is improved a lot. Now ARAnyM has a seamless mouse
integration when new Clocky (2013/04/15) is loaded.
o There is no need to manually ungrab or grab the mouse.
o Also mouse grab on left button click now reacts on the first button
click everytime (previously only if you had window focus) and the
host and mouse cursor positions are synced.
o And if you ungrab the mouse intentionally then it's not automatically
grabbed when the host mouse pointer returns to ARAnyM window.
o At last, the annoying "resetting weird mouse packet" error is gone, too.
Bugs fixed:
o Native Features were missing proper memory overflow checks and bugs
in NatFeat drivers could kill the ARAnyM.
o NFVDI had a bug (a race condition) in resolution switching.
o build date of EmuTOS was decoded improperly
Diffstat (limited to 'emulators/aranym')
-rw-r--r-- | emulators/aranym/Makefile | 10 | ||||
-rw-r--r-- | emulators/aranym/distinfo | 14 |
2 files changed, 12 insertions, 12 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index 378f6cb0e7d..364c89740b4 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.28 2013/07/21 17:28:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.29 2013/09/12 14:35:12 ryoon Exp $ # -DISTNAME= aranym_0.9.14.orig +DISTNAME= aranym_0.9.15.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aranym/} -SITES.emutos-512k-0.8.7.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} -DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-0.8.7.zip +SITES.emutos-512k-0.9.1.zip= ${MASTER_SITE_SOURCEFORGE:=emutos/} +DISTFILES= ${DEFAULT_DISTFILES} emutos-512k-0.9.1.zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://aranym.sourceforge.net/ @@ -25,7 +25,7 @@ MANCOMPRESSED= yes CONFIGURE_ARGS+= --enable-fullmmu CONFIGURE_ARGS+= --enable-atc=full -EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-0.8.7 +EMUTOS_WRKSRC= ${WRKDIR}/emutos-512k-0.9.1 EMUTOS_DOC_DIR= ${PREFIX}/share/doc/aranym/emutos EMUTOS_ROM_DIR= ${PREFIX}/share/aranym diff --git a/emulators/aranym/distinfo b/emulators/aranym/distinfo index 5559a98685b..96e48211e90 100644 --- a/emulators/aranym/distinfo +++ b/emulators/aranym/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.11 2012/10/06 12:46:12 ryoon Exp $ +$NetBSD: distinfo,v 1.12 2013/09/12 14:35:12 ryoon Exp $ -SHA1 (aranym_0.9.14.orig.tar.gz) = abeff6ba8f5f26e580e072ab42c8c1b76cbdc67d -RMD160 (aranym_0.9.14.orig.tar.gz) = c2a30a432b1c5938baa760cb6aa3a90be43ed4fb -Size (aranym_0.9.14.orig.tar.gz) = 1831715 bytes -SHA1 (emutos-512k-0.8.7.zip) = 940bd41f5ef2e34d39bb154633f3f1bbbfb088a9 -RMD160 (emutos-512k-0.8.7.zip) = c8a1273eff9011bc5801d0f580379c59482946e7 -Size (emutos-512k-0.8.7.zip) = 254887 bytes +SHA1 (aranym_0.9.15.orig.tar.gz) = efeca8723e04db8fe0b12c5b06e39bfc477a800b +RMD160 (aranym_0.9.15.orig.tar.gz) = 65d0ef617e7995e663fc0f26780b960f8669fb71 +Size (aranym_0.9.15.orig.tar.gz) = 1798264 bytes +SHA1 (emutos-512k-0.9.1.zip) = 0195c29453b3a11ec425f379b9e14f0e3a1dc5f8 +RMD160 (emutos-512k-0.9.1.zip) = 26049842ed8587b06d52922248091ef79ac6d22e +Size (emutos-512k-0.9.1.zip) = 282506 bytes SHA1 (patch-ab) = 8796751780cc559acd089298f3e8a0918d36db3a SHA1 (patch-ac) = 8899894456b01c84efd9f96f553750c87df7c21a SHA1 (patch-ad) = bb8d6b2ecd0c0066f3032a0ef196a1adb51d1786 |