Created attachment 240939 [details] Patch for subtitlecomposer Fixes build with FFmpeg 6.0 Compile tested on FreeBSD 13.2-BETA1 (amd64) Poudreire complains about: =>> Error: Files or directories left over: @dir share/mime/subpicture share/mime/subpicture/x-pgs.xml
(In reply to Daniel Engberg from comment #0) > Poudreire complains about: > =>> Error: Files or directories left over: > @dir share/mime/subpicture > share/mime/subpicture/x-pgs.xml I prefer to ignore it. Upstream is aware of the problem: https://invent.kde.org/multimedia/subtitlecomposer/-/issues/20
Poudriere testport OK 12.4-RELEASE (amd64) - FFmpeg 4
Created attachment 241044 [details] Patch for subtitlecomposer v2 Drop mime file
(In reply to Daniel Engberg from comment #3) No, Daniel, removing the file is overkill. If you really eager to pacify stage-qa, I suggest to patch out only <mime-type type="subpicture/x-pgs">…</mime-type> from the subtitlecomposer.xml.
Hi Max, Can you please adjust the patch so we can get this in? Best regards, Daniel
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=59641eb229a03d2a88b75fb2925dee28a00c03cd commit 59641eb229a03d2a88b75fb2925dee28a00c03cd Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2023-04-09 10:45:27 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2023-04-09 10:45:27 +0000 multimedia/subtitlecomposer: update to git snapshot 2023.04.04 - Update to git snapshot which fixes build with FFmpeg 6.0 - Patch shared mime-info to pacify stage-qa PR: 270301 multimedia/subtitlecomposer/Makefile | 8 ++++---- multimedia/subtitlecomposer/distinfo | 6 +++--- .../files/patch-src_CMakeLists.txt | 4 ++-- .../files/patch-src_subtitlecomposer.xml (new) | 17 +++++++++++++++++ multimedia/subtitlecomposer/pkg-plist | 22 +++++++++------------- 5 files changed, 35 insertions(+), 22 deletions(-)
Great, thanks!