summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-11-18 00:52:20 +0200
committerStelios Tsampas2023-11-18 00:52:20 +0200
commitf2b10a3f84e31fe972e19b1cf3b4cfbb8f68ce7e (patch)
tree70f50d87a17315c73f08f12a06f655bc7873326e
parent643640c87630f96bab511178d07c4c342652ca98 (diff)
downloadaur-f2b10a3f84e31fe972e19b1cf3b4cfbb8f68ce7e.tar.gz
[proton] Remove dav1d workaround
-rw-r--r--PKGBUILD5
-rw-r--r--PKGBUILD.testing5
2 files changed, 0 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca645dc7e814..5a94229a8500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -146,11 +146,6 @@ prepare() {
git remote set-url origin https://github.com/ValveSoftware/Proton.git
git submodule update --init --filter=tree:0 --recursive
- # Fix bindgen issue with llvm 16 by pulling in newer versions
- pushd dav1d; git checkout 1.2.1; popd
- pushd gst-plugins-rs; git checkout 0.11.0; popd
- sed 's/libgstrsdav1d.so/libgstdav1d.so/g' -i Makefile.in
-
for rustlib in gst-plugins-rs media-converter; do
pushd $rustlib
export RUSTUP_TOOLCHAIN=stable
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index f59e6103edfa..9563bfe57541 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -146,11 +146,6 @@ prepare() {
git remote set-url origin https://github.com/ValveSoftware/Proton.git
git submodule update --init --filter=tree:0 --recursive
- # Fix bindgen issue with llvm 16 by pulling in newer versions
- pushd dav1d; git checkout 1.2.1; popd
- pushd gst-plugins-rs; git checkout 0.11.0; popd
- sed 's/libgstrsdav1d.so/libgstdav1d.so/g' -i Makefile.in
-
for rustlib in gst-plugins-rs media-converter; do
pushd $rustlib
export RUSTUP_TOOLCHAIN=stable