blob: 5871ee2164423fabcf9613f56bc9b9fe2501c05e [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "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)."
2HOMEPAGE = "https://github.com/mk-fg/python-pulse-control"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=f1d10048469ff90123263eb5e214061d"
5
Andrew Geissler5199d832021-09-24 16:47:35 -05006SRC_URI[sha256sum] = "8eef4dbfc97d984e63fd609a3f690d005173ec5342be88d10f67dd507affdf32"
Andrew Geissler82c905d2020-04-13 13:39:40 -05007
Patrick Williams213cb262021-08-07 19:21:33 -05008RDEPENDS:${PN} += " \
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07009 libpulse \
10 python3-ctypes \
11"
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
13inherit pypi setuptools3