Add recipes

This commit is contained in:
Ribbon 2025-10-15 20:31:37 -03:00
parent 828a3237a2
commit 24dedb254d
3 changed files with 28 additions and 0 deletions

View File

@ -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"

View File

@ -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",
]

View File

@ -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",
]