Add recipes

This commit is contained in:
Ribbon 2023-12-14 06:50:15 +00:00
parent 6156be4571
commit 4accfce7dd
26 changed files with 149 additions and 1 deletions

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/rust-av/avp"
[build]
template = "cargo"
dependencies = [
"sdl2",
]

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/yazgoo/blockish-caca"
[build]
template = "cargo"
dependencies = [
"libcaca",
]

View File

@ -1,6 +1,7 @@
#TODO make dbus work
#TODO make D-Bus work
[source]
git = "https://github.com/hinto-janai/festival"
rev = "512dc7bfc76341c0e06902252c634e24700d7140"
[build]
template = "custom"
dependencies = [

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/Nurrl/glou"
[build]
template = "cargo"

View File

@ -0,0 +1,14 @@
#TODO missing script for CMake, see https://github.com/patriciogonzalezvivo/glslViewer/wiki/Compile-on-linux#3-compile
#TODO determine the X11 libraries
[source]
git = "https://github.com/patriciogonzalezvivo/glslViewer"
rev = "7eb6254cb4cedf03f1c78653f90905fe0c3b48fb"
[build]
template = "custom"
dependencies = [
"mesa-glu",
"ncurses",
"ncursesw",
"ffmpeg6",
"glfw",
]

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "http://caca.zoy.org/files/libcaca/libcaca-0.99.beta19.tar.gz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libdmx-1.1.5.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libfontenc-1.1.7.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libFS-1.0.9.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libICE-1.1.1.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libSM-1.2.4.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXau-1.0.11.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXaw-1.0.15.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXdamage-1.1.6.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXdmcp-1.1.4.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXext-1.3.5.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXmu-1.1.4.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXpm-3.5.17.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXres-1.2.2.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXScrnSaver-1.2.4.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXv-1.0.12.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXvMC-1.0.13.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/tonarino/shadergarden"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/atanunq/viu/archive/refs/tags/v1.5.0.tar.gz"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
tar = "https://www.x.org/releases/individual/proto/xorgproto-2023.2.tar.xz"
[build]
template = "configure"

View File

@ -0,0 +1,12 @@
#TODO missing script for CMake, see https://github.com/zealdocs/zeal#build-instructions
[source]
tar = "https://github.com/zealdocs/zeal/releases/download/v0.7.0/zeal-0.7.0.tar.xz"
[build]
template = "custom"
dependencies = [
"qt6-base",
"qt6-webengine",
"libarchive",
"sqlite3",
"mesa",
]