pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/sameboy
Module Name: pkgsrc
Committed By: nia
Date: Sat Jan 4 12:06:58 UTC 2020
Modified Files:
pkgsrc/emulators/sameboy: Makefile.common distinfo
Log Message:
sameboy: Update to 0.12.3
Changes
This version is backwards compatible with save states from SameBoy 0.11.x
and newer.
New/Improved Features
* Super Game Boy color correction is now available in the libretro port
* It is now possible to hide the Super Game Boy border in the libretro
port
* The SDL port will now hide the mouse while a ROM is running
Accuracy Improvements/Fixes
* Changing the frequency of channels 1 and 2 is now more accurate
* Audio rendering should now be accurate when emulating Game Boy Advance
Bug Fixes
* Fixed garbled graphics while emulting Super Game Boy in the SDL port
when OpenGL 3.2 is not available
* The Cocoa build is now linked against the correct SDK version,
restoring compatbility with older macOS versions that was mistakenly
dropped in the previous release
* Fixed fullscreen related issues in the SDL port
* Fixed a bug where the SDL port did not save the battery in some cases
* Bug fixes to libretro achievement support
* Restored Game Boy Camera support on newer macOS versions
* Fixed High-DPI support on Windows 10
Misc Internal Changes
* Improvements to the audio and ICD2 APIs
* Allow compiling SameBoy for platforms with a non-standard bool size
* Improved build portability, will now use pkg-config if available
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/sameboy/Makefile.common
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/sameboy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/sameboy/Makefile.common
diff -u pkgsrc/emulators/sameboy/Makefile.common:1.3 pkgsrc/emulators/sameboy/Makefile.common:1.4
--- pkgsrc/emulators/sameboy/Makefile.common:1.3 Thu Oct 3 12:08:51 2019
+++ pkgsrc/emulators/sameboy/Makefile.common Sat Jan 4 12:06:57 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.3 2019/10/03 12:08:51 nia Exp $
+# $NetBSD: Makefile.common,v 1.4 2020/01/04 12:06:57 nia Exp $
# used by emulators/sameboy/Makefile
# used by emulators/libretro-sameboy/Makefile
-DISTNAME= sameboy-0.12.2
+DISTNAME= sameboy-0.12.3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=LIJI32/}
GITHUB_PROJECT= SameBoy
@@ -11,7 +11,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
LICENSE= mit
EXTRACT_USING= bsdtar
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c99
TOOL_DEPENDS+= rgbds-[0-9]*:../../devel/rgbds
Index: pkgsrc/emulators/sameboy/distinfo
diff -u pkgsrc/emulators/sameboy/distinfo:1.2 pkgsrc/emulators/sameboy/distinfo:1.3
--- pkgsrc/emulators/sameboy/distinfo:1.2 Sun Sep 22 12:38:24 2019
+++ pkgsrc/emulators/sameboy/distinfo Sat Jan 4 12:06:57 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/09/22 12:38:24 nia Exp $
+$NetBSD: distinfo,v 1.3 2020/01/04 12:06:57 nia Exp $
-SHA1 (sameboy-0.12.2.tar.gz) = 53610a2d308fc178866ebdfc129c28a17f0bff67
-RMD160 (sameboy-0.12.2.tar.gz) = 09f80f148973ccc7812983d0c921f0aadfce8de2
-SHA512 (sameboy-0.12.2.tar.gz) = 38319ff592fe7f3008843c27e3aa6726d54ca1f8290a1e414b35cb00dd7d90d95767413951ba3a3b21e9c7eb3b28d01ad33ad519abc81b5d5f6d30f30e21ce6a
-Size (sameboy-0.12.2.tar.gz) = 2538162 bytes
+SHA1 (sameboy-0.12.3.tar.gz) = 9795831ebc190a69db4aa97e6de5d64cbe5dcda4
+RMD160 (sameboy-0.12.3.tar.gz) = e807e054218abc976773e101fc5c0dada424e43f
+SHA512 (sameboy-0.12.3.tar.gz) = d6550706d00887a2615346e263ef81333c46e0e26a234acc3cb470691676f5b38e293a7f4992f7a225aaad3e2c0a5bc763c63492e5ac9e74a187913f50f59bee
+Size (sameboy-0.12.3.tar.gz) = 2539258 bytes
Home |
Main Index |
Thread Index |
Old Index