Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-09 08:59:39 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-09 08:59:39 +0100
commitcbf98df66964463ec7ce0a0d80930abf53299eb0 (patch)
tree2314fa87b312d0011e31194b771e91b3b2f96905
parente38fcbff457191ed0df6475054a30e5e38d91ace (diff)
extra/rav1e: blacklisted on i486, fix openssl-1.1, llvm14-libs for the rest
-rw-r--r--blacklist/i486/rust/rav1e1
-rw-r--r--extra/rav1e/PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/blacklist/i486/rust/rav1e b/blacklist/i486/rust/rav1e
new file mode 100644
index 00000000..c85e857e
--- /dev/null
+++ b/blacklist/i486/rust/rav1e
@@ -0,0 +1 @@
+rav1e is written in Rust, requires Rust bootstrapping, disabled for i486
diff --git a/extra/rav1e/PKGBUILD b/extra/rav1e/PKGBUILD
index f45dbca1..a9a3b2d7 100644
--- a/extra/rav1e/PKGBUILD
+++ b/extra/rav1e/PKGBUILD
@@ -1,2 +1,2 @@
-# still using llvm13 for rust
-makedepends+=(llvm13)
+# still using llvm14, openssl-1.1 for rust
+makedepends+=(llvm14-libs openssl-1.1)