aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-04-05 23:47:08 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-04-06 21:34:26 +0000
commit76bd09eb6ca7736372951f2c4a9bf1765a2844f7 (patch)
tree8b3022a6a3f1a7ab773841a5b0ed88b890a0e9cd
parent154a19da2a20a6f899d7e1e92c1ddc56447a0b00 (diff)
downloadports-76bd09eb6ca7736372951f2c4a9bf1765a2844f7.tar.gz
ports-76bd09eb6ca7736372951f2c4a9bf1765a2844f7.zip
emulators/rpcs3: update to 0.0.31.16295
Changes: https://github.com/RPCS3/rpcs3/compare/2a89d87fab...517f0e1bac (cherry picked from commit 23db575948a87f6485bfd482c8510a115f014ba1)
-rw-r--r--emulators/rpcs3/Makefile6
-rw-r--r--emulators/rpcs3/distinfo10
-rw-r--r--emulators/rpcs3/files/patch-soundtouch20
3 files changed, 18 insertions, 18 deletions
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index 5f1f3768a074..f5ae65e8ea0c 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -1,7 +1,7 @@
PORTNAME= rpcs3
DISTVERSIONPREFIX= v
-DISTVERSION= 0.0.31-16282 # git rev-list --count HEAD
-DISTVERSIONSUFFIX= -g2a89d87fab
+DISTVERSION= 0.0.31-16295 # git rev-list --count HEAD
+DISTVERSIONSUFFIX= -g517f0e1bac
CATEGORIES= emulators wayland
MAINTAINER= jbeich@FreeBSD.org
@@ -26,7 +26,7 @@ ONLY_FOR_ARCHS_REASON= requires int128 and SSE2
USE_GITHUB= yes
GH_ACCOUNT= RPCS3
GH_TUPLE= RPCS3:hidapi:hidapi-0.14.0-2-g8b43a97:hidapi/3rdparty/hidapi/hidapi \
- RPCS3:soundtouch:2.3.1-30-gced3ce8:soundtouch/3rdparty/SoundTouch/soundtouch \
+ RPCS3:soundtouch:2.3.1-68-g394e1f5:soundtouch/3rdparty/SoundTouch/soundtouch \
asmjit:asmjit:416f735:asmjit/3rdparty/asmjit/asmjit \
jbeder:yaml-cpp:0.8.0-11-g456c68f:yamlcpp/3rdparty/yaml-cpp/yaml-cpp \
KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-323-ge867c06:spirv_headers/3rdparty/SPIRV/SPIRV-Headers \
diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo
index a80b5dcacab3..cae3ca938363 100644
--- a/emulators/rpcs3/distinfo
+++ b/emulators/rpcs3/distinfo
@@ -1,10 +1,10 @@
-TIMESTAMP = 1712145819
-SHA256 (RPCS3-rpcs3-v0.0.31-16282-g2a89d87fab_GH0.tar.gz) = 15a5872f38d7e2e25af4216a1d23638a418b7a532a0a6262edc01e9c1577f7fa
-SIZE (RPCS3-rpcs3-v0.0.31-16282-g2a89d87fab_GH0.tar.gz) = 8632247
+TIMESTAMP = 1712360828
+SHA256 (RPCS3-rpcs3-v0.0.31-16295-g517f0e1bac_GH0.tar.gz) = 967e57c7ff98aa28d7c400815d64b659fb66ee7bc26e7646ffb2abae9ba00706
+SIZE (RPCS3-rpcs3-v0.0.31-16295-g517f0e1bac_GH0.tar.gz) = 8633268
SHA256 (RPCS3-hidapi-hidapi-0.14.0-2-g8b43a97_GH0.tar.gz) = 109ba77362885d60e274930f637735ee75df2850fe99e3f1c3a5b9d1187f8cb6
SIZE (RPCS3-hidapi-hidapi-0.14.0-2-g8b43a97_GH0.tar.gz) = 348879
-SHA256 (RPCS3-soundtouch-2.3.1-30-gced3ce8_GH0.tar.gz) = a041a2a857f52f7f0e4e5a8e774b702cd59f10fe9f39cfb87f5a6a2b4bc58d55
-SIZE (RPCS3-soundtouch-2.3.1-30-gced3ce8_GH0.tar.gz) = 582437
+SHA256 (RPCS3-soundtouch-2.3.1-68-g394e1f5_GH0.tar.gz) = e24af82c51547341e2dfd43af03c1847abfd8d27334d667e6a51943f7f505cbe
+SIZE (RPCS3-soundtouch-2.3.1-68-g394e1f5_GH0.tar.gz) = 606828
SHA256 (asmjit-asmjit-416f735_GH0.tar.gz) = 65ba9c3487da09af02db0c34405d1bdd3e49e134062930777f272007d97940fd
SIZE (asmjit-asmjit-416f735_GH0.tar.gz) = 1151444
SHA256 (jbeder-yaml-cpp-0.8.0-11-g456c68f_GH0.tar.gz) = 3793d936474b1e6366f934f128f168dae711fd5e248dac048226c7879cefd6a3
diff --git a/emulators/rpcs3/files/patch-soundtouch b/emulators/rpcs3/files/patch-soundtouch
index cc365709e724..868d9717bd68 100644
--- a/emulators/rpcs3/files/patch-soundtouch
+++ b/emulators/rpcs3/files/patch-soundtouch
@@ -12,14 +12,14 @@ In file included from 3rdparty/SoundTouch/soundtouch/include/SoundTouch.h:68:
#define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \
^
---- 3rdparty/SoundTouch/soundtouch/include/STTypes.h.orig 2022-01-22 12:50:46 UTC
+--- 3rdparty/SoundTouch/soundtouch/include/STTypes.h.orig 2024-04-04 20:36:27 UTC
+++ 3rdparty/SoundTouch/soundtouch/include/STTypes.h
-@@ -125,7 +125,7 @@ namespace soundtouch
- #ifdef ST_NO_EXCEPTION_HANDLING
- // Exceptions disabled. Throw asserts instead if enabled.
- #include <assert.h>
-- #define ST_THROW_RT_ERROR(x) {assert((const char *)x);}
-+ #define ST_THROW_RT_ERROR(x) {assert(static_cast<const char *>(x));}
- #else
- // use c++ standard exceptions
- #include <stdexcept>
+@@ -125,7 +125,7 @@ namespace soundtouch
+ #ifdef ST_NO_EXCEPTION_HANDLING
+ // Exceptions disabled. Throw asserts instead if enabled.
+ #include <assert.h>
+- #define ST_THROW_RT_ERROR(x) {assert((const char *)x);}
++ #define ST_THROW_RT_ERROR(x) {assert(static_cast<const char *>(x));}
+ #else
+ // use c++ standard exceptions
+ #include <stdexcept>