python3-imageio-ffmpeg: add recipe

This commit is contained in:
Markus Volk 2024-12-01 12:42:41 +01:00
parent 2f7553befc
commit aa6c25421f

View File

@ -0,0 +1,13 @@
SUMMARY = "FFMPEG wrapper for Python"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4a2d7b4be06609e1a683e7d895c75c02"
SRC_URI = "git://github.com/imageio/imageio-ffmpeg.git;protocol=https;branch=master"
inherit python_setuptools_build_meta
S = "${WORKDIR}/git"
PV = "0.5.1"
SRCREV = "b53cbc534f19df1496b516974f32bc3d4c25d3cc"
RDEPENDS:${PN} += "ffmpeg python3-imageio"