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
828a3237a2
commit
24dedb254d
5
recipes/wip/libs/kf6/kcodecs6/recipe.toml
Normal file
5
recipes/wip/libs/kf6/kcodecs6/recipe.toml
Normal 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"
|
||||
10
recipes/wip/video/webcam/kamoso/recipe.toml
Normal file
10
recipes/wip/video/webcam/kamoso/recipe.toml
Normal 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",
|
||||
]
|
||||
13
recipes/wip/video/webcam/webcamoid/recipe.toml
Normal file
13
recipes/wip/video/webcam/webcamoid/recipe.toml
Normal 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",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user