Update to mgba-0.5.1.

Release notes:
https://mgba.io/2016/10/05/mgba-0.5.1/
https://mgba.io/2016/09/19/mgba-0.5.0/

Of note: this update adds Game Boy and Game Boy Color support,
as opposed to 0.4.1 which only supported Game Boy Advance.
This commit is contained in:
bentley 2016-10-06 06:25:31 +00:00
parent 6a3313c7ff
commit cf765a6918
5 changed files with 14 additions and 14 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.11 2016/08/05 05:23:59 bentley Exp $
# $OpenBSD: Makefile,v 1.12 2016/10/06 06:25:31 bentley Exp $
COMMENT-main = Game Boy Advance emulator
COMMENT-qt = Game Boy Advance emulator with GUI
COMMENT-libretro = Game Boy Advance core for retroarch
COMMENT-main = Game Boy Color/Advance emulator
COMMENT-qt = Game Boy Color/Advance emulator with GUI
COMMENT-libretro = Game Boy Color/Advance core for retroarch
V = 0.4.1
V = 0.5.1
DISTNAME = mgba-$V
PKGNAME-main = mgba-$V
PKGNAME-qt = mgba-qt-$V
@ -14,7 +14,7 @@ MULTI_PACKAGES = -main -qt -libretro
.include <bsd.port.arch.mk>
SHARED_LIBS += mgba 0.0 # 0.1
SHARED_LIBS += mgba 1.0 # 0.1
CATEGORIES = emulators
@ -62,6 +62,6 @@ NO_TEST = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/libretro
${INSTALL_DATA} ${WRKBUILD}/mgba_libretro.so ${PREFIX}/lib/libretro
mv ${PREFIX}/lib/mgba_libretro.so ${PREFIX}/lib/libretro
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (mgba-0.4.1.tar.gz) = c65Qua0RBH5HyLkApZZdOeQSZWN3jwu/smTF9FiTqrU=
SIZE (mgba-0.4.1.tar.gz) = 5088799
SHA256 (mgba-0.5.1.tar.gz) = 0hc/vmkGWuG9CrsyPcw0Wdc8SN3D1pNO8hbMUNGgg10=
SIZE (mgba-0.5.1.tar.gz) = 5342416

View File

@ -1,2 +1,2 @@
libretro-mgba provides a Nintendo Game Boy Advance emulation core to the
RetroArch emulator frontend, based on mGBA.
libretro-mgba provides a Nintendo Game Boy, Game Boy Color, and Game Boy
Advance emulation core to the RetroArch emulator frontend, based on mGBA.

View File

@ -1,7 +1,7 @@
mGBA is a Game Boy Advance emulator.
mGBA is a Game Boy, Game Boy Color, and Game Boy Advance emulator.
It provides:
- Near full Game Boy Advance hardware support.
- Near full Game Boy hardware support.
- Fast emulation.
- Save type detection, even for flash memory size.
- Real-time clock support.

View File

@ -1 +1 @@
mgba-qt is a Qt-based graphical frontend for the mGBA Game Boy Advance emulator.
mgba-qt is a Qt-based graphical frontend for the mGBA Game Boy emulator.