diff --git a/recipes/wip/avp/recipe.toml b/recipes/wip/avp/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..aa85c15c8a365164121f28254f88211a698aa8fb --- /dev/null +++ b/recipes/wip/avp/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-av/avp" +[build] +template = "cargo" +dependencies = [ + "sdl2", +] diff --git a/recipes/wip/blockish-caca/recipe.toml b/recipes/wip/blockish-caca/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..f4b860a19f0f3cddd2f6a82fe4772940df9225ce --- /dev/null +++ b/recipes/wip/blockish-caca/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/yazgoo/blockish-caca" +[build] +template = "cargo" +dependencies = [ + "libcaca", +] diff --git a/recipes/wip/festival/recipe.toml b/recipes/wip/festival/recipe.toml index 82640cf495ea3fc5ea635f3a5b27f1ea092e40f5..63ed4cb910196e5650dacc62d7df0a37e8055a37 100644 --- a/recipes/wip/festival/recipe.toml +++ b/recipes/wip/festival/recipe.toml @@ -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 = [ diff --git a/recipes/wip/glou/recipe.toml b/recipes/wip/glou/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..0a7b69f9aab58ea57e09cf9745da02a2dfe2a0c3 --- /dev/null +++ b/recipes/wip/glou/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Nurrl/glou" +[build] +template = "cargo" diff --git a/recipes/wip/glsl-viewer/recipe.toml b/recipes/wip/glsl-viewer/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..93c7c6a283c2df3003f2f6d4484e492bb1a7cf05 --- /dev/null +++ b/recipes/wip/glsl-viewer/recipe.toml @@ -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", +] diff --git a/recipes/wip/libcaca/recipe.toml b/recipes/wip/libcaca/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..eda7cbe520d590094efdbb7d7b4dd34fa4397ca1 --- /dev/null +++ b/recipes/wip/libcaca/recipe.toml @@ -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" diff --git a/recipes/wip/libdmx/recipe.toml b/recipes/wip/libdmx/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..537e9cf1184b1e047d17c25f1e54ab2d36af42f9 --- /dev/null +++ b/recipes/wip/libdmx/recipe.toml @@ -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" diff --git a/recipes/wip/libfontenc/recipe.toml b/recipes/wip/libfontenc/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..dfedd2c475e1907ad61e4145fe1dfa5f104dd4ea --- /dev/null +++ b/recipes/wip/libfontenc/recipe.toml @@ -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" diff --git a/recipes/wip/libfs/recipe.toml b/recipes/wip/libfs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..b9db8b5164ac6c21ddd82ca76ea5fd2ced3fdd29 --- /dev/null +++ b/recipes/wip/libfs/recipe.toml @@ -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" diff --git a/recipes/wip/libice/recipe.toml b/recipes/wip/libice/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..9ee70ad57eaba266f0a9ad9eb704088824e7038e --- /dev/null +++ b/recipes/wip/libice/recipe.toml @@ -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" diff --git a/recipes/wip/libsm/recipe.toml b/recipes/wip/libsm/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..4889b995874e4f3c1acd7a813a29bccf3657fac6 --- /dev/null +++ b/recipes/wip/libsm/recipe.toml @@ -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" diff --git a/recipes/wip/libxau/recipe.toml b/recipes/wip/libxau/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..f1b2e711f72cfec658f12af57e39af1f1a25ac78 --- /dev/null +++ b/recipes/wip/libxau/recipe.toml @@ -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" diff --git a/recipes/wip/libxaw/recipe.toml b/recipes/wip/libxaw/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..a635b4ea67688a08e167edbc953362ec24746cbe --- /dev/null +++ b/recipes/wip/libxaw/recipe.toml @@ -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" diff --git a/recipes/wip/libxdamage/recipe.toml b/recipes/wip/libxdamage/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..81d8369883e9b6c8d28ccd96f8ccd9ae92aadae9 --- /dev/null +++ b/recipes/wip/libxdamage/recipe.toml @@ -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" diff --git a/recipes/wip/libxdmcp/recipe.toml b/recipes/wip/libxdmcp/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..122344857ebb31ffa610b621fe14150d4d1ad9d2 --- /dev/null +++ b/recipes/wip/libxdmcp/recipe.toml @@ -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" diff --git a/recipes/wip/libxext/recipe.toml b/recipes/wip/libxext/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..25037345d1a8ce7edbadc9e7cd333f512b813422 --- /dev/null +++ b/recipes/wip/libxext/recipe.toml @@ -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" diff --git a/recipes/wip/libxmu/recipe.toml b/recipes/wip/libxmu/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..e2dfad118cec9b523540f8dc5b7621199cfb0452 --- /dev/null +++ b/recipes/wip/libxmu/recipe.toml @@ -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" diff --git a/recipes/wip/libxpm/recipe.toml b/recipes/wip/libxpm/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..158af0983125f68e0ec8eda6f155c41e05879400 --- /dev/null +++ b/recipes/wip/libxpm/recipe.toml @@ -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" diff --git a/recipes/wip/libxres/recipe.toml b/recipes/wip/libxres/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..0ec2ec7fc7a56ac9e69adfde155d47494205e17e --- /dev/null +++ b/recipes/wip/libxres/recipe.toml @@ -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" diff --git a/recipes/wip/libxss/recipe.toml b/recipes/wip/libxss/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..f200cc56b18e82a218d55c6c2a9373cc15a4c368 --- /dev/null +++ b/recipes/wip/libxss/recipe.toml @@ -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" diff --git a/recipes/wip/libxv/recipe.toml b/recipes/wip/libxv/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..abc0c83e5bf4c04f1b011ea91f8c37ec0f335817 --- /dev/null +++ b/recipes/wip/libxv/recipe.toml @@ -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" diff --git a/recipes/wip/libxvmc/recipe.toml b/recipes/wip/libxvmc/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..6607e8bfa7b720fdd350609be97879531923e9c9 --- /dev/null +++ b/recipes/wip/libxvmc/recipe.toml @@ -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" diff --git a/recipes/wip/shadergarden/recipe.toml b/recipes/wip/shadergarden/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..60d7d78e8aa26f85007e6c81431a9903caadc802 --- /dev/null +++ b/recipes/wip/shadergarden/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/tonarino/shadergarden" +[build] +template = "cargo" diff --git a/recipes/wip/viu/recipe.toml b/recipes/wip/viu/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..4d0a4425bb451d27af48912c464b4234b22f4ae5 --- /dev/null +++ b/recipes/wip/viu/recipe.toml @@ -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" diff --git a/recipes/wip/x11proto/recipe.toml b/recipes/wip/x11proto/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..fb7df948ef558019841047d07492e2af268c53d7 --- /dev/null +++ b/recipes/wip/x11proto/recipe.toml @@ -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" diff --git a/recipes/wip/zeal/recipe.toml b/recipes/wip/zeal/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..39fa5a2e1c262b331b5b1e0c56a5b0639510c3b3 --- /dev/null +++ b/recipes/wip/zeal/recipe.toml @@ -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", +]