head 1.2; access; symbols pkgsrc-2026Q2:1.2.0.6 pkgsrc-2026Q2-base:1.2 pkgsrc-2026Q1:1.2.0.4 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.2 pkgsrc-2025Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2025.12.14.08.41.33; author vins; state Exp; branches; next 1.1; commitid myztOO5XRlOWZlmG; 1.1 date 2025.09.26.18.29.29; author js; state Exp; branches; next ; commitid JmI0nZPFQSH9NfcG; desc @@ 1.2 log @audio/iir1: fix build on SunOS @ text @# $NetBSD: Makefile,v 1.1 2025/09/26 18:29:29 js Exp $ DISTNAME= iir1-1.9.5 PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=berndporr/} GITHUB_TAG= ${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://berndporr.github.io/iir1/ COMMENT= DSP IIR Realtime C++ filter library LICENSE= mit USE_LANGUAGES= c c++ .include "../../devel/cmake/build.mk" .include "../../mk/bsd.pkg.mk" @ 1.1 log @Add audio/iir1 An infinite impulse response (IIR) filter library for Linux, Mac OSX and Windows which implements Butterworth, RBJ, Chebychev filters and can easily import coefficients generated by Python (scipy). The filter processes the data sample by sample for realtime processing. It uses templates to allocate the required memory so that it can run without any malloc / new commands. Memory is allocated at compile time so that there is never the risk of memory leaks. All realtime filter code is in the header files which guarantees efficient integration into the main program and the compiler can optimise both filter code and main program at the same time. @ text @d1 1 a1 1 # $NetBSD$ d4 1 @