Date: Sat, 11 Oct 2025 11:39:01 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 407743d2a14c - main - multimedia/ffmpeg3: apply latest upstream patch from ppsspp-ffmpeg, fixing emulators/ppsspp game crashes Message-ID: <202510111139.59BBd1DV083960@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=407743d2a14c3532186eb125629e7772ce37ff95 commit 407743d2a14c3532186eb125629e7772ce37ff95 Author: Kevin Reinholz <kreinholz@gmail.com> AuthorDate: 2025-10-11 11:37:12 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2025-10-11 11:37:12 +0000 multimedia/ffmpeg3: apply latest upstream patch from ppsspp-ffmpeg, fixing emulators/ppsspp game crashes Fix game crashes in the PPSSPP emulator for the following games: - ULUS10213 - The Warriors - ULUS10435 - G.I. Joe: The Rise of Cobra https://github.com/hrydgard/ppsspp-ffmpeg/pull/74 PR: 290139 MFH: 2025Q4 --- multimedia/ffmpeg3/Makefile | 4 +++- multimedia/ffmpeg3/distinfo | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/multimedia/ffmpeg3/Makefile b/multimedia/ffmpeg3/Makefile index 5da288bac41c..1ffae6043d48 100644 --- a/multimedia/ffmpeg3/Makefile +++ b/multimedia/ffmpeg3/Makefile @@ -1,11 +1,13 @@ PORTNAME= ffmpeg DISTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= multimedia audio net MASTER_SITES= https://ffmpeg.org/releases/ PKGNAMESUFFIX= 3 PATCH_SITES= https://github.com/hrydgard/ppsspp-ffmpeg/commit/ -PATCHFILES= 9c4f84d9d9ad147f4a44cff582829647a0c65420.patch:-p1 +PATCHFILES= 9c4f84d9d9ad147f4a44cff582829647a0c65420.patch:-p1 \ + 15f7d6bfeb1d2be9ec3c61a6eee4e843d61ddf69.patch:-p1 MAINTAINER= kreinholz@gmail.com COMMENT= Realtime audio/video encoder/converter and streaming server (legacy 3.* series) diff --git a/multimedia/ffmpeg3/distinfo b/multimedia/ffmpeg3/distinfo index 4707639a5537..2728f07c272b 100644 --- a/multimedia/ffmpeg3/distinfo +++ b/multimedia/ffmpeg3/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1730140299 +TIMESTAMP = 1760121479 SHA256 (ffmpeg-3.0.2.tar.xz) = 82943cc7b0c4d14b612404de0dd7b24cd8ca3511d51e4fd3ae36b2d71bb95223 SIZE (ffmpeg-3.0.2.tar.xz) = 7461808 SHA256 (9c4f84d9d9ad147f4a44cff582829647a0c65420.patch) = 120263d3b5a97e98ed9968d3a69da1e6e0770b870f4d0e5cb30e64a8036bdf60 SIZE (9c4f84d9d9ad147f4a44cff582829647a0c65420.patch) = 1135 +SHA256 (15f7d6bfeb1d2be9ec3c61a6eee4e843d61ddf69.patch) = 50f0a5de0fce94a8bebde60c0b515823c9b56bcf9410d61e07e0e9a188f72740 +SIZE (15f7d6bfeb1d2be9ec3c61a6eee4e843d61ddf69.patch) = 815home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510111139.59BBd1DV083960>
