diff --git a/recipes/wip/libs/audio/libopenshot-audio/recipe.toml b/recipes/wip/libs/audio/libopenshot-audio/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..8c82217878da6656973571b58a711501b9224d71 --- /dev/null +++ b/recipes/wip/libs/audio/libopenshot-audio/recipe.toml @@ -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" diff --git a/recipes/wip/libs/video/libopenshot-video/recipe.toml b/recipes/wip/libs/video/libopenshot-video/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..a16d422202de4bc4f299aeea01f9d8c7b4e4dfb2 --- /dev/null +++ b/recipes/wip/libs/video/libopenshot-video/recipe.toml @@ -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", +] diff --git a/recipes/wip/video/editors/openshot/recipe.toml b/recipes/wip/video/editors/openshot/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..63a9def409ba9aa912b2bd4eae8a3b314f46c247 --- /dev/null +++ b/recipes/wip/video/editors/openshot/recipe.toml @@ -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", +]