mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
21 lines
504 B
TOML
21 lines
504 B
TOML
#TODO not compiled or tested
|
|
#TODO determine minimum dependencies from cmake log
|
|
# build instructions: https://github.com/OpenShot/libopenshot/wiki/Linux-Build-Instructions
|
|
[source]
|
|
git = "https://github.com/OpenShot/libopenshot"
|
|
rev = "v0.4.0"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
# dependencies = [
|
|
# "libopenshot-audio",
|
|
# "ffmpeg6",
|
|
# "qt5-base",
|
|
# "qt5-svg",
|
|
# "qt5-multimedia",
|
|
# "libzmq",
|
|
# "opencv4",
|
|
# "protobuf",
|
|
# "babl",
|
|
# "imagemagick",
|
|
# ] |