summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-08-30 19:21:09 +0300
committerStelios Tsampas2023-08-30 19:21:09 +0300
commit55c95a7ac5c2aae9447d80c1bf8009f1826c0cca (patch)
tree6124a740c1c1df7c8f93071fc57f68c531d594a4
parenta092f97cc7fe788d71e1c256c33aeeb58da37e02 (diff)
downloadaur-55c95a7ac5c2aae9447d80c1bf8009f1826c0cca.tar.gz
[proton] sed libgstrsdav1d.so -> libgstdav1d.so
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--PKGBUILD.testing5
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66a4fe7218cd..d796e676ec7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proton
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components
pkgver = 8.0.3.3
- pkgrel = 6
+ pkgrel = 7
epoch = 1
url = https://github.com/ValveSoftware/Proton
install = proton.install
diff --git a/PKGBUILD b/PKGBUILD
index 1fbb1ac71879..b03d87c03bf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _commit=
pkgver=8.0.3.3 # pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=7.4.1
-pkgrel=6
+pkgrel=7
epoch=1
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
url="https://github.com/ValveSoftware/Proton"
@@ -146,9 +146,10 @@ 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 updating dav1d to something newer
+ # 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
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index c450b09937e7..83b3dd38591f 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -6,7 +6,7 @@ _commit=
pkgver=8.0.3.3 # pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=7.4.1
-pkgrel=6
+pkgrel=7
epoch=1
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
url="https://github.com/ValveSoftware/Proton"
@@ -146,9 +146,10 @@ 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 updating dav1d to something newer
+ # 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