pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libretro-fbalpha: Update to libretro-fbalpha-0.2.97.42.20180326



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Thu Mar 29 20:43:16 2018 +0100
Changeset:	aac6bd5d86776ee3df282402a425a4f029b40440

Modified Files:
	libretro-fbalpha/Makefile
	libretro-fbalpha/distinfo

Log Message:
libretro-fbalpha: Update to libretro-fbalpha-0.2.97.42.20180326

Changes:

* Fix issue #159 (savestates not working properly in some konami games)
* Removing speedhack in neogeo driver (#163)
* Fix "Gunbird 2 freezes" (#164)
* Trying to fix fastcall with gcc (#155)
* Move eeprom path to a subdirectory (#163)
* Adding savestates fixes which were overlooked when bumping to .40 (#166)
* Proper fix for the sh2 cpu eater
* Fix "Donkey Kong (US Set 1) - high score gets corrupt, game won't work" (#162)
* Better handling of modern layout in neogeo (#102)
* Possible hotfix for karnovr (#163)
* Fix "CPS3 floating point exception" (#168)
* Fix "MVS Mode game sound issues" (#163)
* Add Sample rate/Interpolation core options
* Adding support for cps3 hiscores
* Moving hiscore's game.hi files to the save_dir (#171)
* Adding support for raiden hiscores
* Fix ADPCM sampling rate bug on Batsugun
* Fix ADPCM sampling rate bug on truxton2
* Rebalancing gyruss sound
* Removing pointers from savestates (#166)
* Fix "Compilation error on Haiku with smssound.h" (#177)
* Add support for kof2k2omg
* Megadrive update
* Fix analog sticks not reported to libretro interface (#181)
* Enabling RetroAchievement (#182)
* Retroachievements for cps1 (#187)
* Adding Retroachievements to CPS2 #182
* Adding a speedhack to Irem m107 #188
* Finalizing Cheevos implementation (#182)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aac6bd5d86776ee3df282402a425a4f029b40440

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libretro-fbalpha/Makefile | 4 ++--
 libretro-fbalpha/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/libretro-fbalpha/Makefile b/libretro-fbalpha/Makefile
index 408d2e6024..73dfdff27b 100644
--- a/libretro-fbalpha/Makefile
+++ b/libretro-fbalpha/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD$
 
-DISTNAME=	libretro-fbalpha-0.2.97.42.20171123
+DISTNAME=	libretro-fbalpha-0.2.97.42.20180326
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
 GITHUB_PROJECT=	fbalpha
-GITHUB_TAG=	7332926d40c376a716c973bb1ea39171e4437b53
+GITHUB_TAG=	91e24354d50f685b13e39ecfe8159fd9042de894
 
 MAINTAINER=	nia.alarie%gmail.com@localhost
 HOMEPAGE=	https://wiki.libretro.com/index.php?title=Final_Burn_Alpha
diff --git a/libretro-fbalpha/distinfo b/libretro-fbalpha/distinfo
index f6bbf39ef5..bcdf0b0647 100644
--- a/libretro-fbalpha/distinfo
+++ b/libretro-fbalpha/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (libretro-fbalpha-0.2.97.42.20171123-7332926d40c376a716c973bb1ea39171e4437b53.tar.gz) = 71ea01613865d1dae47c5908abf2c04bd189dee9
-RMD160 (libretro-fbalpha-0.2.97.42.20171123-7332926d40c376a716c973bb1ea39171e4437b53.tar.gz) = 5b75e408f8b2065bf15981772fd5b53f9d7a4a9a
-SHA512 (libretro-fbalpha-0.2.97.42.20171123-7332926d40c376a716c973bb1ea39171e4437b53.tar.gz) = 445f6fdce6b9e327459b8404933f5dd6bcb4f6fc5f2bb3a0dd7819db43f93c7ba654808148eac4a3e805ca44e13b2db5eedfc97c5c2f06902a0833477066d442
-Size (libretro-fbalpha-0.2.97.42.20171123-7332926d40c376a716c973bb1ea39171e4437b53.tar.gz) = 9188117 bytes
+SHA1 (libretro-fbalpha-0.2.97.42.20180326-91e24354d50f685b13e39ecfe8159fd9042de894.tar.gz) = 9237da2a9b564e2804f10b31af673b182010f146
+RMD160 (libretro-fbalpha-0.2.97.42.20180326-91e24354d50f685b13e39ecfe8159fd9042de894.tar.gz) = 9857ac9610ed3c9ec88da245cbd80bab27ab43b1
+SHA512 (libretro-fbalpha-0.2.97.42.20180326-91e24354d50f685b13e39ecfe8159fd9042de894.tar.gz) = 0e3a3449554db4329e4da5f7d423bf33428387ddfb4e5c467b6da16489ae45526fe539990ca0e82c435c2b896caad2905ed80c459d3c273ed2dd604c62989a83
+Size (libretro-fbalpha-0.2.97.42.20180326-91e24354d50f685b13e39ecfe8159fd9042de894.tar.gz) = 9243701 bytes


Home | Main Index | Thread Index | Old Index