mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 05:28:23 +01:00
Compare commits
4 Commits
cda4956437
...
bfa2ae4cca
Author | SHA1 | Date | |
---|---|---|---|
|
bfa2ae4cca | ||
|
594fbc7c21 | ||
|
aa6c25421f | ||
|
2f7553befc |
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=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"
|
@ -11,8 +11,8 @@ SRC_URI = " \
|
||||
git://github.com/Vladimir-csp/uwsm.git;protocol=https;branch=master \
|
||||
file://0001-uwsm-meson.build-dont-fail-for-missing-python-module.patch \
|
||||
"
|
||||
SRCREV = "46f81e90d1f2554ae1ce98370817cce7be164981"
|
||||
PV = "0.20.4"
|
||||
SRCREV = "7bb627b78c69c890417146150733f9728b227c67"
|
||||
PV = "0.20.5"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
@ -8,12 +8,13 @@ inherit python_setuptools_build_meta
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2.4"
|
||||
SRCREV = "073626ca91c63cdc68b8a1d17cc77e21ac1e4c0d"
|
||||
SRCREV = "4e1c73b56e6fc306d3cd601d1c28635419a23f17"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-imageio \
|
||||
python3-imageio-ffmpeg \
|
||||
python3-importlib-metadata \
|
||||
python3-pathlib2 \
|
||||
python3-pillow \
|
||||
|
Loading…
Reference in New Issue
Block a user