diff options
| author | Jan Claußen <jan.claussen10@web.de> | 2025-12-01 11:45:50 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-01 08:45:53 -0800 |
| commit | c77bcf89d826551845df50592f7f9fc2fc3fead3 (patch) | |
| tree | 584883eba1a1cf4aebc897ddda90fc6efc905ea1 /meta-python | |
| parent | af3f71b72ad3af347efaff9e43a8cf0f2631f7c9 (diff) | |
| download | meta-openembedded-c77bcf89d826551845df50592f7f9fc2fc3fead3.tar.gz | |
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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-mpv_1.0.8.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mpv_1.0.8.bb b/meta-python/recipes-devtools/python/python3-mpv_1.0.8.bb new file mode 100644 index 0000000000..c11ad4a118 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-mpv_1.0.8.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Python bindings for mpv" | ||
| 2 | DESCRIPTION = "python-mpv is a ctypes-based python interface to the mpv media player" | ||
| 3 | HOMEPAGE = "https://github.com/jaseg/python-mpv" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | |||
| 6 | LICENSE = "GPL-2.0-or-later" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "95dbd4d869cd8de7a27914ad33e776accc0f01cb82a6d5b31ca439ade2208ffb" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | mpv \ | ||
| 15 | python3-ctypes \ | ||
| 16 | " | ||
