diff options
author | wiz <wiz@pkgsrc.org> | 2013-02-12 09:50:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-02-12 09:50:56 +0000 |
commit | 508223f2c865e3e7b3f2d89b013a9f99086337b4 (patch) | |
tree | 7895d155718d5d297bc8de480b243a5929f59f13 /emulators | |
parent | d1f433f4fde12b0e5df7062c0d18c26330750944 (diff) | |
download | pkgsrc-508223f2c865e3e7b3f2d89b013a9f99086337b4.tar.gz |
Update to 0.9.12 based on PR 47558 by diro@nixsyspaus.org.
0.9.11 -> 0.9.12
general:
- Fixes to the dynamic recompiler (Ari64)
- Added ARMv5 support to the dynarec (Ari64)
- New OSD system (Guillaume)
- Added "built-in" DDK to make it easier to compile on Windows (Guillaume)
sound:
- Improvements / Fixes in both SCSP and SCSP2 (Cwiiis)
video:
- Major improvements to the OpenGL renderer (Devmiyax)
- Major improvements to the software renderer (Guillaume)
- Some fixes to register emulation (Guillaume)
- Improvements to line drawing functions in the software renderer (Cwiiis)
- Fixed endianess bugs (Guillaume)
cocoa port:
- Added "load image" feature (BlueCrab)
- Fixed the resize bug (BlueCrab)
qt port:
- Added shortcuts to toggle vdp2 layers (Benjamin Siskoo)
- Fixed the "mute sound" feature (Guillaume)
- It's now possible to compile the Qt port in "full software" mode (Guillaume)
- Added an autostart option, disabled by default (Guillaume)
- Now using a XDG compliant location for config file (Guillaume)
- Added a debugger to the Qt port (CyberWarriorX)
- DirectX cores can now be used in Qt port (CyberWarriorX)
- Cheat search function (CyberWarriorX)
- Option to show/hide menu and toolbar (Guillaume)
- Close button in pad settings (guillaume)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/yabause/Makefile | 6 | ||||
-rw-r--r-- | emulators/yabause/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 8c8bb9d7e15..6bb4c4e3fb3 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2013/02/06 23:22:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.28 2013/02/12 09:50:56 wiz Exp $ -DISTNAME= yabause-0.9.11.1 -PKGREVISION= 11 +DISTNAME= yabause-0.9.12 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yabause/} @@ -21,4 +20,5 @@ CONFIGURE_ENV+= PKGMANDIR=${PKGMANDIR:Q} .include "../../graphics/glut/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/yabause/distinfo b/emulators/yabause/distinfo index 2ca07c9a128..fb02603216b 100644 --- a/emulators/yabause/distinfo +++ b/emulators/yabause/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2011/12/17 15:07:12 wiz Exp $ +$NetBSD: distinfo,v 1.6 2013/02/12 09:50:56 wiz Exp $ -SHA1 (yabause-0.9.11.1.tar.gz) = 46c23913107fcaa637a530a05343a1c45d66575b -RMD160 (yabause-0.9.11.1.tar.gz) = 6661f9dab81c9c3508d16a19534afaeb6e71943d -Size (yabause-0.9.11.1.tar.gz) = 1882934 bytes +SHA1 (yabause-0.9.12.tar.gz) = 72739cb3b652bbca68ca6309bcadf7e6989e587a +RMD160 (yabause-0.9.12.tar.gz) = 5fc101240f45f8ad084ea9ed63a3a0169612f14c +Size (yabause-0.9.12.tar.gz) = 2199145 bytes |