summaryrefslogtreecommitdiff
path: root/emulators/yabause/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2013-02-12 09:50:56 +0000
committerwiz <wiz>2013-02-12 09:50:56 +0000
commit03b596a3e369b97169984f051fc42534491a7e67 (patch)
tree7895d155718d5d297bc8de480b243a5929f59f13 /emulators/yabause/Makefile
parent5bec26ff66250f6a633bafe8a80dbb313ceb27ff (diff)
downloadpkgsrc-03b596a3e369b97169984f051fc42534491a7e67.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/yabause/Makefile')
-rw-r--r--emulators/yabause/Makefile6
1 files changed, 3 insertions, 3 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"