mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
python3-mpv: Add recipe
python-mpv is a ctypes-based python interface to the mpv media player. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
af3f71b72a
commit
c77bcf89d8
16
meta-python/recipes-devtools/python/python3-mpv_1.0.8.bb
Normal file
16
meta-python/recipes-devtools/python/python3-mpv_1.0.8.bb
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
SUMMARY = "Python bindings for mpv"
|
||||
DESCRIPTION = "python-mpv is a ctypes-based python interface to the mpv media player"
|
||||
HOMEPAGE = "https://github.com/jaseg/python-mpv"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI[sha256sum] = "95dbd4d869cd8de7a27914ad33e776accc0f01cb82a6d5b31ca439ade2208ffb"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
mpv \
|
||||
python3-ctypes \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user