From 1f93a007fb78e2a60f04837bc5c79b43b0d89e0e Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 18 Dec 2023 23:12:30 +0000 Subject: [PATCH] update recipes --- recipes/wip/novops/recipe.toml | 3 ++- recipes/wip/nsh/recipe.toml | 3 ++- recipes/wip/ntpd-rs/recipe.toml | 3 ++- recipes/wip/numbat/recipe.toml | 3 ++- recipes/wip/obs-studio/recipe.toml | 3 ++- recipes/wip/okteta/recipe.toml | 4 +++- recipes/wip/onednn/recipe.toml | 3 ++- recipes/wip/onefetch/recipe.toml | 3 ++- recipes/wip/onetbb/recipe.toml | 3 ++- recipes/wip/opencolorio/recipe.toml | 3 ++- recipes/wip/openexr/recipe.toml | 3 ++- recipes/wip/openimageio/recipe.toml | 3 ++- recipes/wip/openjdk11-headless/recipe.toml | 3 ++- recipes/wip/openjdk17-headless/recipe.toml | 3 ++- recipes/wip/openjdk21-headless/recipe.toml | 3 ++- recipes/wip/openjdk8-headless/recipe.toml | 3 ++- recipes/wip/openjpeg/recipe.toml | 3 ++- recipes/wip/opentoonz/recipe.toml | 3 ++- recipes/wip/openvkl/recipe.toml | 3 ++- recipes/wip/oranda/recipe.toml | 3 ++- recipes/wip/ospray-studio/recipe.toml | 3 ++- recipes/wip/ospray/recipe.toml | 3 ++- 22 files changed, 45 insertions(+), 22 deletions(-) diff --git a/recipes/wip/novops/recipe.toml b/recipes/wip/novops/recipe.toml index 259af7563..d79cfa248 100644 --- a/recipes/wip/novops/recipe.toml +++ b/recipes/wip/novops/recipe.toml @@ -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" diff --git a/recipes/wip/nsh/recipe.toml b/recipes/wip/nsh/recipe.toml index 81df86408..b834d0709 100644 --- a/recipes/wip/nsh/recipe.toml +++ b/recipes/wip/nsh/recipe.toml @@ -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" diff --git a/recipes/wip/ntpd-rs/recipe.toml b/recipes/wip/ntpd-rs/recipe.toml index b73fd1f95..94e7adde4 100644 --- a/recipes/wip/ntpd-rs/recipe.toml +++ b/recipes/wip/ntpd-rs/recipe.toml @@ -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" diff --git a/recipes/wip/numbat/recipe.toml b/recipes/wip/numbat/recipe.toml index fad888cfe..a6d400148 100644 --- a/recipes/wip/numbat/recipe.toml +++ b/recipes/wip/numbat/recipe.toml @@ -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 = """ diff --git a/recipes/wip/obs-studio/recipe.toml b/recipes/wip/obs-studio/recipe.toml index a5ebbae3b..fa6c03627 100644 --- a/recipes/wip/obs-studio/recipe.toml +++ b/recipes/wip/obs-studio/recipe.toml @@ -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 = [ diff --git a/recipes/wip/okteta/recipe.toml b/recipes/wip/okteta/recipe.toml index ef41eab23..f8a23a859 100644 --- a/recipes/wip/okteta/recipe.toml +++ b/recipes/wip/okteta/recipe.toml @@ -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" diff --git a/recipes/wip/onednn/recipe.toml b/recipes/wip/onednn/recipe.toml index 49bcaef27..e543b6f76 100644 --- a/recipes/wip/onednn/recipe.toml +++ b/recipes/wip/onednn/recipe.toml @@ -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 = [ diff --git a/recipes/wip/onefetch/recipe.toml b/recipes/wip/onefetch/recipe.toml index c5d2ef722..20c6ef1ce 100644 --- a/recipes/wip/onefetch/recipe.toml +++ b/recipes/wip/onefetch/recipe.toml @@ -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" diff --git a/recipes/wip/onetbb/recipe.toml b/recipes/wip/onetbb/recipe.toml index ba2275aed..09b6be63b 100644 --- a/recipes/wip/onetbb/recipe.toml +++ b/recipes/wip/onetbb/recipe.toml @@ -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" diff --git a/recipes/wip/opencolorio/recipe.toml b/recipes/wip/opencolorio/recipe.toml index b79bb0f0b..cd8155c25 100644 --- a/recipes/wip/opencolorio/recipe.toml +++ b/recipes/wip/opencolorio/recipe.toml @@ -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 = [ diff --git a/recipes/wip/openexr/recipe.toml b/recipes/wip/openexr/recipe.toml index 43ea9ae72..edd4304c7 100644 --- a/recipes/wip/openexr/recipe.toml +++ b/recipes/wip/openexr/recipe.toml @@ -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 = [ diff --git a/recipes/wip/openimageio/recipe.toml b/recipes/wip/openimageio/recipe.toml index 22f7041d7..b36b96f1f 100644 --- a/recipes/wip/openimageio/recipe.toml +++ b/recipes/wip/openimageio/recipe.toml @@ -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 = [ diff --git a/recipes/wip/openjdk11-headless/recipe.toml b/recipes/wip/openjdk11-headless/recipe.toml index 1c6649c41..bcf47eed5 100644 --- a/recipes/wip/openjdk11-headless/recipe.toml +++ b/recipes/wip/openjdk11-headless/recipe.toml @@ -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 = [ diff --git a/recipes/wip/openjdk17-headless/recipe.toml b/recipes/wip/openjdk17-headless/recipe.toml index 32ab37710..0b9cd0665 100644 --- a/recipes/wip/openjdk17-headless/recipe.toml +++ b/recipes/wip/openjdk17-headless/recipe.toml @@ -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 = [ diff --git a/recipes/wip/openjdk21-headless/recipe.toml b/recipes/wip/openjdk21-headless/recipe.toml index 7038d3383..b8ca03b22 100644 --- a/recipes/wip/openjdk21-headless/recipe.toml +++ b/recipes/wip/openjdk21-headless/recipe.toml @@ -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 = [ diff --git a/recipes/wip/openjdk8-headless/recipe.toml b/recipes/wip/openjdk8-headless/recipe.toml index 9b8d91803..9a8fb93a1 100644 --- a/recipes/wip/openjdk8-headless/recipe.toml +++ b/recipes/wip/openjdk8-headless/recipe.toml @@ -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 = [ diff --git a/recipes/wip/openjpeg/recipe.toml b/recipes/wip/openjpeg/recipe.toml index e1fe26242..de04008a2 100644 --- a/recipes/wip/openjpeg/recipe.toml +++ b/recipes/wip/openjpeg/recipe.toml @@ -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" diff --git a/recipes/wip/opentoonz/recipe.toml b/recipes/wip/opentoonz/recipe.toml index 5fa0ed3e1..029a3153d 100644 --- a/recipes/wip/opentoonz/recipe.toml +++ b/recipes/wip/opentoonz/recipe.toml @@ -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 = [ diff --git a/recipes/wip/openvkl/recipe.toml b/recipes/wip/openvkl/recipe.toml index 553089ced..ddad67795 100644 --- a/recipes/wip/openvkl/recipe.toml +++ b/recipes/wip/openvkl/recipe.toml @@ -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 = [ diff --git a/recipes/wip/oranda/recipe.toml b/recipes/wip/oranda/recipe.toml index 4962d59f6..5ccb101b2 100644 --- a/recipes/wip/oranda/recipe.toml +++ b/recipes/wip/oranda/recipe.toml @@ -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" diff --git a/recipes/wip/ospray-studio/recipe.toml b/recipes/wip/ospray-studio/recipe.toml index 301dafc69..b3c812158 100644 --- a/recipes/wip/ospray-studio/recipe.toml +++ b/recipes/wip/ospray-studio/recipe.toml @@ -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 = [ diff --git a/recipes/wip/ospray/recipe.toml b/recipes/wip/ospray/recipe.toml index 96014313f..0003178a7 100644 --- a/recipes/wip/ospray/recipe.toml +++ b/recipes/wip/ospray/recipe.toml @@ -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 = [ -- GitLab