Sun Oct 28 13:04:40 2018 UTC ()
libretro-gambatte: Update to 20181022

Changes:

* Add optional 'dark filter' (a.k.a. eye saver, for use with games with white backgrounds)
* Add the option to only apply colour correction when running a GBC game or using a GBC colour palette
* Add 'accurate' colour correction method derived from Pokefan531's gbc-colour shader
* Add palettes for original Game Boy, Game Boy Pocket and Game Boy Light
* Add SGB palettes
* Alter memory descriptors to accommodate bankswitched RAM size


(nia)
diff -r1.5 -r1.6 pkgsrc/emulators/libretro-gambatte/Makefile
diff -r1.5 -r1.6 pkgsrc/emulators/libretro-gambatte/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/emulators/libretro-gambatte/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/libretro-gambatte/Makefile 2018/10/14 16:44:21 1.5
+++ pkgsrc/emulators/libretro-gambatte/Makefile 2018/10/28 13:04:40 1.6
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.5 2018/10/14 16:44:21 nia Exp $ 1# $NetBSD: Makefile,v 1.6 2018/10/28 13:04:40 nia Exp $
2 2
3DISTNAME= libretro-gambatte-20181013 3DISTNAME= libretro-gambatte-20181022
4CATEGORIES= emulators 4CATEGORIES= emulators
5MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
6GITHUB_PROJECT= gambatte-libretro 6GITHUB_PROJECT= gambatte-libretro
7GITHUB_TAG= dca7f55d4f50036e9e37ab3c8f6957d0c68db918 7GITHUB_TAG= 5ee8b1e9da0835be8e526e9e4ff73346eef20fd1
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://docs.libretro.com/library/gambatte/ 10HOMEPAGE= https://docs.libretro.com/library/gambatte/
11COMMENT= Libretro core based on the Gambatte Game Boy Color emulator 11COMMENT= Libretro core based on the Gambatte Game Boy Color emulator
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14EXTRACT_USING= bsdtar 14EXTRACT_USING= bsdtar
15USE_LANGUAGES= c c++03 15USE_LANGUAGES= c c++03
16MAKE_FILE= Makefile.libretro 16MAKE_FILE= Makefile.libretro
17USE_TOOLS+= gmake 17USE_TOOLS+= gmake
18 18
19CFLAGS.SunOS+= -DBSD_COMP 19CFLAGS.SunOS+= -DBSD_COMP
20 20

cvs diff -r1.5 -r1.6 pkgsrc/emulators/libretro-gambatte/distinfo (expand / switch to unified diff)

--- pkgsrc/emulators/libretro-gambatte/distinfo 2018/10/14 16:44:21 1.5
+++ pkgsrc/emulators/libretro-gambatte/distinfo 2018/10/28 13:04:40 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2018/10/14 16:44:21 nia Exp $ 1$NetBSD: distinfo,v 1.6 2018/10/28 13:04:40 nia Exp $
2 2
3SHA1 (libretro-gambatte-20181013-dca7f55d4f50036e9e37ab3c8f6957d0c68db918.tar.gz) = 73ded6d787b5fef3d73a02ed1dba1d286030b0d3 3SHA1 (libretro-gambatte-20181022-5ee8b1e9da0835be8e526e9e4ff73346eef20fd1.tar.gz) = 2edf5b8fb2574eb4edb54a47afa184e36293cc90
4RMD160 (libretro-gambatte-20181013-dca7f55d4f50036e9e37ab3c8f6957d0c68db918.tar.gz) = 4b2a5cd48ef5f621869f7b0add96aef9ffce1bf0 4RMD160 (libretro-gambatte-20181022-5ee8b1e9da0835be8e526e9e4ff73346eef20fd1.tar.gz) = 72f83645ce0daf349af5d0ee43a603dca023078c
5SHA512 (libretro-gambatte-20181013-dca7f55d4f50036e9e37ab3c8f6957d0c68db918.tar.gz) = 3b28a00a85c5c7eb8dd53e652c6b3095d162779f248c08532bee0fa2ed9dbc65e392e389ecea4f8274af42a8fea28bff1c42a6c5e12fb2b40b87ca6f77fe7b8e 5SHA512 (libretro-gambatte-20181022-5ee8b1e9da0835be8e526e9e4ff73346eef20fd1.tar.gz) = eca97b999ed0109f3d1dedb3d31751aedce0af223b1caf20b9305c259646a4df17e61e4c98aaeeae40a017b71b63265fdd49fd5fba4dee9330bc96a94c20d05f
6Size (libretro-gambatte-20181013-dca7f55d4f50036e9e37ab3c8f6957d0c68db918.tar.gz) = 180956 bytes 6Size (libretro-gambatte-20181022-5ee8b1e9da0835be8e526e9e4ff73346eef20fd1.tar.gz) = 186146 bytes