mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Add recipes
This commit is contained in:
parent
a83e1539d9
commit
e8c4dad5fe
19
recipes/wip/graphics/darktable/recipe.toml
Normal file
19
recipes/wip/graphics/darktable/recipe.toml
Normal file
@ -0,0 +1,19 @@
|
||||
#TODO missing script for CMake, see https://github.com/darktable-org/darktable?tab=readme-ov-file#linux
|
||||
# dependencies - https://github.com/darktable-org/darktable?tab=readme-ov-file#dependencies
|
||||
[source]
|
||||
tar = "https://github.com/darktable-org/darktable/releases/download/release-4.8.0/darktable-4.8.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"gtk3",
|
||||
"glib",
|
||||
"sqlite3",
|
||||
"gexiv2",
|
||||
"liblensfun",
|
||||
"liblcms",
|
||||
"libpugixml",
|
||||
"libavif",
|
||||
"libheif",
|
||||
"libwebp",
|
||||
"libgphoto2",
|
||||
]
|
||||
7
recipes/wip/libs/libuuid-ossp/recipe.toml
Normal file
7
recipes/wip/libs/libuuid-ossp/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO require a data type for FTP
|
||||
# download link - ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz
|
||||
#TODO if this template doesn't work, read this http://cvs.ossp.org/fileview?f=ossp-pkg/uuid/INSTALL&v=1.6
|
||||
[source]
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
6
recipes/wip/net/guacamole-client/recipe.toml
Normal file
6
recipes/wip/net/guacamole-client/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO this recipe require this data type to download the Java bytecode - https://gitlab.redox-os.org/redox-os/cookbook/-/issues/190
|
||||
# download link - https://apache.org/dyn/closer.lua/guacamole/1.5.5/binary/guacamole-1.5.5.war?action=download
|
||||
[source]
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
17
recipes/wip/net/guacamole-server/recipe.toml
Normal file
17
recipes/wip/net/guacamole-server/recipe.toml
Normal file
@ -0,0 +1,17 @@
|
||||
#TODO not compiled or tested
|
||||
# dependencies - https://guacamole.apache.org/doc/gug/installing-guacamole.html#required-dependencies
|
||||
[source]
|
||||
tar = "https://apache.org/dyn/closer.lua/guacamole/1.5.5/source/guacamole-server-1.5.5.tar.gz?action=download"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"cairo",
|
||||
"libjpeg-turbo",
|
||||
"libpng",
|
||||
"libuuid",
|
||||
"libssh2",
|
||||
"openssl1",
|
||||
"pango",
|
||||
"pulseaudio",
|
||||
"libvorbis",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user