pkgsrc-WIP-changes archive

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

libretro-fceumm: Update to 20180225



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Thu Mar 1 14:54:54 2018 +0000
Changeset:	b1bdb88c7a40ae2e70909f6b9dc235d579e219bf

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

Log Message:
libretro-fceumm: Update to 20180225

Changes:

* Change *.c and *.h end-of-line character to LF
* Remove use of RETRO_ENVIRONMENT_GET_CURRENT_SOFTWARE_FRAMEBUFFER (fixes #190, #187, video scrolling issues)
* Try to fix mapper0 on big endian
* Cleanup input
* Update to 4:3 aspect so that image is not stretched when horizontal and vertical overscans are adjusted
* Mapper30: Update compatibility with libretro api
* Refactor state variables for expansion audio (fixes #204, savestate loading issue)
* Initialize save ram. This is sometimes uses as work ram. without initializing, issuing save state dumps random data on the WRAM section which is not related to the game loaded

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

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

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

diffs:
diff --git a/libretro-fceumm/Makefile b/libretro-fceumm/Makefile
index 2c6a2b02d2..be2b6370ea 100644
--- a/libretro-fceumm/Makefile
+++ b/libretro-fceumm/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD: Makefile,v 1.1 2015/02/04 22:57:29 jmcneill Exp $
 
-DISTNAME=	libretro-fceumm-20171204
+DISTNAME=	libretro-fceumm-20180225
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=libretro/}
 GITHUB_PROJECT=	libretro-fceumm
-GITHUB_TAG=	56b786df6c3dcfbe6221bcbfed3e66acc7ccb24b
+GITHUB_TAG=	94c2e081019ec9efc261c23f86e8ff103202009f
 
 MAINTAINER=	nia.alarie%gmail.com@localhost
 HOMEPAGE=	https://docs.libretro.com/library/fceumm/
diff --git a/libretro-fceumm/distinfo b/libretro-fceumm/distinfo
index 60bdbe66d0..f2280b67b7 100644
--- a/libretro-fceumm/distinfo
+++ b/libretro-fceumm/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2015/11/03 20:30:59 agc Exp $
 
-SHA1 (libretro-fceumm-20171204-56b786df6c3dcfbe6221bcbfed3e66acc7ccb24b.tar.gz) = 1c8668fd1e2b0b4a636965f5b2ae593634f21b13
-RMD160 (libretro-fceumm-20171204-56b786df6c3dcfbe6221bcbfed3e66acc7ccb24b.tar.gz) = f62fd7f9079fc006456584560dd09e83ff1c35da
-SHA512 (libretro-fceumm-20171204-56b786df6c3dcfbe6221bcbfed3e66acc7ccb24b.tar.gz) = 9fee19a9b36f5909db32cc67fd8bb2d1449f3c6bf21fbebad696b33a9a399ffcab5e4b0e3e1c7883127a4fea975cb314afebe5ab780345f014416bb8e71df749
-Size (libretro-fceumm-20171204-56b786df6c3dcfbe6221bcbfed3e66acc7ccb24b.tar.gz) = 390507 bytes
+SHA1 (libretro-fceumm-20180225-94c2e081019ec9efc261c23f86e8ff103202009f.tar.gz) = 21c13462445bad75829ca45de197132655fe14b8
+RMD160 (libretro-fceumm-20180225-94c2e081019ec9efc261c23f86e8ff103202009f.tar.gz) = de42119d5f921c0a748d7a0dce6428d107aef11c
+SHA512 (libretro-fceumm-20180225-94c2e081019ec9efc261c23f86e8ff103202009f.tar.gz) = e4bd7be7d61d3a9c0826bdff6c13ae9d435b94248a9f90247d10c60bf1aefe7fe329b94a6fcb331f09500cb559d2d3702a9c85ef4adeb6add5a57c639747d304
+Size (libretro-fceumm-20180225-94c2e081019ec9efc261c23f86e8ff103202009f.tar.gz) = 390385 bytes


Home | Main Index | Thread Index | Old Index