SHA256
1
0
forked from pool/retroarch
retroarch/_service
Yunhe Guo 22516eee83 - Update to version 1.9.12
* COMMAND: Command interface should work again
  * INPUT/HID: Rewrote the HID deregistration algorithm; it should
    no longer cause issues when dealing with multiple pads of the
    same HID/VID combo
  * INPUT/HID: Fix initialization bug that caused wiimotes to fail
    to register without an accessory attached
  * INPUT/HID: Fix Wiimote regression
  * INPUT/UDEV: Add extra abs check for dolphinbar
  * INPUT/UDEV: Add relative left mouse button when pointer device
    is not abs
  * INPUT/WAYLAND: Fix keyboard input on Wayland - fixes 'Certain
    cores ignore user input'
  * NETPLAY: Improvements from Cthulhu
  * LIBRETRO: Enable SRAM for contentless cores
  * LIBRETRO: Add environment callback to get the rate retro_run is
    called - GET_THROTTLE_STATE and RETRO_THROTTLE_UNBLOCKED
    environment callback
  * LINUX: Update metadata manifest
  * MENU/OZONE: New themes - Solarized Light, Solarized Dark
- Update to version 1.9.11
  * INPUT: Refactor menu toggle combo button logic to allow quit
    combo button
  * INPUT/UDEV: Add mouse relative check and set appropriately to
    fix issue
  * LIBRETRO: Add environment callback to enable cores to notify
    the frontend that a core otion value has changed
  * STEAM/LINUX: Move to new 'soldier' runtime
  * WAYLAND: Remove xdg-shell-v6 protocol
- Update to version 1.9.10

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=56
2021-10-31 03:01:13 +00:00

23 lines
816 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<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.9.12</param>
<param name="exclude">media/icons</param>
<param name="exclude">ps2</param>
<param name="exclude">uwp</param>
<param name="exclude">vita</param>
<param name="exclude">wii</param>
<param name="exclude">wiiu</param>
</service>
<service mode="disabled" name="set_version">
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>