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.000001 |
| 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 (make)
- python-pa-ringbufferAUR (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2
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 directorythe 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-pipto makedependsax34 commented on 2021-07-31 23:07 (UTC)
BifbofII commented on 2020-03-11 09:10 (UTC)
It seems to me like
portaudiois 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:
« First ‹ Previous 1 2