Search Criteria
Package Details: mingw-w64-portaudio 1:19.7.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-portaudio.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-portaudio |
Description: | A free, cross-platform, open source, audio I/O library. (mingw-w64) |
Upstream URL: | https://github.com/portaudio/portaudio |
Licenses: | custom |
Submitter: | Schala |
Maintainer: | kfg |
Last Packager: | kfg |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2013-03-29 01:16 (UTC) |
Last Updated: | 2023-06-02 17:10 (UTC) |
Latest Comments
1 2 Next › Last »
Martchus commented on 2024-07-30 22:59 (UTC)
Adding
-j1
to themake
invocation helps, see https://github.com/PortAudio/portaudio/issues/540. This is also done by the official package: https://gitlab.archlinux.org/archlinux/packaging/packages/portaudio/-/blob/main/PKGBUILDMartchus commented on 2024-07-30 22:55 (UTC)
The build fails with:
Maybe it makes sense to use CMake like MSYS2 does: https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-portaudio
LittleHuba commented on 2021-10-15 15:12 (UTC)
No, I just saw right after adopting that this package is also outdated and the version jump is not trivial. I currently do not have the time to also take care of both steps. Hence I disowned it for now and will return to it once I have that time.
Martchus commented on 2021-10-15 15:09 (UTC)
I see you adopted and disowned the package but didn't push any changes. I'm just wondering whether you might have forgotten to invoke
git push
.Martchus commented on 2021-10-14 22:27 (UTC)
@LittleHuba There's currently no maintainer so you can just take maintainership and do the change yourself. (And technically you could just orphan the package afterwards but it would be nice if you could continue maintaining it.)
LittleHuba commented on 2021-10-14 21:17 (UTC) (edited on 2021-10-14 21:43 (UTC) by LittleHuba)
Would you please consider adding the C++ interface of PortAudio to this package? I'm one of the main developers of Xournal++ and the missing C++ interface forces us to build this package manually on each pipeline run (~4 minutes per run). It would only require the additional flag "--enable-cxx" and has no negative influence on the C interface.
Martchus commented on 2020-03-08 11:10 (UTC)
Thanks for fixing, it builds now.
Martchus commented on 2020-03-06 13:49 (UTC) (edited on 2020-03-06 13:49 (UTC) by Martchus)
This package fails to build with the latest mingw-w64-configure/environment.
I suppose the last linker invocation for
bin/patest1
misses-fstack-protector
.LittleHuba commented on 2019-02-07 19:37 (UTC)
Please add portaudiocpp by using configuration flag "--enable-cxx"
Martchus commented on 2018-08-09 09:03 (UTC)
For me the strip command failed because the DLLs have apparently been installed under lib instead of bin. So I addd the following lines before the strip command to be sure all DLLs are under bin:
1 2 Next › Last »