pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/iir1
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 28 18:53:33 UTC 2025
Modified Files:
pkgsrc/audio/iir1: DESCR PLIST
Log Message:
iir1: fix PLIST for NetBSD
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/iir1/DESCR pkgsrc/audio/iir1/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/iir1/DESCR
diff -u pkgsrc/audio/iir1/DESCR:1.1 pkgsrc/audio/iir1/DESCR:1.2
--- pkgsrc/audio/iir1/DESCR:1.1 Fri Sep 26 18:29:29 2025
+++ pkgsrc/audio/iir1/DESCR Sun Sep 28 18:53:32 2025
@@ -1,13 +1,13 @@
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.
Index: pkgsrc/audio/iir1/PLIST
diff -u pkgsrc/audio/iir1/PLIST:1.1 pkgsrc/audio/iir1/PLIST:1.2
--- pkgsrc/audio/iir1/PLIST:1.1 Fri Sep 26 18:29:29 2025
+++ pkgsrc/audio/iir1/PLIST Sun Sep 28 18:53:32 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2025/09/26 18:29:29 js Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/09/28 18:53:32 wiz Exp $
include/Iir.h
include/iir/Biquad.h
include/iir/Butterworth.h
@@ -17,8 +17,8 @@ lib/cmake/iir/iirConfig.cmake
lib/cmake/iir/iirConfigVersion.cmake
lib/cmake/iir/iirTargets-relwithdebinfo.cmake
lib/cmake/iir/iirTargets.cmake
-lib/libiir.${PKGVERSION}.dylib
-lib/libiir.1.dylib
-lib/libiir.dylib
+lib/libiir.so
+lib/libiir.so.1
+lib/libiir.so.${PKGVERSION}
lib/libiir_static.a
lib/pkgconfig/iir.pc
Home |
Main Index |
Thread Index |
Old Index