Add recipes

This commit is contained in:
Ribbon 2024-06-23 23:22:38 +00:00
parent a83e1539d9
commit e8c4dad5fe
4 changed files with 49 additions and 0 deletions

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

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

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

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