meta-wayland/recipes-devtools/python/python3-imageio-ffmpeg_git.bb

14 lines
391 B
BlitzBasic
Raw Permalink Normal View History

2024-12-01 12:42:41 +01:00
SUMMARY = "FFMPEG wrapper for Python"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6c357400c52c80176e076a6d9eaed6d2"
2024-12-01 12:42:41 +01:00
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"