Changelog:
r44725 | compyx | 2023-11-16 10:11:22 +0000 (Thu, 16 Nov 2023) | 2 lines
GHA: Add libieee1284, parsid and catweasel to Windows builds
------------------------------------------------------------------------
r44723 | compyx | 2023-11-16 08:52:20 +0000 (Thu, 16 Nov 2023) | 2 lines
GHA: libieee1284 job: remove `-s` make flag for now
------------------------------------------------------------------------
r44719 | compyx | 2023-11-16 07:27:17 +0000 (Thu, 16 Nov 2023) | 5 lines
Buildsystem: change `--enable-libieee1284` to `--with-libieee1284`
libieee1284 is an external dependency, so it must be named `--with-libieee1284`.
Also update .deb GHAs to reflect this change.
------------------------------------------------------------------------
r44718 | compyx | 2023-11-16 07:16:21 +0000 (Thu, 16 Nov 2023) | 5 lines
Buildsystem: change `--enable-portaudio` to `--with-portaudio`
PortAudio is an external library, thus the configure switch to use it must be
`--with-portaudio`, not `--enable-portaudio`.
------------------------------------------------------------------------
r44717 | gpz | 2023-11-15 19:39:25 +0000 (Wed, 15 Nov 2023) | 1 line
allocate buffers only when needed
------------------------------------------------------------------------