diff --git a/_service b/_service index ef312db..92683de 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + git https://github.com/RPCS3/rpcs3.git rpcs3 @@ -25,18 +25,18 @@ *.props *.sln - + git https://github.com/intel/ittapi.git intel-ittapi _none_ - + *.tar xz - + rpcs3 - + diff --git a/_servicedata b/_servicedata index b2bb928..ff739bc 100644 --- a/_servicedata +++ b/_servicedata @@ -5,4 +5,4 @@ https://github.com/RPCS3/rpcs3.git - 3e516df214f5c36d4b613aa0580182155247d2ad \ No newline at end of file + 806a1202c5e4cfb1421d2c5685572d3039f5c12b \ No newline at end of file diff --git a/intel-ittapi.tar.xz b/intel-ittapi.tar.xz index c670eeb..b80c391 100644 --- a/intel-ittapi.tar.xz +++ b/intel-ittapi.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aff580aac953a8fe9c3b796a6ab538b532179de1a1a41c171f960cad24c544d0 -size 131108 +oid sha256:180ac484060f9ee24e71e3975c7fbb560050358acac70015534b9d28e42152f8 +size 120736 diff --git a/rpcs3-0.0.33~git20241017.tar.xz b/rpcs3-0.0.33~git20241017.tar.xz deleted file mode 100644 index 831cc55..0000000 --- a/rpcs3-0.0.33~git20241017.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ba3540921c65c69726e9f94aa7acd2907cc5442014150d9997a8f54877ae201 -size 168960536 diff --git a/rpcs3-0.0.34~git20241116.tar.xz b/rpcs3-0.0.34~git20241116.tar.xz new file mode 100644 index 0000000..5198f4e --- /dev/null +++ b/rpcs3-0.0.34~git20241116.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c410d65feb7802865b35604ebf658968d60fc5945a7a3c36a3b0c697ff626d +size 39643556 diff --git a/rpcs3.changes b/rpcs3.changes index fada7b4..dabecd0 100644 --- a/rpcs3.changes +++ b/rpcs3.changes @@ -1,3 +1,105 @@ +------------------------------------------------------------------- +Mon Nov 18 12:03:28 UTC 2024 - Dominique Leuenberger + +- BuildRequire llvm-devel >= 17: this is what is documented to be + required according to BUILDING.md. +- Change service definitions to 'manual' instead of 'localonly': + localonly keep on running the service on every local build + attempt. + +------------------------------------------------------------------- +Sun Nov 17 11:46:36 UTC 2024 - i@guoyunhe.me + +- Change llvm-devel requires to llvm16-devel +- Update to version 0.0.34~git20241116: + * VS: ignore opencv debug build guard (fix debug build) + * ci: Don't fetch opencv submodule unless on windows + * gitignore cleanup + * added missing -p option + * fixed CI for building on windows + * Improve and fix sln solution + * More constexpr + * Fix warning + * Add opencv to cmake + * Move opencv submodule to subdirectoty + * Qt: show warning if ps move tracking is not supported + * Update vm_native.cpp + * Progress Dialog: Fix recursion and concurrency use of text updates + * Implement lf_array::for_each + * Utilities\lockless.h: Flatten recusrion in lf_array + * Fix compilation + * Add HAVE_OPENCV preprocessor flag + * Windows: Add and deploy opencv files + * cellGem: implement real ps move handler + * util/vm_native.cpp: Fix memory leak + * overlays: localize RPCS3 progress dialog + * overlays: get localized values in home menu settings + * Qt: Add std::string GetSettingOptions + * overlays: add more overlay hint option to home menu settings + * overlays: remove unnecessary text logging + * overlays: add input debug overlay to home menu settings + * overlays: translate home menu settings + * fix: cannot copy OpenAl32.dll with CMake + * Qt: Replace some instances of QMap, QPair and QList + * Update curl to 8.11.0 + * SPU: Fixup code comparison + * Fixup std::vector to std::span + * LV2: Fix thread notifications regression + * SPU Analyzer: Fix programs code caching + * Fix std::basic_string warnings (#16261) + * Qt: Replace QMap with std::map + * Fix sceNpScoreGetRankingByNpId when no score is registered + * sys_usbd: Better Dimensions Move Handling + * cellSaveData: Add autosave indicator (#15720) + * Fixup Emulator::GetBackgroundPicturePath() + * High-Resolution Game Background for loading + * Update SDL to 2.30.9 + * Update FAudio to 24.11 + * Update wolfssl to 5.7.4 + * SPU: Optimize cellSpurs reservations + * Another attempt to fix fs::pending_file for hardlinks + * Print last system error on fs::error::unknown + * GUI: Fix welcome_dialog dereference + * utils/atomic.hpp: Make atomic_op reject non-non-const lvalue + * utils/atomic.cpp: Fixup utils::get_unique_tsc() + * Fixup GCM unmap event sending + * rpcs3_version: Bump to 0.0.34 + * SPULLVMRecompiler: remove unnecessary bitcast + * Fixup sys_event_port_send + * Silence sys_ss_access_control_engine + * RSX/GCM: Fix memory unmapping for HLE GCM + * rsx/vm: Exclude events from VM mutex + * Win32/File.cpp: Use ReplaceFile for hardlink overwrite + * Fixup sys_event to check EBUSY only for PPU->PPU signals + * Specify that you only need the qtmultimedia when using aqt + * Add more info about Qt in BUILDING.md + * sys_event: Implement EBUSY for disconnection + * utils/sysinfo.cpp: Yield CPU time when measuring TSC freq + * Filesystem/Win32: Recreate hardlinks on fs::pending_file + * Fix get_system_time() + * Replace rsx::uclock with get_system_time() + * sys_event_flag_set: Minor improvement + * fix deprecation warnings in Qt 6.8 + * Don't log "always" messages in fatal_error_listener until enabled + * sys_event_flag_set: Break atomic operation dependencies + * Compilation hotfix + * utils/sysinfo.cpp: New TSC calibration technique + * RawSpu: Optimize START register/commands + * utils: Make get_tsc_freq() inlined and non-blocking + * get_system_time(): Add fast TSC-based path + * asm: Fix utils::rational_mul optimization + * Optimize get_system_time using 128 bit math + * Implement u64_x_u64_=_u128 optimization + * rsx: Fix crash when host labels option is disabled + * Fix build and cleanup + * gl: Silence compiler warnings + * gl: Fix check_state compilation error + * cmake: Update build files for GL DMA + * gl: Finalize host labels implementation + * Whitespace + * rsx: Move the host job management into common code to share with GL + * gl: Implement basic DMA layer using AMD_pinned_memory + ------------------------------------------------------------------- Mon Oct 21 16:07:33 UTC 2024 - Hunter Wardlaw diff --git a/rpcs3.spec b/rpcs3.spec index 1b29295..72e0868 100644 --- a/rpcs3.spec +++ b/rpcs3.spec @@ -17,7 +17,7 @@ Name: rpcs3 -Version: 0.0.33~git20241017 +Version: 0.0.34~git20241116 Release: 0 Summary: PS3 emulator/debugger License: GPL-2.0-only @@ -27,7 +27,7 @@ Source1: intel-ittapi.tar.xz Patch1: fix-test-files.patch Patch2: fix-toolbar-color.patch BuildRequires: gcc-c++ -BuildRequires: (llvm-devel >= 16 with llvm-devel <= 18) +BuildRequires: llvm-devel >= 17 BuildRequires: cmake(x86-64) >= 3.14.1 BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libedit)