- Update to version 0.0.26~git20230205:
* cellVdec: Fix AU decode count on callback (#13342) * CLI: add option to boot rsx capture * Clarify unknown type log message * Replace std::filesystem::u8path with TODO * Fix package installation exit condition after error occured * Improve logging during package installations * rsx: Formatting change * rsx/overlays: Force disable rounded rectangles on macOS * rsx/overlays: Support disabling vertex-snap on a per-draw-call basis * rsx/overlays: Remove workaround no longer required * rsx: Unify UI rendering shaders * sys_game: Implemented sys_game_board_storage_write() & Made it modifiable * sys_prx: Fix PRX module filename reading (#13339) * Add more disconnected limitations in sys_net * rsx/overlays: Re-export spinner * Update wolfssl from 5.5.0 to 5.5.4 * Update FAudio from 22.08 to 23.02 * - fix analog_t required for some games - changing mapping to better fit to games (for example, select is rarely used) * rsx/overlays/message-queue: Do not fade albedo, only alpha * GUI: Remove ANSI color code from TTY * Game list: Use the latest game icon instead of 1.00's (#13340) * SDL: Fix button presses * Remove obsolete shader compilation hint settings * rsx/overlays: Cache the loading animated icon * rsx/overlays: Make animation caching possible * rsx/overlays: Work around some commitee grandstanding shenanigans * rsx/overlays: Minor fixups * rsx/overlays: Ellide redundant clock read * rsx/overlays: Add time unit to some measured variables OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=43
This commit is contained in:
24
rpcs3.spec
24
rpcs3.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rpcs3
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rpcs3
|
||||
Version: 0.0.26~git20230109
|
||||
Version: 0.0.26~git20230205
|
||||
Release: 0
|
||||
Summary: PS3 emulator/debugger
|
||||
License: GPL-2.0-only
|
||||
@@ -27,14 +27,14 @@ Source1: intel-ittapi.tar.xz
|
||||
Patch1: fix-test-files.patch
|
||||
BuildRequires: gcc-c++ >= 9
|
||||
BuildRequires: cmake(x86-64) >= 3.14.1
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libedit)
|
||||
BuildRequires: pkgconfig(libevdev)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(yaml-cpp)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: pkgconfig(libevdev)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libedit)
|
||||
|
||||
#graphics backend dependencies:
|
||||
#-------------------------------------------------
|
||||
@@ -71,20 +71,20 @@ BuildRequires: pkgconfig(libswscale)
|
||||
|
||||
#qt dependencies
|
||||
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.15.2
|
||||
BuildRequires: libqt5-qtbase-private-headers-devel >= 5.15.2
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.15.2
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.15.2
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.15.2
|
||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.15.2
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.15.2
|
||||
BuildRequires: pkgconfig(Qt5Multimedia) >= 5.15.2
|
||||
BuildRequires: pkgconfig(Qt5MultimediaWidgets) >= 5.15.2
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.15.2
|
||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.15.2
|
||||
BuildRequires: pkgconfig(Qt5Svg) >= 5.15.2
|
||||
BuildRequires: libqt5-qtbase-private-headers-devel >= 5.15.2
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.15.2
|
||||
|
||||
Requires(post): hicolor-icon-theme
|
||||
Requires(post): update-desktop-files
|
||||
Requires(postun): hicolor-icon-theme
|
||||
Requires(postun): update-desktop-files
|
||||
Requires(postun):hicolor-icon-theme
|
||||
Requires(postun):update-desktop-files
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user