Search Criteria
Package Details: python-soundcard 0.4.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-soundcard.git (read-only, click to copy) |
---|---|
Package Base: | python-soundcard |
Description: | Play and record audio without resorting to CPython extensions |
Upstream URL: | https://github.com/bastibe/soundcard |
Licenses: | BSD |
Submitter: | onny |
Maintainer: | cyqsimon |
Last Packager: | cyqsimon |
Votes: | 4 |
Popularity: | 0.000005 |
First Submitted: | 2018-12-28 10:59 (UTC) |
Last Updated: | 2024-08-05 02:44 (UTC) |
Dependencies (7)
- pulse-native-provider (pipewire-pulse-gitAUR, pulseaudio-gitAUR, pipewire-full-pulse-gitAUR, pipewire-pulse, pulseaudio)
- python-cffi
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
cyqsimon commented on 2024-03-28 06:13 (UTC)
@MarsSeed Updated to 0.4.3.
As of the
__pyinstaller
directory issue, it does look like an installer artefact to me. But a quick search in/usr
revealed that some other packages also have this, namelypython-lark-parser
andyt-dlp
(not exhaustive obviously, those are the ones installed on my box). Are you sure removing it does not have unintended consequences?And if we are to remove it, what would be the best way to do it? I suppose I could just
rm -rf
it inpackage()
, but if there is some way to prevent it from being generated in the first place, that would be ideal. What do you think?MarsSeed commented on 2024-03-27 10:37 (UTC)
Please kindly remove the unneeded
site-packages/soundcard/__pyinstaller/
directory from the package. Thank you in advance!flying-sheep commented on 2020-11-26 17:59 (UTC)
Hi @onny, can you please add these dependencies?
It’s causing problems for people: https://github.com/rbn42/panon/issues/34
flying-sheep commented on 2020-04-28 12:09 (UTC)
Needs the added dependencies
'python-numpy' 'python-cffi'