From 39c8a321ebb44933ac6efec9261dbf9d15b140f0 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Tue, 11 Jun 2024 09:09:20 -0600
Subject: [PATCH] Replace llvm with llvm18 in all recipes

---
 recipes/demos/glutin/recipe.toml            | 2 +-
 recipes/emulators/flycast/recipe.toml       | 2 +-
 recipes/emulators/mednafen/recipe.toml      | 2 +-
 recipes/emulators/retroarch/recipe.toml     | 2 +-
 recipes/tools/pathfinder/recipe.toml        | 2 +-
 recipes/wip/dev/gnome-builder/recipe.toml   | 2 +-
 recipes/wip/emulators/boxedwine/recipe.toml | 2 +-
 recipes/wip/emulators/ppsspp/recipe.toml    | 2 +-
 recipes/wip/games/shockolate/recipe.toml    | 2 +-
 recipes/wip/graphics/gaffer/recipe.toml     | 2 +-
 recipes/wip/tools/cosmic-player/recipe.toml | 2 +-
 recipes/wip/video/tplay/recipe.toml         | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/recipes/demos/glutin/recipe.toml b/recipes/demos/glutin/recipe.toml
index ac85fe0fa..1d3a416e2 100644
--- a/recipes/demos/glutin/recipe.toml
+++ b/recipes/demos/glutin/recipe.toml
@@ -6,7 +6,7 @@ upstream = "https://github.com/rust-windowing/glutin.git"
 [build]
 template = "custom"
 dependencies = [
-    "llvm",
+    "llvm18",
     "mesa",
     "zlib"
 ]
diff --git a/recipes/emulators/flycast/recipe.toml b/recipes/emulators/flycast/recipe.toml
index 8cce16b8a..97da4dda2 100644
--- a/recipes/emulators/flycast/recipe.toml
+++ b/recipes/emulators/flycast/recipe.toml
@@ -7,7 +7,7 @@ dependencies = [
     "curl",
     "libiconv",
     "liborbital",
-    "llvm",
+    "llvm18",
     "mesa",
     "nghttp2",
     "openssl1",
diff --git a/recipes/emulators/mednafen/recipe.toml b/recipes/emulators/mednafen/recipe.toml
index 829674b8c..e17b10e9e 100644
--- a/recipes/emulators/mednafen/recipe.toml
+++ b/recipes/emulators/mednafen/recipe.toml
@@ -11,7 +11,7 @@ dependencies = [
     #TODO: libflac
     "libiconv",
     "liborbital",
-    "llvm",
+    "llvm18",
     "mesa",
     "sdl2",
     "zlib",
diff --git a/recipes/emulators/retroarch/recipe.toml b/recipes/emulators/retroarch/recipe.toml
index 51f4019e4..e830377e2 100644
--- a/recipes/emulators/retroarch/recipe.toml
+++ b/recipes/emulators/retroarch/recipe.toml
@@ -6,7 +6,7 @@ template = "custom"
 dependencies = [
     "liborbital",
     "libretro-super",
-    "llvm",
+    "llvm18",
     "mesa",
     "openssl1",
     "sdl2",
diff --git a/recipes/tools/pathfinder/recipe.toml b/recipes/tools/pathfinder/recipe.toml
index 358b0a2aa..d867a2302 100644
--- a/recipes/tools/pathfinder/recipe.toml
+++ b/recipes/tools/pathfinder/recipe.toml
@@ -6,7 +6,7 @@ upstream = "https://github.com/servo/pathfinder.git"
 [build]
 template = "custom"
 dependencies = [
-    "llvm",
+    "llvm18",
     "mesa",
     "zlib",
 ]
diff --git a/recipes/wip/dev/gnome-builder/recipe.toml b/recipes/wip/dev/gnome-builder/recipe.toml
index 719f3e914..53b8683f7 100644
--- a/recipes/wip/dev/gnome-builder/recipe.toml
+++ b/recipes/wip/dev/gnome-builder/recipe.toml
@@ -10,7 +10,7 @@ dependencies = [
     "dbus",
     "dspy",
     "enchant",
-    "llvm",
+    "llvm18",
     "gdk-pixbuf",
     "glib",
     "gobject-introspection",
diff --git a/recipes/wip/emulators/boxedwine/recipe.toml b/recipes/wip/emulators/boxedwine/recipe.toml
index 2d2507c08..f6970436e 100644
--- a/recipes/wip/emulators/boxedwine/recipe.toml
+++ b/recipes/wip/emulators/boxedwine/recipe.toml
@@ -6,7 +6,7 @@ template = "custom"
 dependencies = [
     "curl",
     "liborbital",
-    "llvm",
+    "llvm18",
     "mesa",
     "mesa-glu",
     "nghttp2",
diff --git a/recipes/wip/emulators/ppsspp/recipe.toml b/recipes/wip/emulators/ppsspp/recipe.toml
index c5ed3d3f9..5ce00a6f1 100644
--- a/recipes/wip/emulators/ppsspp/recipe.toml
+++ b/recipes/wip/emulators/ppsspp/recipe.toml
@@ -5,7 +5,7 @@ git = "https://github.com/jackpot51/ppsspp"
 template = "custom"
 dependencies = [
     "liborbital",
-    "llvm",
+    "llvm18",
     "mesa",
     "mesa-glu",
     "sdl2",
diff --git a/recipes/wip/games/shockolate/recipe.toml b/recipes/wip/games/shockolate/recipe.toml
index 8f5ce5551..892671009 100644
--- a/recipes/wip/games/shockolate/recipe.toml
+++ b/recipes/wip/games/shockolate/recipe.toml
@@ -42,5 +42,5 @@ cp -rv "${COOKBOOK_SOURCE}/shaders" "${COOKBOOK_STAGE}/home/user/systemshock/sha
 """
 [package]
 dependencies = [
-    "llvm",
+    "llvm18",
 ]
diff --git a/recipes/wip/graphics/gaffer/recipe.toml b/recipes/wip/graphics/gaffer/recipe.toml
index d2cd57978..8a8ec0f55 100644
--- a/recipes/wip/graphics/gaffer/recipe.toml
+++ b/recipes/wip/graphics/gaffer/recipe.toml
@@ -13,7 +13,7 @@ dependencies = [
     "freetype2",
     "glew",
     "imath",
-    "llvm",
+    "llvm18",
     "lz4",
     "libffi",
     "libjpeg-turbo",
diff --git a/recipes/wip/tools/cosmic-player/recipe.toml b/recipes/wip/tools/cosmic-player/recipe.toml
index bd26691ab..ec0f1a58e 100644
--- a/recipes/wip/tools/cosmic-player/recipe.toml
+++ b/recipes/wip/tools/cosmic-player/recipe.toml
@@ -6,7 +6,7 @@ branch = "master"
 dependencies = [
     "ffmpeg6",
     "liborbital",
-    "llvm",
+    "llvm18",
     "mesa",
     "sdl2",
     "zlib",
diff --git a/recipes/wip/video/tplay/recipe.toml b/recipes/wip/video/tplay/recipe.toml
index a922c6ecd..df5a777ef 100644
--- a/recipes/wip/video/tplay/recipe.toml
+++ b/recipes/wip/video/tplay/recipe.toml
@@ -6,7 +6,7 @@ rev = "f32d5d3df7e3c6a873d1b113ef3b707b016b3a69"
 template = "cargo"
 dependencies = [
     "ffmpeg6",
-    "llvm",
+    "llvm18",
     "openssl1",
     "opencv4",
 ]
-- 
GitLab