Search Criteria
Package Details: python-rtmixer 0.1.7-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-rtmixer.git (read-only, click to copy) |
---|---|
Package Base: | python-rtmixer |
Description: | Reliable low-latency audio playback and recording with Python |
Upstream URL: | https://github.com/spatialaudio/python-rtmixer |
Licenses: | MIT |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 5 |
Popularity: | 0.27 |
First Submitted: | 2019-12-10 19:54 (UTC) |
Last Updated: | 2024-10-04 12:18 (UTC) |
Dependencies (7)
- portaudio (make)
- python-build (make)
- python-cffi (make)
- python-installer (python-installer-gitAUR) (make)
- python-pa-ringbufferAUR (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
drws commented on 2024-10-04 15:12 (UTC)
@Stroopwafel: thank you for the explanation and the python-rtmixer-git package.
@T-vK: You could try to extract the portaudio source to the path where it is expected instead of modifying flags.
Stroopwafel commented on 2024-08-10 18:01 (UTC) (edited on 2024-08-10 18:02 (UTC) by Stroopwafel)
The reason it cannot find
pa_ringbuffer.c
is because portaudio is a submodule of the project. Submodules don't get included in the source code archive in Github.The way I got around it is by changing the PKGBUILD to be essentially a
-git
package. Following the AUR guidelines, I've attached a pastebin https://pastebin.com/GPiWCzQTI don't know how to compute the checksum, so (while it is generally a very bad idea) I installed using
--skipchecksums
T-vK commented on 2024-08-08 13:38 (UTC)
Getting the same exact error. Seems like the portaudio package is not providing
pa_ringbuffer.c
. It does still exist in the git repo though:https://github.com/PortAudio/portaudio/tree/master/src/commonpa_ringbuffer.c
.I've tried to modify the PKGBUILD to download the missing files and point gcc to it via CFLAGS, but for some reason gcc still can't find the files:
joshmaybal commented on 2024-07-31 16:02 (UTC)
can't build due to
cc1: fatal error: portaudio/src/common/pa_ringbuffer.c: No such file or directory
the log is the same with the rentry.co link.aljustiet commented on 2024-07-28 14:52 (UTC)
https://rentry.co/8v4q6ha2
ax34 commented on 2021-08-06 23:04 (UTC)
Please add
python-pip
to makedependsax34 commented on 2021-07-31 23:07 (UTC)
BifbofII commented on 2020-03-11 09:10 (UTC)
It seems to me like
portaudio
is missing as a build dependency for this package. When I try to build this in a chroot, it fails with the following error:Diff to fix this issue: