Summary: | [NEW PORT] audio/zita-convolver: Fast, partitioned convolution engine library | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> | ||||||||
Component: | Individual Port(s) | Assignee: | Richard Gallamore <ultima> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | ultima | ||||||||
Priority: | --- | Keywords: | feature | ||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Bug Depends on: | |||||||||||
Bug Blocks: | 221199 | ||||||||||
Attachments: |
|
Created attachment 184978 [details]
shar
Looks great as well! Couple things, * Modifying the CPPFLAGS and _DEP in patch-Makefile was not necessary and is preferred not to as it will be higher maintenance in the long run. Localbase fixes CPPFLAGS and adding the arg :ldflags to it will fix the other problem that was added with _dep * As the last I reviewed, one lib needed to be striped. Added fixes thanks for your contributions and high quality patches. Provide a little more information on QA would be nice. If no one else koobs would surely appreciate it as would I. =] Created attachment 185271 [details]
shar
Fixed all mentioned issues.
A commit references this bug: Author: ultima Date: Fri Aug 11 08:26:32 UTC 2017 New revision: 447743 URL: https://svnweb.freebsd.org/changeset/ports/447743 Log: A C++ library implementing a real-time convolution matrix for up to 64 inputs and outputs. It uses multiple partition sizes to provide both low delay and efficient CPU use. WWW: http://kokkinizita.linuxaudio.org/linuxaudio/ PR: 221193 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11973 Changes: head/audio/Makefile head/audio/zita-convolver/ head/audio/zita-convolver/Makefile head/audio/zita-convolver/distinfo head/audio/zita-convolver/files/ head/audio/zita-convolver/files/patch-Makefile head/audio/zita-convolver/pkg-descr Committed, thanks! |
Created attachment 184976 [details] shar QAs: * pourdriere * portlint (gives a bogus error, reported upstream)