Bug 269674 - audio/zita-resampler: Update to 1.10.1
Summary: audio/zita-resampler: Update to 1.10.1
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:
 
Reported: 2023-02-19 00:58 UTC by Daniel Engberg
Modified: 2023-02-20 15:12 UTC (History)
1 user (show)

See Also:
meka: maintainer-feedback+


Attachments
Patch for zita-resampler (3.07 KB, patch)
2023-02-19 00:58 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-02-19 00:58:02 UTC
Created attachment 240249 [details]
Patch for zita-resampler

Respect CXXFLAGS and make -ffast-math optional

Changelog:
* Fixed dithering of clipped signals.
* Fixed constructor parameter range tests.

Compile tested on FreeBSD 13.1-STABLE (amd64) (make, make check-plist)
Poudriere testport OK 12.3-RELEASE (amd64)
Poudriere testport OK 13.1-RELEASE (i386)
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-02-20 15:11:59 UTC
A commit in branch main references this bug:

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

commit 26141c14cbd45eb3fdb7aa9b1e38405b87570e45
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-02-20 14:46:23 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-02-20 15:10:31 +0000

    audio/zita-resampler: Update to 1.10.1

    Respect CXXFLAGS and make -ffast-math optional

    Changelog:
    * Fixed dithering of clipped signals.
    * Fixed constructor parameter range tests.

    PR:             269674
    Reviewed by:    Goran Mekić <meka@tilda.center> (maintainer)

 audio/zita-resampler/Makefile                   |  9 +++++++--
 audio/zita-resampler/distinfo                   |  6 +++---
 audio/zita-resampler/files/patch-CMakeLists.txt | 15 ++-------------
 audio/zita-resampler/pkg-plist                  |  2 +-
 4 files changed, 13 insertions(+), 19 deletions(-)