diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-14 18:38:40 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-14 08:59:35 -0700 |
| commit | bd948393d9ed37c11089ef5313327b73ba33ab5b (patch) | |
| tree | 22634b3c5bc23baf3364f7d63195d7420461b705 /meta-python/recipes-devtools/python/python3-soundcard_0.4.6.bb | |
| parent | df1c485e18c8d2b75cd92561c1821887e7e9c66c (diff) | |
| download | meta-openembedded-bd948393d9ed37c11089ef5313327b73ba33ab5b.tar.gz | |
python3-soundcard: upgrade 0.4.5 -> 0.4.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-soundcard_0.4.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-soundcard_0.4.6.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-soundcard_0.4.6.bb b/meta-python/recipes-devtools/python/python3-soundcard_0.4.6.bb new file mode 100644 index 0000000000..17308a8965 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-soundcard_0.4.6.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] = "9b46d64a26f97cd7d88bcfc385c97c069f97c5ec3404e4e7c23771598a8cf47b" | ||
| 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 | " | ||
