diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index 0a2f68c852b..1e5909f7778 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -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 -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 diff --git a/emulators/mgba/distinfo b/emulators/mgba/distinfo index e60313a260b..d7bfad5cce9 100644 --- a/emulators/mgba/distinfo +++ b/emulators/mgba/distinfo @@ -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 diff --git a/emulators/mgba/pkg/DESCR-libretro b/emulators/mgba/pkg/DESCR-libretro index c476df87087..1d00b3eacb8 100644 --- a/emulators/mgba/pkg/DESCR-libretro +++ b/emulators/mgba/pkg/DESCR-libretro @@ -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. diff --git a/emulators/mgba/pkg/DESCR-main b/emulators/mgba/pkg/DESCR-main index 2dd39c074d0..68a8616efef 100644 --- a/emulators/mgba/pkg/DESCR-main +++ b/emulators/mgba/pkg/DESCR-main @@ -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. diff --git a/emulators/mgba/pkg/DESCR-qt b/emulators/mgba/pkg/DESCR-qt index 5ad34de6d6c..e51c62758bf 100644 --- a/emulators/mgba/pkg/DESCR-qt +++ b/emulators/mgba/pkg/DESCR-qt @@ -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.