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)
This commit is contained in:
wiz 2013-02-12 09:50:56 +00:00
parent c7e9b293ed
commit 4a9d6db559
2 changed files with 7 additions and 7 deletions

View file

@ -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"

View file

@ -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