Replace llvm with llvm18 in all recipes

This commit is contained in:
Jeremy Soller 2024-06-11 09:09:20 -06:00
parent 7a87b79719
commit 39c8a321eb
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F
12 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,7 @@ upstream = "https://github.com/rust-windowing/glutin.git"
[build]
template = "custom"
dependencies = [
"llvm",
"llvm18",
"mesa",
"zlib"
]

View File

@ -7,7 +7,7 @@ dependencies = [
"curl",
"libiconv",
"liborbital",
"llvm",
"llvm18",
"mesa",
"nghttp2",
"openssl1",

View File

@ -11,7 +11,7 @@ dependencies = [
#TODO: libflac
"libiconv",
"liborbital",
"llvm",
"llvm18",
"mesa",
"sdl2",
"zlib",

View File

@ -6,7 +6,7 @@ template = "custom"
dependencies = [
"liborbital",
"libretro-super",
"llvm",
"llvm18",
"mesa",
"openssl1",
"sdl2",

View File

@ -6,7 +6,7 @@ upstream = "https://github.com/servo/pathfinder.git"
[build]
template = "custom"
dependencies = [
"llvm",
"llvm18",
"mesa",
"zlib",
]

View File

@ -10,7 +10,7 @@ dependencies = [
"dbus",
"dspy",
"enchant",
"llvm",
"llvm18",
"gdk-pixbuf",
"glib",
"gobject-introspection",

View File

@ -6,7 +6,7 @@ template = "custom"
dependencies = [
"curl",
"liborbital",
"llvm",
"llvm18",
"mesa",
"mesa-glu",
"nghttp2",

View File

@ -5,7 +5,7 @@ git = "https://github.com/jackpot51/ppsspp"
template = "custom"
dependencies = [
"liborbital",
"llvm",
"llvm18",
"mesa",
"mesa-glu",
"sdl2",

View File

@ -42,5 +42,5 @@ cp -rv "${COOKBOOK_SOURCE}/shaders" "${COOKBOOK_STAGE}/home/user/systemshock/sha
"""
[package]
dependencies = [
"llvm",
"llvm18",
]

View File

@ -13,7 +13,7 @@ dependencies = [
"freetype2",
"glew",
"imath",
"llvm",
"llvm18",
"lz4",
"libffi",
"libjpeg-turbo",

View File

@ -6,7 +6,7 @@ branch = "master"
dependencies = [
"ffmpeg6",
"liborbital",
"llvm",
"llvm18",
"mesa",
"sdl2",
"zlib",

View File

@ -6,7 +6,7 @@ rev = "f32d5d3df7e3c6a873d1b113ef3b707b016b3a69"
template = "cargo"
dependencies = [
"ffmpeg6",
"llvm",
"llvm18",
"openssl1",
"opencv4",
]