libretro: various cores update (#4301)

* 81_libretro: bumped to version 1.0a:20190917

* atari800_libretro: bumped to version 3.1.0:20190907

* bluemsx_libretro: bumped to version 2.9.0:20190902

* cap32_libretro: bumped to version 4.2.0:20190907

* fmsx_libretro: bumped to version 4.9:20190905

* fuse_libretro: bumped to version 1.1.1:20190729

* hatari_libretro: bumped to version 1.8:20190923

* nekop2_libretro: bumped to version 0.86:20190914

* mrboom_libretro: bumped to version 4.7:20190914

* dosbox_libretro: bumped to version 0.74:20190902

* fceumm_libretro: bumped to version 0.0.1:20190905

* flycast_libretro: bumped to version 0.1:20191016

* freeintv_libretro: bumped to version 20180214:20190905

* gambatte_libretro: bumped to version 0.5.0:20191010

* gearboy_libretro: bumped to version 2.5:20181103

* genesis_plus_gx_libretro: bumped to version 1.7.4:20190916

* gpsp_libretro: bumped to version 0.91:20190914

* gw_libretro: bumped to version 1.6.2:20190816

* handy_libretro: bumped to version 0.95:20190801

* mednafen_gba_libretro: bumped to version 0.9.36:20190911

* mednafen_lynx_libretro: bumped to version 0.9.32:20190911

* mednafen_ngp_libretro: bumped to version 0.9.36.1:20190911

* mednafen_pce_fast_libretro: bumped to version 0.9.38.7:20190911

* mednafen_pcfx_libretro: bumped to version 0.9.33.3:20190911

* mednafen_supergrafx_libretro: bumped to version 0.9.38.7:20190911

* mednafen_vb_libretro: bumped to version 0.9.36.1:20190912

* mednafen_wswan_libretro: bumped to version 0.9.35.1:20190914

* meteor_libretro: bumped to version 1.4:20190912

* o2em_libretro: bumped to version 1.18:20190914

* pcsx_rearmed_libretro: bumped to version r22:20191007

* picodrive_libretro: bumped to version 1.92:20190905

* vba_next_libretro: bumped to version 1.0.2:20190924

* vecx_libretro: bumped to version 1.2:20190817

* virtualjaguar_libretro: bumped to version 2.1.2:20190625

* 3dengine_libretro: bumped to version 1.0:20180406

* reminiscence_libretro: bumped to version 0.3.6:20190914

* scummvm_libretro: bumped to version 2.0.0:20191013

* tyrquake_libretro: bumped to version 0.62:20191013

* craft_libretro: bumped to version 1.0:20190626

* 2048_libretro: bumped to version 1.0:20190902

* gme_libretro: bumped to version 0.5.2:20190905
This commit is contained in:
kwyxz
2019-10-16 22:43:48 -07:00
committed by Jérôme Duval
parent 4a2d12692f
commit 39be1620be
41 changed files with 82 additions and 82 deletions

View File

@@ -6,9 +6,9 @@ HOMEPAGE="https://github.com/libretro/81-libretro/"
COPYRIGHT="2008-2018 Michael D Wynne, the libretro team"
LICENSE="GNU GPL v3"
REVISION="1"
srcGitRev="9fe37280eb8dbbd247f36b3932787d95d87a710f"
srcGitRev="4352130bd2363954262a804b086f86b9d13d97f9"
SOURCE_URI="https://github.com/libretro/81-libretro/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="19317afc1eebab049913b198264180ea339df603a65b9b20f846f0ceebd5a920"
CHECKSUM_SHA256="ce30fb73ded55c14516ed1cf6d5defe67b15fc81c7785834ad34c5911f0e20cd"
SOURCE_FILENAME="81-libretro-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="81-libretro-$srcGitRev"
ADDITIONAL_FILES="81_libretro.info.in"

View File

@@ -6,9 +6,9 @@ HOMEPAGE="https://atari800.github.io/"
COPYRIGHT="2001-2018, the Atari800 Dev team, the libretro team"
LICENSE="GNU GPL v2"
REVISION="1"
srcGitRev="b3931bbb2dc746db228a475dd22a10cb1ce925a8"
srcGitRev="efc0bc71e3cb8a4f957d07fe808cc002ed9c13b9"
SOURCE_URI="https://github.com/libretro/libretro-atari800/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="65ce8a34cd374c8accfca80f95de23a95b14644cbddc467ed9ea7f877175e59c"
CHECKSUM_SHA256="e5e49de3b5723d0c65671ede41ef241ff6d29a8d20d7e31706d900463db73568"
SOURCE_FILENAME="libretro-atari800-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="libretro-atari800-$srcGitRev"
ADDITIONAL_FILES="atari800_libretro.info.in"

View File

@@ -6,9 +6,9 @@ HOMEPAGE="http://bluemsx.msxblue.com/"
COPYRIGHT="2003-2018 Daniel Vik, the libretro team"
LICENSE="GNU GPL v2"
REVISION="1"
srcGitRev="c59ffa367745a94f376b438be3f428578ce501f5"
srcGitRev="ddd89ff1fa534816e48521bd930b721f2d39975a"
SOURCE_URI="https://github.com/libretro/blueMSX-libretro/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="f15cd30196f78c0554971a785229586baa3e10ae644f22618f66d46372bb7ca9"
CHECKSUM_SHA256="256af9bc649de377b503ff5561fcf9c205aeaa17996cbbf337dddd77f256fa6c"
SOURCE_FILENAME="libretro-bluemsx-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="blueMSX-libretro-$srcGitRev"
ADDITIONAL_FILES="bluemsx_libretro.info.in"

View File

@@ -5,9 +5,9 @@ HOMEPAGE="https://sourceforge.net/projects/caprice32/"
COPYRIGHT="1997-2018 Ulrich Doewich, dantoine, the libretro team"
LICENSE="GNU GPL v2"
REVISION="1"
srcGitRev="d17cc3f4e9aed0fa210d0e08727385e3b8ac2e0f"
srcGitRev="8681fbdc5623830078b38d713935caf4682e5295"
SOURCE_URI="https://github.com/libretro/libretro-cap32/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="c48cd4615cc8527563ecb15d42cd3073df58a83e33d9ccdcaa98d1b53c7945eb"
CHECKSUM_SHA256="32080778b0a9d1796091263eba33143ae147f298127dfb2c36f1a97cce00c788"
SOURCE_FILENAME="cap32-libretro-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="libretro-cap32-$srcGitRev"
ADDITIONAL_FILES="cap32_libretro.info.in"

View File

@@ -5,9 +5,9 @@ HOMEPAGE="https://fms.komkon.org/fMSX/"
COPYRIGHT="1993-2018 Marat Fayzullin, the libretro team"
LICENSE="fMSX"
REVISION="1"
srcGitRev="6b241974ffb4d2a3fc681b65a8ff6b717501cb67"
srcGitRev="c76e1dc09b567ce620c09fc5adde1fc7033d30b6"
SOURCE_URI="https://github.com/libretro/fmsx-libretro/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="16d5fbdc0e5fcb0c7954fa531f8014ca251404c67975654e7b77c582d3b7d0fa"
CHECKSUM_SHA256="8a43016c4961a155d05ec07803c83106f9d2d99441167397fb40d423ad35ec88"
SOURCE_FILENAME="libretro-fmsx-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="fmsx-libretro-$srcGitRev"
ADDITIONAL_FILES="fmsx_libretro.info.in"

View File

@@ -6,9 +6,9 @@ HOMEPAGE="http://fuse-emulator.sourceforge.net/"
COPYRIGHT="1999-2018, the Fuse team, the libretro team"
LICENSE="GNU GPL v3"
REVISION="1"
srcGitRev="115f744b12aec6ec55207252fc1e267a1668ec0c"
srcGitRev="8184756a5ee4b97e0f47281d44db4ca076a2671b"
SOURCE_URI="https://github.com/libretro/fuse-libretro/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="667b103ed2ff8d8be22275acb27d4f2ff5fcf52d24843049a584e05ee4eeb9b3"
CHECKSUM_SHA256="2d419e423c448c036b07f5e2be6310cf2c27b750387cf4f511c3cbb27de9950b"
SOURCE_FILENAME="fuse-libretro-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="fuse-libretro-$srcGitRev"
ADDITIONAL_FILES="fuse_libretro.info.in"

View File

@@ -10,9 +10,9 @@ HOMEPAGE="https://hatari.tuxfamily.org/"
COPYRIGHT="2001-2018 Nicolas Pomarède, the Hatari team, the libretro team"
LICENSE="GNU GPL v2"
REVISION="1"
srcGitRev="42388bbdf042824d1d7d3b6db64a6b719c707682"
srcGitRev="ec1b59c4b6c7ca7d0d23d60cfe2cb61911b11173"
SOURCE_URI="https://github.com/libretro/hatari/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="38ebb5bf1e3e60de71cce695a4f4bbb443bb08852262c10e6e1d11754f4a3fe2"
CHECKSUM_SHA256="4deea8ba40e7ce026db731b511e01bea5caa5a51b3499aa4473405841cbedd67"
SOURCE_FILENAME="hatari-libretro-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="hatari-$srcGitRev"
ADDITIONAL_FILES="hatari_libretro.info.in"

View File

@@ -5,9 +5,9 @@ HOMEPAGE="https://www.yui.ne.jp/np2/"
COPYRIGHT="2005-2018 the NekoP2 team, the libretro team"
LICENSE="MIT"
REVISION="1"
srcGitRev="2b388491037c3f7bdc17869c4846e3c0bd2349a6"
srcGitRev="3aa49d7873eb817932bab53f32dcbc07e0e92dd6"
SOURCE_URI="https://github.com/libretro/libretro-meowPC98/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="941a64211a8f27cfa1b3faab47cb0433e6c86cb8d3b7506eeed16b41df21085d"
CHECKSUM_SHA256="9f5682ef461110c6b3ce7edbf0e180936686891e0b827bdd74556eadf8bb445e"
SOURCE_FILENAME="nekop2-libretro-${portVersion/_/-}-$srcGitRev.tar.gz"
SOURCE_DIR="libretro-meowPC98-$srcGitRev"
ADDITIONAL_FILES="nekop2_libretro.info.in"