Bug 273978 - audio/zita-resampler: Update to 1.11.2
Summary: audio/zita-resampler: Update to 1.11.2
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: Robert Clausecker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-20 16:12 UTC by Goran Mekić
Modified: 2023-09-22 05:14 UTC (History)
1 user (show)

See Also:


Attachments
zita-resampler.patch (1.86 KB, patch)
2023-09-20 16:14 UTC, Goran Mekić
meka: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Goran Mekić 2023-09-20 16:12:04 UTC
QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 13.2, amd64 tested)
Comment 1 Goran Mekić 2023-09-20 16:14:42 UTC
Created attachment 245070 [details]
zita-resampler.patch
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-09-21 02:11:19 UTC
Is there a changelog for this update?
Comment 3 Goran Mekić 2023-09-21 14:31:24 UTC
I can't find any. Which is worse, I can't find any code management system where zita-resampler is hosted.
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2023-09-21 16:04:15 UTC
See the README inside the tarball.  I'll cite the relevant bits in the commit message.
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-09-22 05:09:00 UTC
A commit in branch main references this bug:

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

commit 9ece82f0f9fe19cf77b7238352d505f0596aff1e
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2023-09-20 16:03:49 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-22 04:56:48 +0000

    audio/zita-resampler: Update to 1.11.2

    Upstream changes:

    * Added optimised code for ARM64, contributed by Nicolas Belin.
      Edit the Makefile to disable SSE2 and enable NEON when
      compiling for ARM64.

    PR:             273978

 audio/zita-resampler/Makefile  | 4 +++-
 audio/zita-resampler/distinfo  | 6 +++---
 audio/zita-resampler/pkg-plist | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
Comment 6 Robert Clausecker freebsd_committer freebsd_triage 2023-09-22 05:14:20 UTC
Thank you for your contribution.