diff --git a/app-emulation/bluemsx_libretro/additional-files/bluemsx_libretro.info.in b/app-emulation/bluemsx_libretro/additional-files/bluemsx_libretro.info.in index fd125e91b..8cd908bf3 100644 --- a/app-emulation/bluemsx_libretro/additional-files/bluemsx_libretro.info.in +++ b/app-emulation/bluemsx_libretro/additional-files/bluemsx_libretro.info.in @@ -1,7 +1,7 @@ # Software Information display_name = "MSX/SVI/ColecoVision/SG-1000 (blueMSX)" authors = "Daniel Vik" -supported_extensions = "rom|ri|mx1|mx2|col|dsk|cas|sg|sc|m3u" +supported_extensions = "rom|ri|mx1|mx2|dsk|col|sg|sc|sf|cas|m3u" corename = "blueMSX" categories = "Emulator" license = "GPLv2" @@ -14,8 +14,8 @@ systemname = "MSX/SVI/ColecoVision/SG-1000" systemid = "msx" # Libretro Features -database = "Microsoft - MSX|Microsoft - MSX2|Coleco - ColecoVision|Sega - SG-1000" -supports_no_game = "false" +database = "Microsoft - MSX|Microsoft - MSX2|Coleco - ColecoVision|Sega - SG-1000|Spectravideo - SVI-318 - SVI-328" +supports_no_game = "true" savestate = "true" savestate_features = "serialized" cheats = "false" @@ -30,6 +30,15 @@ needs_fullpath = "true" disk_control = "true" is_experimental = "false" needs_kbd_mouse_focus = "true" + +# BIOS/Firmware +firmware_count = 2 +firmware0_desc = "'Databases' folder" +firmware0_path = "Databases/msxromdb.xml" +firmware0_opt = "false" +firmware1_desc = "'Machines' folder" +firmware1_path = "Machines/Shared Roms/MSX.rom" +firmware1_opt = "false" notes = "(!) The libretro port of blueMSX requires the BIOS files|from full standalone package inside the 'System\Machines' directory |and media database files into 'System\Databases' directory.|https://docs.libretro.com/library/bluemsx/#bios|(!) ColecoVision Gamepad Mapping is as follow:|Button 1 as Retropad A|Button 2 as Retropad B|Dial keys 1 to 8 as X, Y, R, L, R2, L2, R3, L3|Star as Select, Hash as Start|0 & 9 are on keyboard 1 & 2 for Player 1|0 & 9 are on keyboard 3 & 4 for Player 2.|(!) To play SpectraVideo cassettes type 'cload' then 'run'|or BLOAD ''CAS:'',R depending of game." description = "A port of the blueMSX emulator to libretro. This emulator is cycle accurate and covers all generations of MSX computers, as well as SVI, ColecoVision and Sega SG-1000 machines. This core requires the 'Databases' and 'Machines' folders from a standalone installation of blueMSX to be placed in the frontend's system directory to function." diff --git a/app-emulation/bluemsx_libretro/bluemsx_libretro-2.9.0_20241204.recipe b/app-emulation/bluemsx_libretro/bluemsx_libretro-2.9.0_20250416.recipe similarity index 91% rename from app-emulation/bluemsx_libretro/bluemsx_libretro-2.9.0_20241204.recipe rename to app-emulation/bluemsx_libretro/bluemsx_libretro-2.9.0_20250416.recipe index 1c64a2ca8..3f7f250fe 100644 --- a/app-emulation/bluemsx_libretro/bluemsx_libretro-2.9.0_20241204.recipe +++ b/app-emulation/bluemsx_libretro/bluemsx_libretro-2.9.0_20250416.recipe @@ -6,9 +6,9 @@ HOMEPAGE="http://bluemsx.msxblue.com/" COPYRIGHT="2003-2020 Daniel Vik, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="572c91856a5288b7433c619af651e31f00f3ce7e" +srcGitRev="efaaa1052dc427d64534531cf59a6a9a659dc6a6" SOURCE_URI="https://github.com/libretro/blueMSX-libretro/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="86625bb7f6d1a5abb22d4eaf4691906aa985352519ad8193e63995b010ed214d" +CHECKSUM_SHA256="bf0d15f03679a3decbeab9b4e329a4f0504aa6c7d42a421aff535ca827621422" SOURCE_FILENAME="libretro-bluemsx-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="blueMSX-libretro-$srcGitRev" ADDITIONAL_FILES="bluemsx_libretro.info.in" diff --git a/app-emulation/cap32_libretro/cap32_libretro-4.2.0_20250105.recipe b/app-emulation/cap32_libretro/cap32_libretro-4.2.0_20250208.recipe similarity index 91% rename from app-emulation/cap32_libretro/cap32_libretro-4.2.0_20250105.recipe rename to app-emulation/cap32_libretro/cap32_libretro-4.2.0_20250208.recipe index 448c084f5..a0ded5fa8 100644 --- a/app-emulation/cap32_libretro/cap32_libretro-4.2.0_20250105.recipe +++ b/app-emulation/cap32_libretro/cap32_libretro-4.2.0_20250208.recipe @@ -5,9 +5,9 @@ HOMEPAGE="https://sourceforge.net/projects/caprice32/" COPYRIGHT="1997-2020 Ulrich Doewich, dantoine, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="f8f4b0b704c44970001fcf839d8d010e5af435ff" +srcGitRev="57fea8ba89372a330eaac485d135d656da9f54e6" SOURCE_URI="https://github.com/libretro/libretro-cap32/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="395ef5e9d0db40ef6e87915fc0d605cf82d19e6cca230c9308f3f97b94dba81c" +CHECKSUM_SHA256="ed89923ac6ab1170fc3dfa1be46133bf1e9cfa51dddb36de52b215dec98a9828" SOURCE_FILENAME="cap32-libretro-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="libretro-cap32-$srcGitRev" ADDITIONAL_FILES="cap32_libretro.info.in" diff --git a/app-emulation/puae_libretro/additional-files/puae_libretro.info.in b/app-emulation/puae_libretro/additional-files/puae_libretro.info.in index 27e59840a..4d2d30d1c 100644 --- a/app-emulation/puae_libretro/additional-files/puae_libretro.info.in +++ b/app-emulation/puae_libretro/additional-files/puae_libretro.info.in @@ -3,7 +3,7 @@ display_name = "Commodore - Amiga (PUAE)" categories = "Emulator" authors = "UAE Team" corename = "PUAE" -supported_extensions = "adf|adz|dms|fdi|ipf|hdf|hdz|lha|slave|info|cue|ccd|nrg|mds|iso|chd|uae|m3u|zip|7z|rp9" +supported_extensions = "adf|adz|dms|fdi|ipf|hdf|hdz|lha|slave|info|cue|ccd|nrg|mds|iso|chd|uae|m3u|zip|7z|rp9|/" license = "GPLv2" permissions = "" display_version = "@DISPLAY_VERSION@" diff --git a/app-emulation/puae_libretro/puae_libretro-2.6.1_20241018.recipe b/app-emulation/puae_libretro/puae_libretro-2.6.1_20250415.recipe similarity index 92% rename from app-emulation/puae_libretro/puae_libretro-2.6.1_20241018.recipe rename to app-emulation/puae_libretro/puae_libretro-2.6.1_20250415.recipe index 527b19d6a..230f19ea3 100644 --- a/app-emulation/puae_libretro/puae_libretro-2.6.1_20241018.recipe +++ b/app-emulation/puae_libretro/puae_libretro-2.6.1_20250415.recipe @@ -8,9 +8,9 @@ HOMEPAGE="https://github.com/libretro/libretro-uae" COPYRIGHT="2014-2021, GnoStiC, Richard Drummond, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="c60e42ef9ad474518d4be859b7c1da2c0c7e1d6f" +srcGitRev="0faf39cfd84e114d985e020562e75c22b4bc1569" SOURCE_URI="https://github.com/libretro/libretro-uae/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="933fd83ad42ceb558c2ae9c0d2ea0a7bb68f05f8ab828951bcabfe400ce8c50f" +CHECKSUM_SHA256="e0d1d91e2ca7b5ba4de0f193999534257a9dffbe05523680fb2c1adcefcc2e27" SOURCE_FILENAME="libretro-uae-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="libretro-uae-$srcGitRev" ADDITIONAL_FILES="puae_libretro.info.in" diff --git a/games-emulation/dosbox_pure_libretro/additional-files/dosbox_pure_libretro.info.in b/games-emulation/dosbox_pure_libretro/additional-files/dosbox_pure_libretro.info.in index 6e16ac19b..4dc927da6 100644 --- a/games-emulation/dosbox_pure_libretro/additional-files/dosbox_pure_libretro.info.in +++ b/games-emulation/dosbox_pure_libretro/additional-files/dosbox_pure_libretro.info.in @@ -1,7 +1,7 @@ # Software Information display_name = "DOS (DOSBox-Pure)" authors = "DOSBox Team|Psyraven" -supported_extensions = "zip|dosz|exe|com|bat|iso|cue|ins|img|ima|vhd|jrc|tc|m3u|m3u8|conf" +supported_extensions = "zip|dosz|exe|com|bat|iso|chd|cue|ins|img|ima|vhd|jrc|tc|m3u|m3u8|conf|/" corename = "DOSBox-pure" categories = "Emulator" license = "GPLv2" @@ -23,7 +23,7 @@ cheats = "true" input_descriptors = "true" memory_descriptors = "true" core_options = "true" -core_options_version = "1.0" +core_options_version = "2.0" load_subsystem = "false" hw_render = "false" needs_fullpath = "true" diff --git a/games-emulation/dosbox_pure_libretro/dosbox_pure_libretro-0.13_20241230.recipe b/games-emulation/dosbox_pure_libretro/dosbox_pure_libretro-0.13_20250410.recipe similarity index 92% rename from games-emulation/dosbox_pure_libretro/dosbox_pure_libretro-0.13_20241230.recipe rename to games-emulation/dosbox_pure_libretro/dosbox_pure_libretro-0.13_20250410.recipe index efea5a519..42456b7dc 100644 --- a/games-emulation/dosbox_pure_libretro/dosbox_pure_libretro-0.13_20241230.recipe +++ b/games-emulation/dosbox_pure_libretro/dosbox_pure_libretro-0.13_20250410.recipe @@ -8,9 +8,9 @@ HOMEPAGE="https://github.com/schellingb/dosbox-pure" COPYRIGHT="2020-2021 Dosbox team, Bernhard Schelling, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="9e468f0087454c6c1b68975ead933977d5cf33b2" +srcGitRev="51ca5126ee67e88827c87c761a097a6318ad25e7" SOURCE_URI="https://github.com/schellingb/dosbox-pure/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="289709eb16b627bbd59ff234731ba742a0e7b0f062304869f26c7a62b9b9e4b5" +CHECKSUM_SHA256="6008d5c912e91499782a55caef2952bbdbe0768ac90095e873010d2e3473d420" SOURCE_FILENAME="dosbox-pure-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="dosbox-pure-$srcGitRev" ADDITIONAL_FILES="dosbox_pure_libretro.info.in" diff --git a/games-emulation/fbneo_libretro/fbneo_libretro-1.0.0.0_20250106.recipe b/games-emulation/fbneo_libretro/fbneo_libretro-1.0.0.0_20250420.recipe similarity index 91% rename from games-emulation/fbneo_libretro/fbneo_libretro-1.0.0.0_20250106.recipe rename to games-emulation/fbneo_libretro/fbneo_libretro-1.0.0.0_20250420.recipe index 21305fa3d..b21e96853 100644 --- a/games-emulation/fbneo_libretro/fbneo_libretro-1.0.0.0_20250106.recipe +++ b/games-emulation/fbneo_libretro/fbneo_libretro-1.0.0.0_20250420.recipe @@ -6,9 +6,9 @@ HOMEPAGE="https://github.com/libretro/FBNeo" COPYRIGHT="2000-2019 the Final Burn team, the libretro team" LICENSE="GNU GPL v3" REVISION="1" -srcGitRev="b8780c057029db8768c9a057b0bc28f9a12609d8" +srcGitRev="ceef5c353308cf2d2c7837d27d6ddea9cfb27dd9" SOURCE_URI="https://github.com/libretro/FBNeo/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="225cd1d5a48ecedc16958a42f6ed8eb911a0dce1ebc8404501476001d2c61a0d" +CHECKSUM_SHA256="5cb7b76cc3a9404b8953d1df53f462a8ce3888d909798bf9b935c41970a5a04e" SOURCE_FILENAME="fbneo-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="FBNeo-$srcGitRev" ADDITIONAL_FILES="fbneo_libretro.info.in" diff --git a/games-emulation/fceumm_libretro/fceumm_libretro-0.0.1_20241123.recipe b/games-emulation/fceumm_libretro/fceumm_libretro-0.0.1_20250411.recipe similarity index 91% rename from games-emulation/fceumm_libretro/fceumm_libretro-0.0.1_20241123.recipe rename to games-emulation/fceumm_libretro/fceumm_libretro-0.0.1_20250411.recipe index ee11be2eb..bced9b974 100644 --- a/games-emulation/fceumm_libretro/fceumm_libretro-0.0.1_20241123.recipe +++ b/games-emulation/fceumm_libretro/fceumm_libretro-0.0.1_20250411.recipe @@ -5,9 +5,9 @@ HOMEPAGE="http://cah4e3.shedevr.org.ru/fceultra.php" COPYRIGHT="2011-2018 the FCEU team, cah4e3, the libretro team" LICENSE="GNU LGPL v2" REVISION="1" -srcGitRev="449db5de6b56e9d44fc685e1b38399f0b233bd28" +srcGitRev="43e6496351b544df0de692fbb01b2a6942073f5c" SOURCE_URI="https://github.com/libretro/libretro-fceumm/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="5cac184772421ec3cffa19f50737a5fdd481089007d21d79b3e2760f94c8fa87" +CHECKSUM_SHA256="9e4d674e51eb6bb74d5f4bedcbd5b0f94a0c2b6fe8772f517466026af63cb926" SOURCE_FILENAME="libretro-fceumm-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="libretro-fceumm-$srcGitRev" ADDITIONAL_FILES="fceumm_libretro.info.in" diff --git a/games-emulation/freeintv_libretro/freeintv_libretro-0.0_20241021.recipe b/games-emulation/freeintv_libretro/freeintv_libretro-0.0_20250305.recipe similarity index 91% rename from games-emulation/freeintv_libretro/freeintv_libretro-0.0_20241021.recipe rename to games-emulation/freeintv_libretro/freeintv_libretro-0.0_20250305.recipe index bdfd48424..ed1e3e532 100644 --- a/games-emulation/freeintv_libretro/freeintv_libretro-0.0_20241021.recipe +++ b/games-emulation/freeintv_libretro/freeintv_libretro-0.0_20250305.recipe @@ -6,9 +6,9 @@ HOMEPAGE="http://neocomputer.org/projects/freeintv/" COPYRIGHT="2018-2020 David Richardson, the libretro team" LICENSE="GNU GPL v3" REVISION="1" -srcGitRev="beab9af119fc117833d2d866d8d4ea0857ec0236" +srcGitRev="6efc4b8fd4c7423ec1f5ff1913b854529135b565" SOURCE_URI="https://github.com/libretro/FreeIntv/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="8fb238286a00eede32bc05808caf062134d561dd3e808a881e33fa80aefeb09a" +CHECKSUM_SHA256="5bb5e060dc1445aad0559136124a4c0235e35810500bacaa073018866dc54653" SOURCE_FILENAME="libretro-freeintv-$portVersion-$srcGitRev.tar.gz" SOURCE_DIR="FreeIntv-$srcGitRev" ADDITIONAL_FILES="freeintv_libretro.info.in" diff --git a/games-emulation/gambatte_libretro/gambatte_libretro-0.5.0_20250103.recipe b/games-emulation/gambatte_libretro/gambatte_libretro-0.5.0_20250418.recipe similarity index 91% rename from games-emulation/gambatte_libretro/gambatte_libretro-0.5.0_20250103.recipe rename to games-emulation/gambatte_libretro/gambatte_libretro-0.5.0_20250418.recipe index faf45e332..18a4b7dcb 100644 --- a/games-emulation/gambatte_libretro/gambatte_libretro-0.5.0_20250103.recipe +++ b/games-emulation/gambatte_libretro/gambatte_libretro-0.5.0_20250418.recipe @@ -7,9 +7,9 @@ HOMEPAGE="https://github.com/sinamas/gambatte" COPYRIGHT="2007-2018 Sindre Aamås, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="695b915839acd8dbbcbb8e4f9985df1e0db2b23e" +srcGitRev="b285b0823ac867371e72c54d5275a554c7be312c" SOURCE_URI="https://github.com/libretro/gambatte-libretro/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="c156ce80ef0345e1d7d5db86edf2a2ab14dfbee7ec553b6189fa81521f47a904" +CHECKSUM_SHA256="b501ce9aab03ff8f32eee1a656b677157d121be480c3ac83f07c5cbaa6313970" SOURCE_FILENAME="gambatte-libretro-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="gambatte-libretro-$srcGitRev" ADDITIONAL_FILES="gambatte_libretro.info.in" diff --git a/games-emulation/gearboy_libretro/gearboy_libretro-3.4_20250105.recipe b/games-emulation/gearboy_libretro/gearboy_libretro-3.4_20250417.recipe similarity index 91% rename from games-emulation/gearboy_libretro/gearboy_libretro-3.4_20250105.recipe rename to games-emulation/gearboy_libretro/gearboy_libretro-3.4_20250417.recipe index 51c2a4523..0b2ce7b37 100644 --- a/games-emulation/gearboy_libretro/gearboy_libretro-3.4_20250105.recipe +++ b/games-emulation/gearboy_libretro/gearboy_libretro-3.4_20250417.recipe @@ -6,9 +6,9 @@ HOMEPAGE="http://www.ignaciosanchez.me/projects/gearboy/" COPYRIGHT="2012-2020 Ignacio Sánchez, the libretro team" LICENSE="GNU GPL v3" REVISION="1" -srcGitRev="b2c5c5d8d44a13ed2ae7aef09e5927e8c91a0389" +srcGitRev="59352a8da813c3d7daf77ae499261be2144ef9d7" SOURCE_URI="https://github.com/drhelius/Gearboy/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="c54938cc474b671b4acd71b3b161ffa4c03a73f77261801331d4044e829210c0" +CHECKSUM_SHA256="ea965a8d1e10b60e9d1dde499405db937e09e8c9653267d1de5209651e448b2a" SOURCE_FILENAME="gearboy-libretro-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="Gearboy-$srcGitRev" ADDITIONAL_FILES="gearboy_libretro.info.in" diff --git a/games-emulation/gearcoleco_libretro/gearcoleco_libretro-1.0.0_20250105.recipe b/games-emulation/gearcoleco_libretro/gearcoleco_libretro-1.0.0_20250417.recipe similarity index 91% rename from games-emulation/gearcoleco_libretro/gearcoleco_libretro-1.0.0_20250105.recipe rename to games-emulation/gearcoleco_libretro/gearcoleco_libretro-1.0.0_20250417.recipe index eaefb967a..e80183432 100644 --- a/games-emulation/gearcoleco_libretro/gearcoleco_libretro-1.0.0_20250105.recipe +++ b/games-emulation/gearcoleco_libretro/gearcoleco_libretro-1.0.0_20250417.recipe @@ -6,9 +6,9 @@ HOMEPAGE="https://github.com/drhelius/Gearcoleco" COPYRIGHT="2020-2021 Ignacio Sánchez" LICENSE="GNU GPL v3" REVISION="1" -srcGitRev="27cad8e16a26ac17839dff103d512b02580f4172" +srcGitRev="6576bdd489ae6aec56286d4742c768b8c54bbc7d" SOURCE_URI="https://github.com/drhelius/Gearcoleco/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="e3c42222996f1365bfdebbffd2459c1e8b45781c58469f33b99c625c45fbf7f9" +CHECKSUM_SHA256="70404f507e19107eb83bac44e2688009623aae3bcee2a1563c76369f1ea461f9" SOURCE_FILENAME="Gearcoleco-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="Gearcoleco-$srcGitRev" ADDITIONAL_FILES="gearcoleco_libretro.info.in" diff --git a/games-emulation/gearsystem_libretro/gearsystem_libretro-3.4.1_20250107.recipe b/games-emulation/gearsystem_libretro/gearsystem_libretro-3.4.1_20250417.recipe similarity index 91% rename from games-emulation/gearsystem_libretro/gearsystem_libretro-3.4.1_20250107.recipe rename to games-emulation/gearsystem_libretro/gearsystem_libretro-3.4.1_20250417.recipe index a8a83f3a7..13008d071 100644 --- a/games-emulation/gearsystem_libretro/gearsystem_libretro-3.4.1_20250107.recipe +++ b/games-emulation/gearsystem_libretro/gearsystem_libretro-3.4.1_20250417.recipe @@ -6,9 +6,9 @@ HOMEPAGE="http://www.ignaciosanchez.me/projects/gearsystem/" COPYRIGHT="2012-2021 Ignacio Sánchez, the libretro team" LICENSE="GNU GPL v3" REVISION="1" -srcGitRev="6d19b51b8def1ff24523a79dcf235875addc1875" +srcGitRev="672b4031b09e8a6480043bb16f5ae038ad156df0" SOURCE_URI="https://github.com/drhelius/Gearsystem/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="75c9aeaebebc9c8a5fea680028c066d7dcc8282d6d9f122e2bd6337775bbbccc" +CHECKSUM_SHA256="c2b72f7948e3f3d75705d14ef5abc89e1515bfaacf449a1434c7c5923ccc221f" SOURCE_FILENAME="gearsystem-libretro-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="Gearsystem-$srcGitRev" ADDITIONAL_FILES="gearsystem_libretro.info.in" diff --git a/games-emulation/genesis_plus_gx_libretro/genesis_plus_gx_libretro-1.7.4_20241213.recipe b/games-emulation/genesis_plus_gx_libretro/genesis_plus_gx_libretro-1.7.4_20250418.recipe similarity index 92% rename from games-emulation/genesis_plus_gx_libretro/genesis_plus_gx_libretro-1.7.4_20241213.recipe rename to games-emulation/genesis_plus_gx_libretro/genesis_plus_gx_libretro-1.7.4_20250418.recipe index ae4ada1ba..586505fc1 100644 --- a/games-emulation/genesis_plus_gx_libretro/genesis_plus_gx_libretro-1.7.4_20241213.recipe +++ b/games-emulation/genesis_plus_gx_libretro/genesis_plus_gx_libretro-1.7.4_20250418.recipe @@ -11,9 +11,9 @@ LICENSE="GenesisPlusGX Xiph Zlib" REVISION="1" -srcGitRev="3c1698778080541927f3d7011a00d2c9efe545af" +srcGitRev="13ac0b36b002e67da1bde23078636a22e1dbaa5a" SOURCE_URI="https://github.com/libretro/Genesis-Plus-GX/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="533c5c71ba02cf7a6114015d1b9f163779f038f7ef66ed5c2ded363604f77b73" +CHECKSUM_SHA256="6fdf4724a48ac710359b5a5f115927a7bca12529d1473fe03a261e5c6ac2942d" SOURCE_FILENAME="libretro-genesis-plus-gx-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="Genesis-Plus-GX-$srcGitRev" ADDITIONAL_FILES="genesis_plus_gx_libretro.info.in" diff --git a/games-emulation/gpsp_libretro/gpsp_libretro-0.91_20241226.recipe b/games-emulation/gpsp_libretro/gpsp_libretro-0.91_20250120.recipe similarity index 91% rename from games-emulation/gpsp_libretro/gpsp_libretro-0.91_20241226.recipe rename to games-emulation/gpsp_libretro/gpsp_libretro-0.91_20250120.recipe index 740fb3e20..505909eed 100644 --- a/games-emulation/gpsp_libretro/gpsp_libretro-0.91_20241226.recipe +++ b/games-emulation/gpsp_libretro/gpsp_libretro-0.91_20250120.recipe @@ -6,9 +6,9 @@ HOMEPAGE="http://gpsp-dev.blogspot.com/" COPYRIGHT="2007-2018 Exophase, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="66ced08c693094f2eaefed5e11bd596c41028959" +srcGitRev="b0d5d27ae51c23f514974ddffa5760f1e1d05d9b" SOURCE_URI="https://github.com/libretro/gpsp/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="a3adfcdc12d8cde28d78422c0fc0dae5cf03d5afaa7895f7f5c4984af7b570dd" +CHECKSUM_SHA256="18b7f436b0ccfd85a21cf3fcdec9248ae65ea83a35b2de57ac2d8c0807f34003" SOURCE_FILENAME="gpsp-libretro-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="gpsp-$srcGitRev" ADDITIONAL_FILES="gpsp_libretro.info.in" diff --git a/games-emulation/mame2003_plus_libretro/mame2003_plus_libretro-1.0_20250106.recipe b/games-emulation/mame2003_plus_libretro/mame2003_plus_libretro-1.0_20250420.recipe similarity index 92% rename from games-emulation/mame2003_plus_libretro/mame2003_plus_libretro-1.0_20250106.recipe rename to games-emulation/mame2003_plus_libretro/mame2003_plus_libretro-1.0_20250420.recipe index 198d34a57..1886c53b0 100644 --- a/games-emulation/mame2003_plus_libretro/mame2003_plus_libretro-1.0_20250106.recipe +++ b/games-emulation/mame2003_plus_libretro/mame2003_plus_libretro-1.0_20250420.recipe @@ -8,9 +8,9 @@ HOMEPAGE="https://github.com/libretro/mame2003-plus-libretro" COPYRIGHT="2019-2021 the MAME 2003-Plus team, the libretro team" LICENSE="MAME Non-Commercial" REVISION="1" -srcGitRev="aee3dac97c72e45b43423349289937dbe2d4a1ce" +srcGitRev="ac2e805b2230c03d467cdf2ed405c682647bb66d" SOURCE_URI="https://github.com/libretro/mame2003-plus-libretro/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="93a2ae177e8b8df0a1733e50b98b13815b77b0a1ba84983c3433abef980d89da" +CHECKSUM_SHA256="6a5bc7e7011fdeaca286b78da20adae53ea01d9d610affd9a45a0528be3732ea" SOURCE_FILENAME="mame2003-plus-libretro-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="mame2003-plus-libretro-$srcGitRev" ADDITIONAL_FILES="mame2003_plus_libretro.info.in" diff --git a/games-emulation/mednafen_pce_fast_libretro/mednafen_pce_fast_libretro-0.9.38.7_20241227.recipe b/games-emulation/mednafen_pce_fast_libretro/mednafen_pce_fast_libretro-0.9.38.7_20250418.recipe similarity index 91% rename from games-emulation/mednafen_pce_fast_libretro/mednafen_pce_fast_libretro-0.9.38.7_20241227.recipe rename to games-emulation/mednafen_pce_fast_libretro/mednafen_pce_fast_libretro-0.9.38.7_20250418.recipe index a362c6c62..a1ea63088 100644 --- a/games-emulation/mednafen_pce_fast_libretro/mednafen_pce_fast_libretro-0.9.38.7_20241227.recipe +++ b/games-emulation/mednafen_pce_fast_libretro/mednafen_pce_fast_libretro-0.9.38.7_20250418.recipe @@ -6,9 +6,9 @@ HOMEPAGE="https://mednafen.github.io/documentation/pce_fast.html" COPYRIGHT="2005-2018 Forgotten, the Mednafen team, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="cfbb0946f79de33bc615d0a079e1a92f1454c3e3" +srcGitRev="baa35513545b011faa8b0b5db334d24ba15539ed" SOURCE_URI="https://github.com/libretro/beetle-pce-fast-libretro/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="5ac964e07862f76bca1749fe16755e13207afde6e08dd26324e2006394eb7fa4" +CHECKSUM_SHA256="db9b029a95c1e571043c882b73309055b518e8332f68ee43e2d4b63c143f5758" SOURCE_FILENAME="libretro-mednafen-pce-fast-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="beetle-pce-fast-libretro-$srcGitRev" ADDITIONAL_FILES="mednafen_pce_fast_libretro.info.in" diff --git a/games-emulation/mednafen_psx_hw_libretro/mednafen_psx_hw_libretro-0.9.44.1_20250103.recipe b/games-emulation/mednafen_psx_hw_libretro/mednafen_psx_hw_libretro-0.9.44.1_20250418.recipe similarity index 89% rename from games-emulation/mednafen_psx_hw_libretro/mednafen_psx_hw_libretro-0.9.44.1_20250103.recipe rename to games-emulation/mednafen_psx_hw_libretro/mednafen_psx_hw_libretro-0.9.44.1_20250418.recipe index 57eb26f2d..3a3a113b8 100644 --- a/games-emulation/mednafen_psx_hw_libretro/mednafen_psx_hw_libretro-0.9.44.1_20250103.recipe +++ b/games-emulation/mednafen_psx_hw_libretro/mednafen_psx_hw_libretro-0.9.44.1_20250418.recipe @@ -8,12 +8,12 @@ HOMEPAGE="https://mednafen.github.io/documentation/psx.html" COPYRIGHT="2005-2020 Forgotten, the Mednafen team, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="deb295ba5c4d8054e722c9d4cd4d4aa1b4e519d5" +srcGitRev="4e0cb4ddf0c52ef802cd4f7f2b7d3a187ab9962d" SOURCE_URI="https://github.com/libretro/beetle-psx-libretro/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="bbcc722a5373bbffa0cb739d23838f293b9c17c0eed56cc333c2946b799a4072" +CHECKSUM_SHA256="11221ddc6d12a369ba08f6327ce0576ea8f36d4b4dc3bf73252f62351bdde194" SOURCE_FILENAME="libretro-mednafen-psx-hw-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="beetle-psx-libretro-$srcGitRev" -PATCHES="mednafen_psx_hw_libretro-0.9.44.1_20250103.patchset" +PATCHES="mednafen_psx_hw_libretro-0.9.44.1_20250418.patchset" ADDITIONAL_FILES="mednafen_psx_hw_libretro.info.in" ARCHITECTURES="all !x86_gcc2" diff --git a/games-emulation/mednafen_psx_hw_libretro/patches/mednafen_psx_hw_libretro-0.9.44.1_20250103.patchset b/games-emulation/mednafen_psx_hw_libretro/patches/mednafen_psx_hw_libretro-0.9.44.1_20250418.patchset similarity index 100% rename from games-emulation/mednafen_psx_hw_libretro/patches/mednafen_psx_hw_libretro-0.9.44.1_20250103.patchset rename to games-emulation/mednafen_psx_hw_libretro/patches/mednafen_psx_hw_libretro-0.9.44.1_20250418.patchset diff --git a/games-emulation/mednafen_psx_libretro/mednafen_psx_libretro-0.9.44.1_20250103.recipe b/games-emulation/mednafen_psx_libretro/mednafen_psx_libretro-0.9.44.1_20250418.recipe similarity index 92% rename from games-emulation/mednafen_psx_libretro/mednafen_psx_libretro-0.9.44.1_20250103.recipe rename to games-emulation/mednafen_psx_libretro/mednafen_psx_libretro-0.9.44.1_20250418.recipe index 7c572317c..64ea59ba5 100644 --- a/games-emulation/mednafen_psx_libretro/mednafen_psx_libretro-0.9.44.1_20250103.recipe +++ b/games-emulation/mednafen_psx_libretro/mednafen_psx_libretro-0.9.44.1_20250418.recipe @@ -8,9 +8,9 @@ HOMEPAGE="https://mednafen.github.io/documentation/psx.html" COPYRIGHT="2005-2020 Forgotten, the Mednafen team, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="deb295ba5c4d8054e722c9d4cd4d4aa1b4e519d5" +srcGitRev="4e0cb4ddf0c52ef802cd4f7f2b7d3a187ab9962d" SOURCE_URI="https://github.com/libretro/beetle-psx-libretro/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="bbcc722a5373bbffa0cb739d23838f293b9c17c0eed56cc333c2946b799a4072" +CHECKSUM_SHA256="11221ddc6d12a369ba08f6327ce0576ea8f36d4b4dc3bf73252f62351bdde194" SOURCE_FILENAME="libretro-mednafen-psx-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="beetle-psx-libretro-$srcGitRev" ADDITIONAL_FILES="mednafen_psx_libretro.info.in" diff --git a/games-emulation/mednafen_saturn_libretro/mednafen_saturn_libretro-0.9.45.1_20241021.recipe b/games-emulation/mednafen_saturn_libretro/mednafen_saturn_libretro-0.9.45.1_20250317.recipe similarity index 91% rename from games-emulation/mednafen_saturn_libretro/mednafen_saturn_libretro-0.9.45.1_20241021.recipe rename to games-emulation/mednafen_saturn_libretro/mednafen_saturn_libretro-0.9.45.1_20250317.recipe index 68f625068..57f4dd336 100644 --- a/games-emulation/mednafen_saturn_libretro/mednafen_saturn_libretro-0.9.45.1_20241021.recipe +++ b/games-emulation/mednafen_saturn_libretro/mednafen_saturn_libretro-0.9.45.1_20250317.recipe @@ -5,9 +5,9 @@ HOMEPAGE="https://mednafen.github.io/documentation/ss.html" COPYRIGHT="2005-2020 Forgotten, the Mednafen team, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="0a78a9a5ab0088ba19f21e028dda9f4b4d7c9e48" +srcGitRev="06c9daa7ff6de42955437d29a80d8fc4ececc8d3" SOURCE_URI="https://github.com/libretro/beetle-saturn-libretro/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="3d342a7b29640042af7e245b97375f4e287925c0f5b7f95144ae57b12f96bef8" +CHECKSUM_SHA256="1f8f82d2431e1552979b9be7151ed8998d1fd9c07b2f8b500b3b21bd523b15de" SOURCE_FILENAME="libretro-mednafen-saturn-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="beetle-saturn-libretro-$srcGitRev" ADDITIONAL_FILES="mednafen_saturn_libretro.info.in" diff --git a/games-emulation/mgba_libretro/mgba_libretro-0.6.1_20241112.recipe b/games-emulation/mgba_libretro/mgba_libretro-0.6.1_20250218.recipe similarity index 91% rename from games-emulation/mgba_libretro/mgba_libretro-0.6.1_20241112.recipe rename to games-emulation/mgba_libretro/mgba_libretro-0.6.1_20250218.recipe index ce80a566e..60bfa9a44 100644 --- a/games-emulation/mgba_libretro/mgba_libretro-0.6.1_20241112.recipe +++ b/games-emulation/mgba_libretro/mgba_libretro-0.6.1_20250218.recipe @@ -6,9 +6,9 @@ HOMEPAGE="https://mgba.io/" COPYRIGHT="2014-2018 Endrift, the libretro team" LICENSE="MPL v2.0" REVISION="1" -srcGitRev="747362c02d2e71ee7c363e8dcb240925be8af906" +srcGitRev="88b22735dbdbc4d6236ed872ef21ea1b4d2fc492" SOURCE_URI="https://github.com/libretro/mgba/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="9a49e66b28296f11e04161dacf8cfc89f113504b87f40f5857a884d513c394a8" +CHECKSUM_SHA256="03275ff79f966543ee9bf03b8b0c3198df219815691ad196da5a16e46eae1ca7" SOURCE_FILENAME="libretro-mgba-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="mgba-$srcGitRev" ADDITIONAL_FILES="mgba_libretro.info.in" diff --git a/games-emulation/mupen64plus_next_libretro/additional-files/mupen64plus_next_libretro.info.in b/games-emulation/mupen64plus_next_libretro/additional-files/mupen64plus_next_libretro.info.in index 5849bff97..024a44e86 100644 --- a/games-emulation/mupen64plus_next_libretro/additional-files/mupen64plus_next_libretro.info.in +++ b/games-emulation/mupen64plus_next_libretro/additional-files/mupen64plus_next_libretro.info.in @@ -1,7 +1,7 @@ # Software Information display_name = "Nintendo - Nintendo 64 (Mupen64Plus-Next)" authors = "m4xw|Hacktarux|gonetz|GLideN64 Contributors|Mupen64Plus Team" -supported_extensions = "n64|v64|z64|bin|u1" +supported_extensions = "n64|v64|z64|ndd|bin|u1" corename = "Mupen64Plus-Next" license = "GPLv2" permissions = "dynarec_optional" diff --git a/games-emulation/mupen64plus_next_libretro/mupen64plus_next_libretro-1.0_20240622.recipe b/games-emulation/mupen64plus_next_libretro/mupen64plus_next_libretro-1.0_20250121.recipe similarity index 92% rename from games-emulation/mupen64plus_next_libretro/mupen64plus_next_libretro-1.0_20240622.recipe rename to games-emulation/mupen64plus_next_libretro/mupen64plus_next_libretro-1.0_20250121.recipe index 72c65371f..b409becbe 100644 --- a/games-emulation/mupen64plus_next_libretro/mupen64plus_next_libretro-1.0_20240622.recipe +++ b/games-emulation/mupen64plus_next_libretro/mupen64plus_next_libretro-1.0_20250121.recipe @@ -5,9 +5,9 @@ HOMEPAGE="https://mupen64plus.org/" COPYRIGHT="2001-2020 Hacktarux, richard42g, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="9d940bacb95c4d86733f42b67b57fc83046a6d39" +srcGitRev="3a676196500545b637b83cb19fb393d2359e1f9d" SOURCE_URI="https://github.com/libretro/mupen64plus-libretro-nx/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="c679b51048fb37f9c09532106353d72f322c3a30b3606449d34c04a189a6b37e" +CHECKSUM_SHA256="da66c56ab81b4b768e7fdbdaead4ef3935238090b6f3c38ca9632027d80e06e6" SOURCE_FILENAME="mupen64plus-libretro-nx-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="mupen64plus-libretro-nx-$srcGitRev" ADDITIONAL_FILES="mupen64plus_next_libretro.info.in" diff --git a/games-emulation/nestopia_libretro/additional-files/nestopia_libretro.info.in b/games-emulation/nestopia_libretro/additional-files/nestopia_libretro.info.in index 9f2a54126..ef94df810 100644 --- a/games-emulation/nestopia_libretro/additional-files/nestopia_libretro.info.in +++ b/games-emulation/nestopia_libretro/additional-files/nestopia_libretro.info.in @@ -1,6 +1,6 @@ # Software Information -display_name = "Nintendo - NES / Famicom (Nestopia UE)" -authors = "Martin Freij|R. Belmont|R. Danbrook" +display_name = "Nintendo - NES / Famicom (Nestopia)" +authors = "Martin Freij|R. Danbrook|Rupert Carmichael" supported_extensions = "nes|fds|unf|unif" corename = "Nestopia" license = "GPLv2" @@ -36,4 +36,4 @@ firmware0_path = "disksys.rom" firmware0_opt = "true" notes = "(!) disksys.rom (md5): ca30b50f880eb660a320674ed365ef7a|Press Retropad L1 to switch disk side." -description = "Nestopia is based on the most up-to-date code from the Nestopia-Undead emulator. This core strikes a good balance between performance and accuracy, with support for a wide variety of games and mappers. In general, this core is a good choice for most users on desktop and mobile platforms." +description = "The libretro port of Nestopia is based on the most up-to-date code from the Nestopia JG project, with overclocking added as an additional feature. This emulator is quite fast and extremely accurate, with very high compatibility. In general, this core is a good choice for most users on desktop and mobile platforms." diff --git a/games-emulation/nestopia_libretro/nestopia_libretro-1.49_20250105.recipe b/games-emulation/nestopia_libretro/nestopia_libretro-1.49_20250323.recipe similarity index 91% rename from games-emulation/nestopia_libretro/nestopia_libretro-1.49_20250105.recipe rename to games-emulation/nestopia_libretro/nestopia_libretro-1.49_20250323.recipe index 33d73a791..80204a665 100644 --- a/games-emulation/nestopia_libretro/nestopia_libretro-1.49_20250105.recipe +++ b/games-emulation/nestopia_libretro/nestopia_libretro-1.49_20250323.recipe @@ -7,9 +7,9 @@ HOMEPAGE="http://nestopia.sourceforge.net/" COPYRIGHT="2012-2020 Martin Freij, 0ldSk00l, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="9762adc00668f3a2e1016f3ad07ff9cbf9d67459" +srcGitRev="b3eb368603cd519d54bb4886d2934ee4fd188081" SOURCE_URI="https://github.com/libretro/nestopia/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="1b168e61b38d6fa7ed4b57f95ae679216e5ea8dd5dab5ca29ab4bfe871252106" +CHECKSUM_SHA256="f0216e723712b742980b39066325b2486717f7880960928739aa697db4a9fcf9" SOURCE_FILENAME="nestopia-libretro-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="nestopia-$srcGitRev" ADDITIONAL_FILES="nestopia_libretro.info.in" diff --git a/games-emulation/parallel_n64_libretro/parallel_n64_libretro-2.0rc2_20241021.recipe b/games-emulation/parallel_n64_libretro/parallel_n64_libretro-2.0rc2_20250302.recipe similarity index 92% rename from games-emulation/parallel_n64_libretro/parallel_n64_libretro-2.0rc2_20241021.recipe rename to games-emulation/parallel_n64_libretro/parallel_n64_libretro-2.0rc2_20250302.recipe index d10c947e9..68257a45f 100644 --- a/games-emulation/parallel_n64_libretro/parallel_n64_libretro-2.0rc2_20241021.recipe +++ b/games-emulation/parallel_n64_libretro/parallel_n64_libretro-2.0rc2_20250302.recipe @@ -5,9 +5,9 @@ HOMEPAGE="https://github.com/libretro/parallel-n64" COPYRIGHT="2019-2020 the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="e372c5e327dcd649e9d840ffc3d88480b6866eda" +srcGitRev="f8605345e13c018a30c8f4ed03c05d8fc8f70be8" SOURCE_URI="https://github.com/libretro/parallel-n64/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="bd1330d775f606a508804fe6230e452f28f4e9b5427319938fd61dd22767935d" +CHECKSUM_SHA256="344cfa8bbbab1a2e1370a3f70de6b12e04f7ded95dd04f953c475941d19ad9b8" SOURCE_FILENAME="parallel-n64-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="parallel-n64-$srcGitRev" ADDITIONAL_FILES="parallel_n64_libretro.info.in" diff --git a/games-emulation/pcsx_rearmed_libretro/additional-files/pcsx_rearmed_libretro.info.in b/games-emulation/pcsx_rearmed_libretro/additional-files/pcsx_rearmed_libretro.info.in index ef1c64ae3..4d1d52ae7 100644 --- a/games-emulation/pcsx_rearmed_libretro/additional-files/pcsx_rearmed_libretro.info.in +++ b/games-emulation/pcsx_rearmed_libretro/additional-files/pcsx_rearmed_libretro.info.in @@ -1,6 +1,6 @@ display_name = "Sony - PlayStation (PCSX ReARMed)" authors = "PCSX Team|notaz|Exophase" -supported_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u|ccd|chd" +supported_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u|ccd|chd|iso|exe" corename = "PCSX-ReARMed" license = "GPLv2" permissions = "dynarec" @@ -29,7 +29,7 @@ disk_control = "true" is_experimental = "false" # Firmware / BIOS -firmware_count = 3 +firmware_count = 4 firmware0_desc = "scph5500.bin (PS1 JP BIOS)" firmware0_path = "scph5500.bin" firmware0_opt = "true" @@ -39,6 +39,9 @@ firmware1_opt = "true" firmware2_desc = "scph5502.bin (PS1 EU BIOS)" firmware2_path = "scph5502.bin" firmware2_opt = "true" -notes = "(!) scph5500.bin (md5): 8dd7d5296a650fac7319bce665a6a53c|(!) scph5501.bin (md5): 490f666e1afb15b7362b406ed1cea246|(!) scph5502.bin (md5): 32736f17079d0b2b7024407c39bd3050" +firmware3_desc = "psponpsx660.bin (PSP PSX Emu BIOS)" +firmware3_path = "psxonpsp660.bin" +firmware3_opt = "true" +notes = "(!) scph5500.bin (md5): 8dd7d5296a650fac7319bce665a6a53c|(!) scph5501.bin (md5): 490f666e1afb15b7362b406ed1cea246|(!) scph5502.bin (md5): 32736f17079d0b2b7024407c39bd3050|(!) psxonpsp660.bin (md5): c53ca5908936d412331790f4426c6c33" description = "A port of the PCSX-ReARMed fork to libretro. This emulator is a technical marvel and runs incredibly well on 32-bit ARM CPUs, though it is also a good choice for other low-powered hardware that cannot run Beetle-PSX/-HW or Swanstation at full speed. However, this core has no support for increased internal resolution, texture filtering, etc., so users who want those features would be better served by the other cores." diff --git a/games-emulation/pcsx_rearmed_libretro/pcsx_rearmed_libretro-r22_20250110.recipe b/games-emulation/pcsx_rearmed_libretro/pcsx_rearmed_libretro-r22_20250412.recipe similarity index 92% rename from games-emulation/pcsx_rearmed_libretro/pcsx_rearmed_libretro-r22_20250110.recipe rename to games-emulation/pcsx_rearmed_libretro/pcsx_rearmed_libretro-r22_20250412.recipe index 730a53fea..9fb1677c5 100644 --- a/games-emulation/pcsx_rearmed_libretro/pcsx_rearmed_libretro-r22_20250110.recipe +++ b/games-emulation/pcsx_rearmed_libretro/pcsx_rearmed_libretro-r22_20250412.recipe @@ -5,9 +5,9 @@ HOMEPAGE="http://notaz.gp2x.de/pcsx_rearmed.php" COPYRIGHT="2012-2018, notaz, Exophase, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="f7ea449f442ca0cad3a41f52c2d982d7851357de" +srcGitRev="febf2246848efb8937ab24c562bba20107bb46f0" SOURCE_URI="https://github.com/libretro/pcsx_rearmed/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="5dd9240c7101b3830860f1778f4455f720e8fa51982057e63f85fcbe374f530c" +CHECKSUM_SHA256="e63175cf80eb1415af8b8cc9d8dbc56987527ee8f58565d120ce37ec8513f895" SOURCE_FILENAME="pcsx-rearmed-libretro-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="pcsx_rearmed-$srcGitRev" ADDITIONAL_FILES="pcsx_rearmed_libretro.info.in" diff --git a/games-emulation/stella_libretro/stella_libretro-6.5.3_20250102.recipe b/games-emulation/stella_libretro/stella_libretro-6.5.3_20250419.recipe similarity index 92% rename from games-emulation/stella_libretro/stella_libretro-6.5.3_20250102.recipe rename to games-emulation/stella_libretro/stella_libretro-6.5.3_20250419.recipe index 507b80490..bc235f81b 100644 --- a/games-emulation/stella_libretro/stella_libretro-6.5.3_20250102.recipe +++ b/games-emulation/stella_libretro/stella_libretro-6.5.3_20250419.recipe @@ -8,9 +8,9 @@ HOMEPAGE="https://stella-emu.github.io/" COPYRIGHT="1995-2021 the Stella team, the libretro team" LICENSE="GNU GPL v2" REVISION="1" -srcGitRev="66823c533a9b273293a18a342ffaea749218827b" +srcGitRev="7b5c19ff5e28dfeb814e912d028cb34b53c01f10" SOURCE_URI="https://github.com/stella-emu/stella/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="f17b710e809db789ae1fbd64257c3c0b309cb1616f71010c5893752d6036cbcb" +CHECKSUM_SHA256="d872fd57650bafc8e81c72500e5c26605e38b3ebfaa8532b3e696b6ed0e2f516" SOURCE_FILENAME="stella-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="stella-$srcGitRev" ADDITIONAL_FILES="stella_libretro.info.in" diff --git a/games-emulation/vecx_libretro/vecx_libretro-1.2_20241021.recipe b/games-emulation/vecx_libretro/vecx_libretro-1.2_20250412.recipe similarity index 92% rename from games-emulation/vecx_libretro/vecx_libretro-1.2_20241021.recipe rename to games-emulation/vecx_libretro/vecx_libretro-1.2_20250412.recipe index c17b41bf8..0b64d2b11 100644 --- a/games-emulation/vecx_libretro/vecx_libretro-1.2_20241021.recipe +++ b/games-emulation/vecx_libretro/vecx_libretro-1.2_20250412.recipe @@ -8,9 +8,9 @@ HOMEPAGE="https://www.valavan.net/vectrex.html" COPYRIGHT="2002-2018 Valavan Manohararajah, John Hawthorn, the libretro team" LICENSE="GNU GPL v3" REVISION="1" -srcGitRev="a103a212ca8644fcb5d76eac7cdec77223c4fb02" +srcGitRev="841229a6a81a0461d08af6488f252dcec5266c6a" SOURCE_URI="https://github.com/libretro/libretro-vecx/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="55327ad4494b64f6f64319904417e47f353f06ed8930e8d4cce2eee6f30500d7" +CHECKSUM_SHA256="d564413e9611b16e49e076cadd719587b6712c3cb435eaf90597c2db157546f4" SOURCE_FILENAME="libretro-vecx-${portVersion/_/-}-$srcGitRev.tar.gz" SOURCE_DIR="libretro-vecx-$srcGitRev" ADDITIONAL_FILES="vecx_libretro.info.in" diff --git a/games-engines/3dengine_libretro/3dengine_libretro-1.0_20220405.recipe b/games-engines/3dengine_libretro/3dengine_libretro-1.0_20250304.recipe similarity index 90% rename from games-engines/3dengine_libretro/3dengine_libretro-1.0_20220405.recipe rename to games-engines/3dengine_libretro/3dengine_libretro-1.0_20250304.recipe index 0733031a4..de8f1e097 100644 --- a/games-engines/3dengine_libretro/3dengine_libretro-1.0_20220405.recipe +++ b/games-engines/3dengine_libretro/3dengine_libretro-1.0_20250304.recipe @@ -5,9 +5,9 @@ HOMEPAGE="https://github.com/libretro/libretro-3dengine" COPYRIGHT="2014-2020 the libretro team" LICENSE="GNU GPL v3" REVISION="1" -srcGitRev="b8807815ca5313933883a4c6c9a8a047883e757d" +srcGitRev="7772bd5965ab244ecc53580c8969a22455aa91d5" SOURCE_URI="https://github.com/libretro/libretro-3dengine/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="b34ef35c05f71bf01fdfb1eb509c651b61e9f11799ccfc09df2ee2143cf28960" +CHECKSUM_SHA256="3aa1f9220d30024d6de8d54d8c971a4dfce44ad63a80d714254c69542f1c9365" SOURCE_FILENAME="libretro-3dengine-$portVersion-$srcGitRev.tar.gz" SOURCE_DIR="libretro-3dengine-$srcGitRev" ADDITIONAL_FILES="3dengine_libretro.info.in"