From aa6c25421f8e6e660dfefb052ae7d3f4daf337dc Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 1 Dec 2024 12:42:41 +0100 Subject: [PATCH] python3-imageio-ffmpeg: add recipe --- .../python/python3-imageio-ffmpeg_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-devtools/python/python3-imageio-ffmpeg_git.bb diff --git a/recipes-devtools/python/python3-imageio-ffmpeg_git.bb b/recipes-devtools/python/python3-imageio-ffmpeg_git.bb new file mode 100644 index 0000000..c136f81 --- /dev/null +++ b/recipes-devtools/python/python3-imageio-ffmpeg_git.bb @@ -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"