Skip to content
Snippets Groups Projects
Commit e8c4dad5 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Add recipes

parent a83e1539
No related branches found
No related tags found
No related merge requests found
#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",
]
#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"
#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"
#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",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment