Bug 270196 - audio/squeezelite: Update to 1.9.9.1422
Summary: audio/squeezelite: Update to 1.9.9.1422
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: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks: 261302
  Show dependency treegraph
 
Reported: 2023-03-14 10:47 UTC by Daniel Engberg
Modified: 2023-03-19 21:05 UTC (History)
1 user (show)

See Also:
jockl: maintainer-feedback+


Attachments
Patch for squeezelite (5.92 KB, patch)
2023-03-14 10:47 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2023-03-14 10:47:02 UTC
Created attachment 240837 [details]
Patch for squeezelite

Fixes build with FFmpeg 6 and removes need of patches

Compile tested on FreeBSD 13.2-BETA1 (amd64)
Poudriere testport OK 12.3-RELEASE (amd64)
Comment 1 Joachim Werner 2023-03-18 07:35:09 UTC
Thanks! Works well for me.
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2023-03-18 07:42:43 UTC
Great, did you test this with both ffmpeg 4 and ffmpeg 6?
Comment 3 Joachim Werner 2023-03-19 15:43:56 UTC
Yes, I tried with both!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-03-19 21:03:47 UTC
A commit in branch main references this bug:

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

commit f826d5bc3318501b675e8f1817b09730544a4422
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-03-19 20:59:49 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-03-19 21:00:34 +0000

    audio/squeezelite: Update to 1.9.9.1422

    Fixes build with FFmpeg 6.0 and removes need of patches

    PR:             270196
    Reviewed by:    Joachim Werner <jockl@pianojockl.org> (maintainer)
    Tested by:      Joachim Werner <jockl@pianojockl.org> (maintainer)

 audio/squeezelite/Makefile                         | 12 ++++----
 audio/squeezelite/distinfo                         |  6 ++--
 audio/squeezelite/files/patch-Makefile (gone)      | 28 ------------------
 audio/squeezelite/files/patch-decode.c (gone)      | 15 ----------
 audio/squeezelite/files/patch-main.c (gone)        | 11 -------
 audio/squeezelite/files/patch-squeezelite.h (gone) | 34 ----------------------
 6 files changed, 10 insertions(+), 96 deletions(-)
Comment 5 Daniel Engberg freebsd_committer freebsd_triage 2023-03-19 21:05:44 UTC
Committed, thanks for your assistance!