summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStarterX42022-04-22 20:44:46 +0200
committerGitHub2022-04-22 15:44:46 -0300
commit4349bb10d4c7fd6c7b4761b7cbd51ab6299986d9 (patch)
treebdc24befdbe356629dd7e4d6a38e5709b43184ac
parent8f4d4c06abc4e3d981a0a070e017ce9a56f9b5e9 (diff)
downloadaur-4349bb10d4c7fd6c7b4761b7cbd51ab6299986d9.tar.gz
Update to GE_Proton7_15 (#18)
* Up version to 7-15 * Up version to 7-15 (.SRCINFO edit)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.md20
3 files changed, 26 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67e1b3aec118..682b0b2024d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = proton-ge-custom-bin
pkgdesc = A fancy custom distribution of Valves Proton with various patches
- pkgver = GE_Proton7_14
+ pkgver = GE_Proton7_15
pkgrel = 1
epoch = 1
url = https://github.com/GloriousEggroll/proton-ge-custom
@@ -39,14 +39,14 @@ pkgbase = proton-ge-custom-bin
optdepends = wine: support for 32bit prefixes
optdepends = xboxdrv: gamepad driver service
provides = proton
- provides = proton-ge-custom=GE.Proton7_14
+ provides = proton-ge-custom=GE.Proton7_15
conflicts = proton-ge-custom
options = !strip
options = emptydirs
backup = usr/share/steam/compatibilitytools.d/proton-ge-custom/user_settings.py
- source = GE-Proton7-14_1.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-14/GE-Proton7-14.tar.gz
+ source = GE-Proton7-15_1.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-15/GE-Proton7-15.tar.gz
source = supplementary.tar.zst
- sha512sums = 3cbe99a2659dab1871cef0b50deb8cab4f101cc4d0531ed3d2cd7cf89dcee6aa08357b3d485e4260ab7a46af13bf6349daed16deb382cbadd5b2831ba7ad5503
+ sha512sums = c4fb4e9165d3a09a9a5e72042d2b2176072535678c745bbd27562050a43f74bc29f59fe10870c61ac01c98cc49af319d18d6e38d7691bc1ebb53da35c1e74505
sha512sums = 78f4874746b45151890edede89acc5fef6c6143d93d63db27b592a17f9a3eaa7bcfd25049807f9600794ba1244b121636ebf58ea51a5079e7c7ceef36d0c56a0
pkgname = proton-ge-custom-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4899dbc54387..734761b5ae09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
## pkginfo
pkgdesc='A fancy custom distribution of Valves Proton with various patches'
pkgname=proton-ge-custom-bin
-pkgver=GE_Proton7_14
+pkgver=GE_Proton7_15
pkgrel=1
epoch=1
arch=('x86_64')
@@ -70,7 +70,7 @@ backup=("${_protoncfg}")
url='https://github.com/GloriousEggroll/proton-ge-custom'
source=("${_pkgver}_${pkgrel}.tar.gz::${url}/releases/download/${_pkgver}/${_pkgver}.tar.gz"
'supplementary.tar.zst')
-sha512sums=('3cbe99a2659dab1871cef0b50deb8cab4f101cc4d0531ed3d2cd7cf89dcee6aa08357b3d485e4260ab7a46af13bf6349daed16deb382cbadd5b2831ba7ad5503'
+sha512sums=('c4fb4e9165d3a09a9a5e72042d2b2176072535678c745bbd27562050a43f74bc29f59fe10870c61ac01c98cc49af319d18d6e38d7691bc1ebb53da35c1e74505'
'78f4874746b45151890edede89acc5fef6c6143d93d63db27b592a17f9a3eaa7bcfd25049807f9600794ba1244b121636ebf58ea51a5079e7c7ceef36d0c56a0')
build() {
diff --git a/changelog.md b/changelog.md
index 1dff57721672..8230dd4d5c8d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,23 @@
+## GE-Proton7-15 Released
+- vp9 support enabled in gst-plugins-good for ghostwire tokyo videos (they work now)
+- protonfix added for State of Decay 2 crashes (thanks ThisNekoGuy!)
+- protonfix added for Fall Guys EAC (works now, thanks rokam!)
+- WINE_DO_NOT_CREATE_DXGI_DEVICE_MANAGER video fix enabled for Car Mechanic Simulator 2021
+- WINE_DO_NOT_CREATE_DXGI_DEVICE_MANAGER video fix enabled for Harspace: Shipbreaker
+- WINE_DO_NOT_CREATE_DXGI_DEVICE_MANAGER video fix enabled for Solasta
+- WINE_DO_NOT_CREATE_DXGI_DEVICE_MANAGER video fix enabled for Monster Train
+- WINE_DO_NOT_CREATE_DXGI_DEVICE_MANAGER video fix enabled for The Complex
+- WINE_DO_NOT_CREATE_DXGI_DEVICE_MANAGER video fix enabled for Cook-Out
+- WINE_DO_NOT_CREATE_DXGI_DEVICE_MANAGER video fix enabled for DJMAX Respect V
+- WINE_DO_NOT_CREATE_DXGI_DEVICE_MANAGER video fix enabled for Gloomhaven
+- steam runtime and sdk updated (contains vp9 libraries required)
+- various build commits pulled from upstream proton
+- vkd3d-proton updated to git HansKristian-Work/vkd3d-proton@4a05360 prior to 4/21 (latest UAT updates on 4/21 caused gpu hang during testing)
+- vkd3d-proton upstream ghostwire tokyo commit HansKristian-Work/vkd3d-proton@119e00e cherry-picked and applied
+- dxvk updated to latest git
+- dxvk-nvapi updated to latest git
+- wine updated to latest bleeding edge
+
## GE-Proton7-14 Released
- Hotfix: Received more complaints than praise surrounding the gamemode change so I've reverted the changes. Gamemode is removed from the build and will not be used by default.