mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 05:28:23 +01:00
python3-imageio-ffmpeg: add recipe
This commit is contained in:
parent
2f7553befc
commit
aa6c25421f
13
recipes-devtools/python/python3-imageio-ffmpeg_git.bb
Normal file
13
recipes-devtools/python/python3-imageio-ffmpeg_git.bb
Normal 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"
|
Loading…
Reference in New Issue
Block a user