mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Add recipes
This commit is contained in:
parent
a230cc604b
commit
835c535afb
7
recipes/wip/libs/audio/libopenshot-audio/recipe.toml
Normal file
7
recipes/wip/libs/audio/libopenshot-audio/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO missing script for CMake
|
||||
#TODO determine dependencies
|
||||
[source]
|
||||
git = "https://github.com/OpenShot/libopenshot-audio"
|
||||
rev = "98f08a6d4a90f3644b6c2c68efb2cbd86c75d87a"
|
||||
[build]
|
||||
template = "custom"
|
||||
19
recipes/wip/libs/video/libopenshot-video/recipe.toml
Normal file
19
recipes/wip/libs/video/libopenshot-video/recipe.toml
Normal file
@ -0,0 +1,19 @@
|
||||
#TODO missing script for CMake
|
||||
#TODO determine dependencies - https://github.com/OpenShot/libopenshot/wiki/Linux-Build-Instructions
|
||||
[source]
|
||||
git = "https://github.com/OpenShot/libopenshot"
|
||||
rev = "3170768e0ccbaad5b2a4696e84dd649738ec1a1b"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libopenshot-audio",
|
||||
"ffmpeg6",
|
||||
"qt5-base",
|
||||
"qt5-svg",
|
||||
"qt5-multimedia",
|
||||
"libzmq",
|
||||
"opencv4",
|
||||
"protobuf",
|
||||
"babl",
|
||||
"imagemagick",
|
||||
]
|
||||
11
recipes/wip/video/editors/openshot/recipe.toml
Normal file
11
recipes/wip/video/editors/openshot/recipe.toml
Normal file
@ -0,0 +1,11 @@
|
||||
#TODO require a custom script to move the final openshot folder to /usr/share
|
||||
#TODO create a program shortcut to the src/launch.py file, see https://github.com/OpenShot/openshot-qt#launch
|
||||
[source]
|
||||
git = "https://github.com/OpenShot/openshot-qt"
|
||||
rev = "47e8755c71390ba862cfcfdfe9ae109f31718867"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"libopenshot-video",
|
||||
"libopenshot-audio",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user