diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-01-27 17:04:14 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-31 08:15:17 -0800 |
| commit | 098626948827d3cff71a7bd4ec31799bbef584ad (patch) | |
| tree | a15f675682cbdbe8dc974ef7d0537c67781ec8f6 /meta-python/recipes-devtools/python/python3-pulsectl_22.1.3.bb | |
| parent | 5b33cef51e1871ad3eb5dec294c4b0a9586722fd (diff) | |
| download | meta-openembedded-098626948827d3cff71a7bd4ec31799bbef584ad.tar.gz | |
python3-pulsectl upgrade 21.10.5 -> 22.1.3
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pulsectl_22.1.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pulsectl_22.1.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pulsectl_22.1.3.bb b/meta-python/recipes-devtools/python/python3-pulsectl_22.1.3.bb new file mode 100644 index 0000000000..9a5b9f948c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pulsectl_22.1.3.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Python (3.x and 2.x) high-level interface and ctypes-based bindings for PulseAudio (libpulse), mostly focused on mixer-like controls and introspection-related operations (as opposed to e.g. submitting sound samples to play, player-like client)." | ||
| 2 | HOMEPAGE = "https://github.com/mk-fg/python-pulse-control" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f1d10048469ff90123263eb5e214061d" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "f28fe4b881dd2cc144d2d94f83ec60d8c59a52642a0ad3635cc4d0f8406f4858" | ||
| 7 | |||
| 8 | RDEPENDS:${PN} += " \ | ||
| 9 | libpulse \ | ||
| 10 | python3-ctypes \ | ||
| 11 | " | ||
| 12 | |||
| 13 | inherit pypi setuptools3 | ||
