makedeb


proton-ge-custom-bin 8.3-1


A fancy custom distribution of Valves Proton with various patches

Click here to go back to the commit logs for proton-ge-custom-bin.

Commit:


Hash: b46de7e47da03500ff12f0266cbcfc82bb0c3dff

Message: God is dead and Proton-GE is updated to 7-5

Diff


diff --git a/PKGBUILD b/PKGBUILD
index ff0595a..4c796c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 ## pkginfo
 pkgdesc="A fancy custom distribution of Valves Proton with various patches"
 pkgname=proton-ge-custom-bin
-pkgver=7.4
+pkgver=7.5
 pkgrel=1
 arch=('x86_64')
 license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
@@ -37,7 +37,6 @@ optdepends=('kdialog: KDE splash dialog support'
             'winetricks: protonfixes backend - highly recommended'
             'wine: support for 32bit prefixes'
             'xboxdrv: gamepad driver service'
-            'libusb-1.0-0: wine usb support'
           )
 ## makepkg options
 options=('!strip')
@@ -60,12 +59,11 @@ backup=("${_protoncfg}")
 url='https://github.com/GloriousEggroll/proton-ge-custom'
 source=(${_pkgname}-${_pkgver}.tar.gz::"${url}/releases/download/${_srcdir}/${_srcdir}.tar.gz"
         "supplementary.tar.zst")
-sha512sums=('69e5ea189c042ee7296bbc2b364000f6b3afbf17e114c1726e03cb39530622e154585128a5341484c90de9edcd201ac4422652853bd3f528a8c4a9d94c2d7ccf'
-	    'b159d14b04373fe0a643a07386e0c7fbc14471f68cdf37aacdc1deb115d332ff888f53b9881b8c01934a6820583cf0b173c4fdea614ebe3cc30267fe427fc6bf')
+sha512sums('bec8eca24029c4e56c7fe3a77a8f08be172f54c377d1a92cce2b8be973e7406801eb79995a173a49b3a350229f45c8e90d2c7eaf13440287905b6066f9a51a4f'
+           'a484c4cd2003057cf0cbbd32ca5d0106e97c75434e7bef34b35be8239ad98a482358852e41e85abedf5b24ac4d0375c8fffc7deee81a9b08c7799a398f23773b')
 
 build() {
 ## patches
-install --mode=0755 ${srcdir}/patches/tracked_files ${_srcdir}/proton_ge_tracked_files
 sed -i "s|_proton=echo|_proton=/${_protondir}/proton|" ${srcdir}/launchers/proton.sh
 sed -i -r 's|"GE-Proton.*"|"Proton-GE"|' ${_srcdir}/compatibilitytool.vdf
 ## remove artifacts
diff --git a/changelog.md b/changelog.md
index cd47a2c..d67497b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,30 @@
+## GE-Proton7-5 Released
+
+### WINE:
+Added NVCUDA patches from staging (required to allow physx to work again -- yay)
+Added missing mouse rawinput patch from staging that allows true rawinput values rather than transformed values (this restores the same rawinput functionality of the previous proton-ge staging builds)
+Added upstream powrprof patches for FFVII and SpecialK
+Removed no longer needed customized mfplat reverts/patches -- upstream proton's work for CoD Blops III now
+
+### Protonfixes:
+
+Add protonfix for Project MIKHAIL: A Muv-Luv War Story
+Add protonfix for MotorGP
+Add protonfix for Exo One
+Remove no longer needed protonfix for Apex Legends
+
+### FFmpeg:
+
+Added missing h264 and AAC decoders (fixes video decoding when shadercache is disabled in some games, such as BL3 Markus intro) (Thanks mmbossoni)
+
+### DXVK:
+
+updated dxvk to git
+
+### VKD3D:
+
+updated vkd3d-proton to git
+
 ## GE-Proton7-4 Released
 Another hotfix build:
 
diff --git a/supplementary.tar.zst b/supplementary.tar.zst
index 3f96ae3..870a8ea 100644
Binary files a/supplementary.tar.zst and b/supplementary.tar.zst differ