From 24dedb254d2312a44a13f431eb3a799aa3866d85 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 15 Oct 2025 20:31:37 -0300 Subject: [PATCH] Add recipes --- recipes/wip/libs/kf6/kcodecs6/recipe.toml | 5 +++++ recipes/wip/video/webcam/kamoso/recipe.toml | 10 ++++++++++ recipes/wip/video/webcam/webcamoid/recipe.toml | 13 +++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 recipes/wip/libs/kf6/kcodecs6/recipe.toml create mode 100644 recipes/wip/video/webcam/kamoso/recipe.toml create mode 100644 recipes/wip/video/webcam/webcamoid/recipe.toml diff --git a/recipes/wip/libs/kf6/kcodecs6/recipe.toml b/recipes/wip/libs/kf6/kcodecs6/recipe.toml new file mode 100644 index 000000000..96b16e6c0 --- /dev/null +++ b/recipes/wip/libs/kf6/kcodecs6/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +tar = "https://download.kde.org/stable/frameworks/6.19/kcodecs-6.19.0.tar.xz" +[build] +template = "cmake" diff --git a/recipes/wip/video/webcam/kamoso/recipe.toml b/recipes/wip/video/webcam/kamoso/recipe.toml new file mode 100644 index 000000000..ced03c4e5 --- /dev/null +++ b/recipes/wip/video/webcam/kamoso/recipe.toml @@ -0,0 +1,10 @@ +#TODO not compiled or tested +#TODO missing dependencies: https://invent.kde.org/multimedia/kamoso/-/blob/master/CMakeLists.txt?ref_type=heads#L29 +[source] +git = "https://invent.kde.org/multimedia/kamoso" +branch = "release/25.08" +[build] +template = "cmake" +dependencies = [ + "qt6-base", +] diff --git a/recipes/wip/video/webcam/webcamoid/recipe.toml b/recipes/wip/video/webcam/webcamoid/recipe.toml new file mode 100644 index 000000000..70eefe4c7 --- /dev/null +++ b/recipes/wip/video/webcam/webcamoid/recipe.toml @@ -0,0 +1,13 @@ +#TODO not compiled or tested +# build instructions: https://github.com/webcamoid/webcamoid/wiki/Raw-build-and-install +[source] +git = "https://github.com/webcamoid/webcamoid" +rev = "171b91e378c9bfbd4c425415322971e4e8872108" +[build] +template = "cmake" +dependencies = [ + "qt5-base", + "qt5-declarative", + "qt5-quickcontrols2", + "qt5-svg", +]