mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 05:28:23 +01:00
14 lines
391 B
BlitzBasic
14 lines
391 B
BlitzBasic
SUMMARY = "FFMPEG wrapper for Python"
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=6c357400c52c80176e076a6d9eaed6d2"
|
|
|
|
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"
|