forked from pool/retroarch
* AI/SERVICE: Disable AI Service setting by default * BLUETOOTH/LAKKA: bluetoothctl: add / modify pairing steps * CHEEVOS: Disallow manual frame delay setting in Hardcore Mode * DATABASE: Serial scanning for Wii now includes WBFS * INPUT: Allow proper descriptor declaration for analog triggers * INPUT/MAPPING: Fix offset + crash when clearing input port binds * INPUT/MAPPING: Fix saving of 'Analog to Digital Type' when configuration overrides are used * INPUT/MAPPING: Fix saving of 'Analog to Digital Type' when configuration overrides are used * LOCALIZATION: Add Valencian language option * LOCALIZATION: Updates * MENU/SETTINGS: Move 'Show Menu Bar' under 'Windowed Mode' settings * MENU/SETTINGS: Add sublabels for 'Subsystems' and 'Input Deadzone/Sensitivity' * MENU/SETTINGS: Move 'On-Screen Notifications' to top * MENU/XMB: Unified the shadow alpha value to a slightly darker one for better readability * MENU/XMB: Corrected the option label and sublabel for actual behavior * STATIC PLATFORMS: Populate all history list metadata when launching content from playlists * VIDEO: Fast-Forward Frameskip improvement * VIDEO/THREADED: Stability fixes OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=65
23 lines
816 B
Plaintext
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.10.3</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>
|