aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-08-03 12:57:57 +0300
committerKhem Raj <raj.khem@gmail.com>2020-08-06 10:26:45 -0700
commit102e18178d7019177bf70d3f4de0b260fea242a8 (patch)
treec455dab6c93b9ba03d9cdb6cc69ca10bdb5c7ec0 /meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb
parented796b822f31fe1da381d1e2b85d2c86926a4844 (diff)
downloadmeta-openembedded-contrib-102e18178d7019177bf70d3f4de0b260fea242a8.tar.gz
python3-pyalsaaudio: Upgrade 0.8.4 -> 0.9.0
Upgrade to release 0.9.0: - Added keyword arguments for channels, format, rate and periodsize - Deprecated setchannel, setformat, setrate and setperiodsize Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb
new file mode 100644
index 0000000000..90050fb146
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb
@@ -0,0 +1,13 @@
+SUMMARY = "ALSA bindings"
+SECTION = "devel/python"
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d"
+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "48c40424a79c2568676a41643d93f1f7"
+SRC_URI[sha256sum] = "3ca069c736c8ad2a3047b5033468d983a2480f94fad4feb0169c056060e01e69"
+
+DEPENDS += "alsa-lib"
+
+RDEPENDS_${PN} += "libasound"