update recipes

This commit is contained in:
Ribbon 2023-12-18 23:12:30 +00:00
parent 6358067f85
commit 1f93a007fb
22 changed files with 45 additions and 22 deletions

View File

@ -1,5 +1,6 @@
#TODO missing script for "make", see https://pierrebeucher.github.io/novops/install.html#from-source
[source]
tar = "https://github.com/PierreBeucher/novops/archive/refs/tags/v0.9.0.tar.gz"
git = "https://github.com/PierreBeucher/novops"
rev = "e0891144108a889f18448b39aebe9d5a5ac2689d"
[build]
template = "custom"

View File

@ -1,5 +1,6 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/nuta/nsh/archive/refs/tags/v0.4.2.tar.gz"
git = "https://github.com/nuta/nsh"
rev = "93fa01cd5b5bba6f1c6aaabc218f3979d0ca2360"
[build]
template = "cargo"

View File

@ -1,5 +1,6 @@
#TODO configure the service
[source]
tar = "https://github.com/pendulum-project/ntpd-rs/archive/refs/tags/v1.0.0.tar.gz"
git = "https://github.com/pendulum-project/ntpd-rs"
rev = "913700dc79420f6db5fe1f2110d3146d7f9addfe"
[build]
template = "cargo"

View File

@ -1,6 +1,7 @@
#TODO Not compiled or tested
[source]
tar = "https://github.com/sharkdp/numbat/archive/refs/tags/v1.8.0.tar.gz"
git = "https://github.com/sharkdp/numbat"
rev = "c04afb354608ef22e475d8d6fec955ca6e823d97"
[build]
template = "custom"
script = """

View File

@ -1,7 +1,8 @@
#TODO missing script for CMake, see https://github.com/obsproject/obs-studio/wiki/Building-OBS-Studio
#TODO maybe missing dependencies
[source]
tar = "https://github.com/obsproject/obs-studio/archive/refs/tags/30.0.1.tar.gz"
git = "https://github.com/obsproject/obs-studio"
rev = "b45a73296f4f898e2ed455023020058075c30bab"
[build]
template = "custom"
dependencies = [

View File

@ -1,5 +1,7 @@
#TODO missing script for CMake, lacking build instructions
#TODO missing dependencies
[source]
tar = "https://invent.kde.org/utilities/okteta/-/archive/v0.26.13/okteta-v0.26.13.tar.bz2"
git = "https://invent.kde.org/utilities/okteta"
rev = "fb6150f2dce791c96b95a12ee0c74942c1774c05"
[build]
template = "custom"

View File

@ -1,6 +1,7 @@
#TODO missing script for CMake, see https://oneapi-src.github.io/oneDNN/dev_guide_build.html#linux-macos
[source]
tar = "https://github.com/oneapi-src/oneDNN/archive/refs/tags/v3.3.1.tar.gz"
git = "https://github.com/oneapi-src/oneDNN"
rev = "16720eaaab9557158ff77ebf3bc610e9682928d6"
[build]
template = "custom"
dependencies = [

View File

@ -1,5 +1,6 @@
#TODO compiled (after a cargo update) but hangs during execution
[source]
tar = "https://github.com/o2sh/onefetch/archive/refs/tags/2.18.1.tar.gz"
git = "https://github.com/o2sh/onefetch"
rev = "13376155f2f8197aa9d95830298ceee007413895"
[build]
template = "cargo"

View File

@ -1,5 +1,6 @@
#TODO missing script for CMake, see https://github.com/oneapi-src/oneTBB/blob/master/INSTALL.md
[source]
tar = "https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.11.0.tar.gz"
git = "https://github.com/oneapi-src/oneTBB"
rev = "8b829acc65569019edb896c5150d427f288e8aba"
[build]
template = "custom"

View File

@ -1,7 +1,8 @@
#TODO missing dependencies, see https://opencolorio.readthedocs.io/en/latest/quick_start/installation.html#dependencies
#TODO missing script for CMake, see https://opencolorio.readthedocs.io/en/latest/quick_start/installation.html
[source]
tar = "https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v2.3.1.tar.gz"
git = "https://github.com/AcademySoftwareFoundation/OpenColorIO"
rev = "92db29b9e7e298c4c2cc67c8a74944c2e7e716e5"
[build]
template = "custom"
dependencies = [

View File

@ -1,6 +1,7 @@
#TODO missing script for CMake, see https://openexr.com/en/latest/install.html#linux-macos
[source]
tar = "https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.2.1.tar.gz"
git = "https://github.com/AcademySoftwareFoundation/openexr"
rev = "737b2707a001e67f3812d86a639c3d037efe2ea8"
[build]
template = "custom"
dependencies = [

View File

@ -1,6 +1,7 @@
#TODO missing script for building, see https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/master/INSTALL.md#building-openimageio-on-linux-or-os-x
[source]
tar = "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v2.5.5.0.tar.gz"
git = "https://github.com/AcademySoftwareFoundation/OpenImageIO"
rev = "5c29caab40a3913d415ac5d37cd84983e824c75b"
[build]
template = "custom"
dependencies = [

View File

@ -1,7 +1,8 @@
#TODO build instructions - https://github.com/openjdk/jdk11u/blob/master/doc/building.md
#TODO not compiled or tested
[source]
tar = "https://github.com/openjdk/jdk11u/archive/jdk-11.0.21+9.tar.gz"
git = "https://github.com/openjdk/jdk11u"
rev = "09b402a6bcecce976ee17ce358b0a90ea127ab69"
[build]
template = "custom"
dependencies = [

View File

@ -1,7 +1,8 @@
#TODO build instructions - https://github.com/openjdk/jdk17u/blob/master/doc/building.md
#TODO not compiled or tested
[source]
tar = "https://github.com/openjdk/jdk17u/archive/jdk-17.0.9+8.tar.gz"
git = "https://github.com/openjdk/jdk17u"
rev = "b78a848cc7ae5787d9ec9ea0ce843cd63b06efec"
[build]
template = "custom"
dependencies = [

View File

@ -1,7 +1,8 @@
#TODO build instructions - https://github.com/openjdk/jdk21u/blob/master/doc/building.md
#TODO not compiled or tested
[source]
tar = "https://github.com/openjdk/jdk21u/archive/jdk-21+35.tar.gz"
git = "https://github.com/openjdk/jdk21u"
rev = "060c4f7589e7f13febd402f4dac3320f4c032b08"
[build]
template = "custom"
dependencies = [

View File

@ -2,7 +2,8 @@
#TODO not compiled or tested
#TODO build it in headless mode
[source]
tar = "https://github.com/openjdk/jdk8u/archive/refs/tags/jdk8u392-b08.tar.gz"
git = "https://github.com/openjdk/jdk8u"
rev = "9c9d6b267c41e4c713cacc41befb66007cdb2601"
[build]
template = "custom"
dependencies = [

View File

@ -1,5 +1,6 @@
#TODO missing script for CMake, see https://github.com/uclouvain/openjpeg/blob/master/INSTALL.md
[source]
tar = "https://github.com/uclouvain/openjpeg/archive/refs/tags/v2.5.0.tar.gz"
git = "https://github.com/uclouvain/openjpeg"
rev = "a5891555eb49ed7cc26b2901ea680acda136d811"
[build]
template = "custom"

View File

@ -1,7 +1,8 @@
#TODO probably wrong script, see https://github.com/opentoonz/opentoonz/blob/master/doc/how_to_build_linux.md
#TODO missing dependencies
[source]
tar = "https://github.com/opentoonz/opentoonz/archive/refs/tags/v1.7.1.tar.gz"
git = "https://github.com/opentoonz/opentoonz"
rev = "dd4cb36142ebf65a2aa74ff8575002863d3e17fc"
[build]
template = "custom"
dependencies = [

View File

@ -1,6 +1,7 @@
#TODO missing script for CMake, see https://github.com/openvkl/openvkl#building-open-vkl-from-source
[source]
tar = "https://github.com/openvkl/openvkl/archive/refs/tags/v2.0.0.tar.gz"
git = "https://github.com/openvkl/openvkl"
rev = "712bdb8035487606096d7af90a4c9bde5503515d"
[build]
template = "custom"
dependencies = [

View File

@ -1,5 +1,6 @@
#TODO camino crate error (after a patch on the ring crate)
[source]
tar = "https://github.com/axodotdev/oranda/archive/refs/tags/v0.3.1.tar.gz"
git = "https://github.com/axodotdev/oranda"
rev = "11790dd3fd16029b2095c5ea97efc9f6a41e68ef"
[build]
template = "cargo"

View File

@ -1,6 +1,7 @@
#TODO missing script for CMake, see https://github.com/ospray/ospray_studio#standard-cmake-build
[source]
tar = "https://github.com/ospray/ospray_studio/archive/refs/tags/v0.13.0.tar.gz"
git = "https://github.com/ospray/ospray_studio"
rev = "d2c83a67c841f1329f47cf9648a56b3dacbcdcaa"
[build]
template = "custom"
dependencies = [

View File

@ -1,6 +1,7 @@
#TODO missing script for CMake, see https://github.com/ospray/OSPRay#building-and-finding-ospray
[source]
tar = "https://github.com/ospray/OSPRay/archive/v3.0.0.tar.gz"
git = "https://github.com/ospray/OSPRay"
rev = "66fa8108485a8a92ff31ad2e06081bbaf391bc26"
[build]
template = "custom"
dependencies = [