SHA256
1
0
forked from pool/retroarch
retroarch/_service
Yunhe Guo 6922878956 - Update to version 1.19.0
* AI: Revert AI translation to previous version (fix for translation not working with HW rendered cores)
  * AUDIO: Bring back audio toggling on menu toggle
  * CHEEVOS: Build a default RetroAchievements memory map when no RetroAchievements game is loaded
  * CHEEVOS: Update to rcheevos 11.3
  * CHEEVOS: fix hardcore acting as if it's enabled when it isn't
  * CLANG: Fix clang error incompatible-pointer-types-discards-qualifiers
  * CLOUDSYNC/LINUX: Enable Cloud Sync by default on Linux builds with network (#16456)
  * CORE: Set compute fps stats logging to debug level
  * EMSCRIPTEN: Added M2000 to core selection dropdown
  * FFMPEG: Add compatibility with FFMPEG 7.0
  * GLSLANG: Remove unneeded ENABLE_HLSL code from glslang
  * GENERAL: Memory leak: Dynamic allocation from msg_hash_get_help_us_enum was not freed.
  * INPUT/KEYBOARD: Add support for multimedia keys - Extended RETROK_ values with 18 new items, commonly found on
  "multimedia" keyboards. Mapping added for SDL, X11, Wayland, dinput, winraw keymaps.
  * INPUT/MFI: Pressure sensitive left/right triggers
  * INPUT/MFI: Fix Start + L1/L2/R2 combinations
  * INPUT/MFI: Support strong and weak rumble
  * INTL: Fetch translations from Crowdin
  * INTL: Add Galician and Norwegian to list of languages
  * LAKKA: Display reboot/shutdown message also when not saving config on exit
  * LAKKA: Provide update URL and target name at buildtime
  * LIBRETRO: Add a debug message for the SET_ROTATION callback
  * MENU: New function in Quick Menu: Add to Playlist
  * MENU/XMB: New theme: FlatUX, designed to merge FlatUI and Retroactive themes into a single, unified design
  * NETWORKING/RETROPAD CORE:  Fix socket close method
  * PIXMAN: Update pixman-private.h - patch to fix build issue with musl
  * PLAYLIST: Cleanup 'Add to Playlist' (#16495)
  * SCANNING: Fix for scanning PSP ISOs (and probably few others)
  * SAVES: Fix core config saving

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=85
2024-05-30 14:40:09 +00:00

51 lines
2.0 KiB
Plaintext

<services>
<service name="tar_scm" mode="localonly">
<param name="url">https://github.com/libretro/RetroArch.git</param>
<param name="scm">git</param>
<param name="filename">retroarch</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.19.0</param>
<param name="exclude">.github</param>
<param name="exclude">.vscode</param>
<param name="exclude">bootstrap</param>
<param name="exclude">ctr</param>
<param name="exclude">dingux</param>
<param name="exclude">dist-scripts</param>
<param name="exclude">dist-scripts</param>
<param name="exclude">emscripten</param>
<param name="exclude">fastlane</param>
<param name="exclude">memory</param>
<param name="exclude">pkg/360</param>
<param name="exclude">pkg/android</param>
<param name="exclude">pkg/apple</param>
<param name="exclude">pkg/ctr</param>
<param name="exclude">pkg/ecmscripten</param>
<param name="exclude">pkg/libnx</param>
<param name="exclude">pkg/miyoo</param>
<param name="exclude">pkg/msvc</param>
<param name="exclude">pkg/msvc-uwp</param>
<param name="exclude">pkg/ngc</param>
<param name="exclude">pkg/pandora</param>
<param name="exclude">pkg/ps3</param>
<param name="exclude">pkg/ps3_dex</param>
<param name="exclude">pkg/ps3_iso</param>
<param name="exclude">pkg/psl1ght</param>
<param name="exclude">pkg/psp1</param>
<param name="exclude">pkg/qnx</param>
<param name="exclude">pkg/sailfishos</param>
<param name="exclude">pkg/vita</param>
<param name="exclude">pkg/wii</param>
<param name="exclude">pkg/wiiu</param>
<param name="exclude">pkg/windows</param>
<param name="exclude">pkg/webos</param>
<param name="exclude">webos</param>
</service>
<service name="set_version" mode="localonly">
</service>
<service name="recompress" mode="localonly">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>