git: 2ccd0ecb6d6b - main - emulators/rpcs3: unbreak after c204aaf79162
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jan 2026 19:19:21 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2ccd0ecb6d6bb27eddaf0803fce149b1abd83a21
commit 2ccd0ecb6d6bb27eddaf0803fce149b1abd83a21
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2026-01-01 11:19:07 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2026-01-05 19:18:54 +0000
emulators/rpcs3: unbreak after c204aaf79162
rpcs3/Emu/Cell/Modules/cellAtracXdec.cpp:114:33: error: use of undeclared identifier 'AV_CODEC_CAP_SUBFRAMES'
114 | ensure(!(codec->capabilities & AV_CODEC_CAP_SUBFRAMES));
| ^
rpcs3/Emu/Cell/Modules/cellAtracXdec.cpp:159:16: error: use of undeclared identifier 'avcodec_close'
159 | if (int err = avcodec_close(ctx); err)
| ^
---
emulators/rpcs3/Makefile | 5 ++---
emulators/rpcs3/distinfo | 4 +++-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index 2aafb47083c7..106eb966927b 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -1,19 +1,18 @@
PORTNAME= rpcs3
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.38 # git rev-list --count HEAD
-PORTREVISION= 3
DISTVERSIONSUFFIX= -18170-g23b339d410
+PORTREVISION= 4
CATEGORIES= emulators wayland
PATCH_SITES= https://github.com/RPCS3/rpcs3/commit/
+PATCHFILES+= a053abfba479.patch:-p1 # https://github.com/RPCS3/rpcs3/pull/17585
PATCHFILES+= 038ee090b731bf63917371a3586c2f7d7cf4e585.patch:-p1 # Fix build with Qt 6.10
MAINTAINER= jbeich@FreeBSD.org
COMMENT= PS3 emulator/debugger
WWW= https://rpcs3.net/
-BROKEN= Does not build with ffmpeg > 6
-
LICENSE= APACHE20 ISCL GPLv2 MIT ZLIB
LICENSE_COMB= multi
LICENSE_FILE_ISCL= ${WRKSRC_cubeb}/LICENSE
diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo
index b827f8075ada..9dc77bf87801 100644
--- a/emulators/rpcs3/distinfo
+++ b/emulators/rpcs3/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1763540921
+TIMESTAMP = 1767266421
SHA256 (RPCS3-rpcs3-v0.0.38-18170-g23b339d410_GH0.tar.gz) = 0b01ab9812e242299b803e4baa4c36f74ef63196a03d508e63cf4a0918f0aac6
SIZE (RPCS3-rpcs3-v0.0.38-18170-g23b339d410_GH0.tar.gz) = 5883442
SHA256 (RPCS3-soundtouch-2.3.1-78-g3982730_GH0.tar.gz) = 68119ffee94c7eb2e12357599d7a47ec5cb029a89243daafb9ffad3fdfb433e9
@@ -19,5 +19,7 @@ SHA256 (wolfSSL-wolfssl-v5.8.0-stable_GH0.tar.gz) = f90f18c7f12913a0b351b1f4305e
SIZE (wolfSSL-wolfssl-v5.8.0-stable_GH0.tar.gz) = 24936537
SHA256 (xioTechnologies-Fusion-v1.2.8_GH0.tar.gz) = ff9e4b8f09592226e310e8ac55073614743d04ace4e1ab66e96c3b517000600b
SIZE (xioTechnologies-Fusion-v1.2.8_GH0.tar.gz) = 447874
+SHA256 (a053abfba479.patch) = a9276a0333b48bbe2e56735a21a74aa6a6a93172f9bca79118ddafe6181a2f10
+SIZE (a053abfba479.patch) = 4040
SHA256 (038ee090b731bf63917371a3586c2f7d7cf4e585.patch) = 3392336fc0d69f36f8efb50bfe05a2f2694211ffe4ba6bdd67338341f4804a81
SIZE (038ee090b731bf63917371a3586c2f7d7cf4e585.patch) = 1405