From 7b5ec9d5fae4c117f7ae23169560758f5aba606a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 12 Jun 2024 10:57:55 +0800 Subject: python3-pyalsaaudio: upgrade 0.10.0 -> 0.11.0 Changelog: ========= - Fixed Mixer.getvolume() returning outdated value - Fixed PCM crashing with some sample formats due to buffer size miscalculation - Fixed PCM.read() ignoring overruns (regression in 0.10.0) - Reverted to PCM.write() not throwing an exception on playback buffer underrun; instead, return -EPIPE like PCM.read() does on overrun - Added PCM.avail() and PCM.polldescriptors_revents() functions - Added nominal_bits and physical_bits entries to PCM.info()'s return value - Added Python type hint file, and adjusted documentation accordingly -Improvements to the examples, in particular isine.py Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb | 12 ------------ .../recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb deleted file mode 100644 index 8b22faad3a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.10.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "ALSA bindings" -SECTION = "devel/python" -LICENSE = "PSF-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "e21175500a2bd310ae3867e7991639defc1e2a5c92cf1b9f7083296b346738ab" - -DEPENDS += "alsa-lib" - -RDEPENDS:${PN} += "libasound" diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb new file mode 100644 index 0000000000..8917c88605 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb @@ -0,0 +1,12 @@ +SUMMARY = "ALSA bindings" +SECTION = "devel/python" +LICENSE = "PSF-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "a78a9dca33524b2c9064b34e21f5ab874272313cf324a9a77592f396a5e0fddc" + +DEPENDS += "alsa-lib" + +RDEPENDS:${PN} += "libasound" -- cgit v1.2.3-54-g00ecf