Received: by mail.netbsd.org (Postfix, from userid 605) id C6C2B84D9C; Mon, 29 Jun 2020 14:28:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FA3C84D93 for ; Mon, 29 Jun 2020 14:28:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vRvaYTRwZvqc for ; Mon, 29 Jun 2020 14:28:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CA86784D91 for ; Mon, 29 Jun 2020 14:28:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C42CFFB28; Mon, 29 Jun 2020 14:28:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159344088853400" MIME-Version: 1.0 Date: Mon, 29 Jun 2020 14:28:08 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/sameboy To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200629142808.C42CFFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159344088853400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Jun 29 14:28:08 UTC 2020 Modified Files: pkgsrc/emulators/sameboy: Makefile.common distinfo Log Message: sameboy: Update to 0.13.3 Version 0.13.3 This version is backwards compatible with save states from SameBoy 0.11.x and newer. New/Improved Features * The scaling filters were updated to use gamma-corrected color mixing, improving the quality of all shaders, especially the LCD and CRT shaders. Bug Fixes * Fixed a regression in the CGB and AGB boot ROMs where wrong palettes were chosen for Nintendo DMG games. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/sameboy/Makefile.common cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/sameboy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159344088853400 Content-Disposition: inline Content-Length: 1783 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/sameboy/Makefile.common diff -u pkgsrc/emulators/sameboy/Makefile.common:1.8 pkgsrc/emulators/sameboy/Makefile.common:1.9 --- pkgsrc/emulators/sameboy/Makefile.common:1.8 Wed Jun 24 13:25:40 2020 +++ pkgsrc/emulators/sameboy/Makefile.common Mon Jun 29 14:28:08 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.8 2020/06/24 13:25:40 nia Exp $ +# $NetBSD: Makefile.common,v 1.9 2020/06/29 14:28:08 nia Exp $ # used by emulators/sameboy/Makefile # used by emulators/libretro-sameboy/Makefile -DISTNAME= sameboy-0.13.2 +DISTNAME= sameboy-0.13.3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=LIJI32/} GITHUB_PROJECT= SameBoy Index: pkgsrc/emulators/sameboy/distinfo diff -u pkgsrc/emulators/sameboy/distinfo:1.6 pkgsrc/emulators/sameboy/distinfo:1.7 --- pkgsrc/emulators/sameboy/distinfo:1.6 Fri Jun 12 11:47:49 2020 +++ pkgsrc/emulators/sameboy/distinfo Mon Jun 29 14:28:08 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2020/06/12 11:47:49 nia Exp $ +$NetBSD: distinfo,v 1.7 2020/06/29 14:28:08 nia Exp $ -SHA1 (sameboy-0.13.2.tar.gz) = 16b60bc1a899dce0f2bdd521ce5afdf9dbb26726 -RMD160 (sameboy-0.13.2.tar.gz) = 820eb0187815860dab1ce5303e7faec35676957c -SHA512 (sameboy-0.13.2.tar.gz) = 9618e3426ecc32d7683a0f6091f9c0d672c1ae7ef13e3a3995e937fc4c97eab67991b599d9981aaba98d6e01210a631c877ba9dff092f7ff52fae25a4014daf9 -Size (sameboy-0.13.2.tar.gz) = 2623996 bytes +SHA1 (sameboy-0.13.3.tar.gz) = 5a68a3f4cddd571e3f16180451993e9f7f30489d +RMD160 (sameboy-0.13.3.tar.gz) = effff3de6404d7d410f2eb195f9bc7f04842ef59 +SHA512 (sameboy-0.13.3.tar.gz) = c188657bd1444fc9fb79ff1ac1eba98d5bbee57ee0565e890552d636b0deb93743e9703c1cecce6bbe3bf7d10b27421d55b5d6b4c568ed570cfd285ffe5add22 +Size (sameboy-0.13.3.tar.gz) = 2624073 bytes --_----------=_159344088853400--