Bug 272046 - multimedia/kodi: fix ac3 encoding for ffmpeg6
Summary: multimedia/kodi: fix ac3 encoding for ffmpeg6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-17 17:13 UTC by yzrh
Modified: 2023-06-21 05:51 UTC (History)
2 users (show)

See Also:


Attachments
fix ac3 encoding (3.51 KB, patch)
2023-06-17 17:13 UTC, yzrh
no flags Details | Diff
testport log (bzip2) (113.12 KB, application/x-bzip)
2023-06-17 17:13 UTC, yzrh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description yzrh 2023-06-17 17:13:06 UTC
Created attachment 242839 [details]
fix ac3 encoding
Comment 1 yzrh 2023-06-17 17:13:35 UTC
Created attachment 242840 [details]
testport log (bzip2)
Comment 2 yzrh 2023-06-17 17:30:38 UTC
Does the patch solve your playback issue?
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-19 07:23:55 UTC
(In reply to yzrh from comment #2)
Hi!

Who are you asking this question?
Comment 4 yzrh 2023-06-19 11:38:06 UTC
(In reply to Fernando Apesteguía from comment #3)
The problem was reported in a closed bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270237

I should have added the person to CC list.
Comment 5 js 2023-06-19 17:57:36 UTC
Tested and confirmed this patch fixes the issue.  Please commit and push changes. Thank you!
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2023-06-21 05:50:52 UTC
Committed,

Thanks!
Comment 7 commit-hook freebsd_committer freebsd_triage 2023-06-21 05:51:39 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cf95c7f7bf4c3b465f77629f3da2532f24c4034f

commit cf95c7f7bf4c3b465f77629f3da2532f24c4034f
Author:     yzrh <yzrh@noema.org>
AuthorDate: 2023-06-20 13:07:32 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-06-21 05:45:27 +0000

    multimedia/kodi: fix ac3 encoding for ffmpeg6

    Add patch to fix the reported issue.

    PR:             272046
    Reported by:    yzrh@noema.org (maintainer)

 multimedia/kodi/Makefile                    |  2 +-
 multimedia/kodi/files/patch-ffmpeg6-support | 67 ++++++++++++++++-------------
 2 files changed, 37 insertions(+), 32 deletions(-)