Package Release Info

lutris-0.5.17-bp160.1.9

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

lutris
lutris-lang

Change Logs

* Sat May 04 2024 Richard Rahl <rrahl0@disroot.org>
- switch to meson, so we can have translations
- fixing packaging issues with Leap 15.6 (old packaging had Requires
  which were not in Leap)
- remove packaging for Leap < 1330
* Thu Apr 11 2024 Marcus Rueckert <mrueckert@suse.de>
- sync the requires with the setup.py and prepare at least the
  requires for moddb and distro support
* Thu Apr 11 2024 Marcus Rueckert <mrueckert@suse.de>
- Update to 0.5.17:
  - Fix critical bug preventing completion of installs if the
    script specifies a wine version
  - Fix critical bug preventing Steam library sync
  - Fix critical bug preventing game or runner uninstall in Flatpak
  - Support for library sync to lutris.net, this allows to sync
    games, play time and categories to multiple devices.
  - Remove "Lutris" service view; with library sync the "Games"
    view replaces it.
  - Torturous and sadistic options for multi-GPUs that were half
    broken and understood by no one have been replaced by a simple
    GPU selector.
  - EXPERIMENTAL support for umu, which allows running games with
    Proton and Vessel. Using Proton in Lutris without umu is no
    longer possible.
  - Better and sensible sorting for games (sorting by playtime or
    last played no longer needs to be reversed)
  - Support the "Categories" command when you select multiple games
  - Notification bar when your Lutris is no longer supported
  - Improved error dialog.
  - Add Vita3k runner (thanks @ItsAllAboutTheCode)
  - Add Supermodel runner
  - WUA files are now supported in Cemu
  - "Show Hidden Games" now displays the hidden games in a separate
    view, and re-hides them as soon as you leave it.
  - Support transparent PNG files for custom banner and cover-art
  - Images are now downloaded for manually added games.
  - Deprecate 'exe', 'main_file' or 'iso' placed at the root of the
    script, all lutris.net installers have been updated
    accordingly.
  - Deprecate libstrangle and xgamma support.
  - Deprecate DXVK state cache feature (it was never used and is no
    longer relevant to DXVK 2)
* Tue Jan 16 2024 Michael Vetter <mvetter@suse.com>
- Update to 0.5.16:
  * Fix bug that prevented installers to complete
  * Better handling of Steam configurations for the Steam account picker
  * Load game library in a background thread
* Sat Jan 13 2024 Richard Rahl <rrahl0@proton.me>
- Update to 0.5.15:
  * Fix some crashes happening when using Wayland and a high
    DPI gaming mouse
  * Fix crash when opening the system preferences tab for a game
  * Reduced the locales list to a predefined one
  * Fix Lutris not expanding "~" in paths
  * Download runtime components from the main window
  * Add the ability to open a location in your file browser
    from file picker widgets
  * Add the ability to select, remove, or stop multiple games
    in the Lutris window
  * Redesigned 'Uninstall Game' dialog
  * Fix the export / import feature
  * Show an animation when a game is launched
  * Add the ability to disable Wine auto-updates
  * Add playtime editing in the game preferences
  * Move game files, runners to the trash instead of deleting
  * Add "Updates" tab in Preferences control
  * Add "Storage" tab in Preferences
  * Expand "System" tab in Preferences with more system information
  * Add "Run Task Manager" command for Wine games
  * Add two new, smaller banner sizes for itch.io games.
  * Ignore Wine virtual desktop setting when using Wine-GE/Proton
  * Ignore MangoHUD setting when launching Steam
  * Sync Steam playtimes with the Lutris library
* Fri Oct 20 2023 Michael Vetter <mvetter@suse.com>
- Update to 0.5.14:
  * Add Steam account switcher to handle multiple Steam accounts
    on the same device.
  * Add user defined tags / categories
  * Group every API calls for runtime updates in a single one
  * Download appropriate DXVK and VKD3D versions based on
    the available GPU PCI IDs
  * EA App integration. Your Origin games and saves can be manually imported
    from your Origin prefix.
  * Add integration with ScummVM local library
  * Download Wine-GE updates when Lutris starts
  * Group GOG and Amazon download in a single progress bar
  * Fix blank login window on online services such as GOG or EGS
  * Add a sort name field
  * Yuzu and xemu now use an AppImage
  * Experimental support for Flatpak provided runners
  * Header-bar search for configuration options
  * Support for Gamescope 3.12
  * Missing games show an additional badge
  * Add missing dependency on python3-gi-cairo for Debian packages
* Wed Aug 02 2023 Michael Vetter <mvetter@suse.com>
- boo#1213440: Add recommends for ca-certificates-steamtricks
* Wed Jul 12 2023 ecsos <ecsos@opensuse.org>
- Let package also build for Leap
  - add %{?sle15_python_module_pythons}
  - make some other adjustments so we can build for Leap
* Wed May 17 2023 Michael Vetter <mvetter@suse.com>
- Update to 0.5.13:
  * Add support for Proton
  * Add drag and drop on the main window. Dropped files will be matched
    No-Intro, Redump and TOSEC checksums.
  * Add support for ModDB links in installers (moddb python module required)
  * Added "Missing" sidebar option for games whose directory is missing
  * Re-style the configuration, preferences, installer and add-games windows
  * Group configuration options into sections
  * Added checkbox to stop asking for the launch config for a game
  * Added checkbox to sort installed games first
  * Support for launch-configs in shortcuts and the command line
  * Show platform badges on banners and cover-art
  * Installing games from setup files can now use different presets (Win98, 3DFX, ...)
  * Add filter field to runner list
  * Show game count in search bar
  * Workaround Humble Bundle authentication issues by allowing importing
    cookies from Firefox
  * Add Itch.io integration
  * Add Battle.net integration (protobuf dependency required)
  * Improve detection of DOSBox games on GOG
  * Added "Unspecified" Vulkan ICD option
  * Removed ResidualVM (now merged into ScummVM)
  * Detect obsolete Vulkan drivers and default to DXVK 1.x for them
  * Improved High-DPI support for custom media
  * Performance improvements
- Drop fix-float-str-concat.patch
* Sun Apr 30 2023 Marcus Rueckert <mrueckert@suse.de>
- switch to autosetup