diff options
| author | Jan Claußen <jan.claussen10@web.de> | 2025-11-29 11:06:36 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-29 08:32:47 -0800 |
| commit | 4f461e498567bea07b46dcfbd195ffb8f04a4a70 (patch) | |
| tree | bda882f65f7e75724159e9886e88fa73a1cc80f8 /meta-python | |
| parent | 9cf103dc8548d2b6b873364c239cd05673604fb1 (diff) | |
| download | meta-openembedded-4f461e498567bea07b46dcfbd195ffb8f04a4a70.tar.gz | |
python3-soundcard: Add recipe
SoundCard is a library for playing and recording audio without resorting to a CPython extension.
Signed-off-by: Jan Claußen <jan.claussen10@web.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-soundcard_0.4.5.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-soundcard_0.4.5.bb b/meta-python/recipes-devtools/python/python3-soundcard_0.4.5.bb new file mode 100644 index 0000000000..5116892dad --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-soundcard_0.4.5.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Python library for accessing soundcards" | ||
| 2 | DESCRIPTION = "SoundCard is a library for playing and recording audio without resorting to a CPython extension" | ||
| 3 | HOMEPAGE = "https://github.com/bastibe/SoundCard" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | |||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e39df1540c06c17ca310ce87c36b042c" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "07272ba927e32cafdf634e4a1ca53b9a3218321a60c7d2e08f54b832a56946aa" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 features_check | ||
| 12 | |||
| 13 | REQUIRED_DISTRO_FEATURES = "pulseaudio" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} += " \ | ||
| 16 | libpulse \ | ||
| 17 | pulseaudio-server \ | ||
| 18 | python3-cffi \ | ||
| 19 | python3-numpy \ | ||
| 20 | " | ||
