[PATCH] testing/dolphin-emu: upgrade to latest git master
Export this patch
---
testing/dolphin-emu/APKBUILD | 14 +++++ ---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/testing/dolphin-emu/APKBUILD b/testing/dolphin-emu/APKBUILD
index 38db414307..51c6243c0e 100644
--- a/testing/dolphin-emu/APKBUILD
+++ b/testing/dolphin-emu/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=dolphin-emu
_pkgname=dolphin
- pkgver=5.0_git20190707
+ pkgver=5.0_git20190809
pkgrel=0
- _commit="398aa2a9f976169c4ac8228f0969971f3e2ba2f3"
+ _commit="b88e5610ab7db20aeda240a22f6223fa9cc905c6"
# Upstream doesn't actively support non 64-bit platforms and they're too slow
# to emulate any games anyway
arch="x86_64 aarch64"
@@ -36,13 +36,11 @@ makedepends="
bluez-dev
pulseaudio-dev
vulkan-headers
+ libxrandr-dev
"
# The following dependencies are required, but atm not supported for using system wide libraries
# minizip-dev xxhash-dev soundtouch-dev gtest-dev
- source="$pkgname-$_commit.tar.gz::https://github.com/dolphin-emu/$_pkgname/archive/$_commit.tar.gz
- add-missing-x11-includes.patch
- fix-compilation-without-xrandr-support.patch
- "
+ source="$pkgname-$_commit.tar.gz::https://github.com/dolphin-emu/$_pkgname/archive/$_commit.tar.gz"
subpackages="$pkgname-doc $pkgname-lang"
builddir="$srcdir/$_pkgname-$_commit"
@@ -107,6 +105,4 @@ package() {
install -Dm 644 Data/51-usb-device.rules -t "$pkgdir"/usr/lib/udev/rules.d/
}
- sha512sums="c6bd84e6840b83d84cadf0e8deb0f34780bc56f642fdf84a5480a9e0600bf677b2ad3214a861771f1108c176c21cd36e6086809c3de9b8572b1f18197e91be4d dolphin-emu-398aa2a9f976169c4ac8228f0969971f3e2ba2f3.tar.gz
- eb7c31b5aa790a0839642da296ded70b543c4e2e7ab910b491367c8258065f0a976fa155e8a782ece745e842a0bf743e7c13d1cf1061255b672d7b7d47fde44a add-missing-x11-includes.patch
- 1ed5851dd03db8e76ec9aa8194e4014bc951b1f363133db0dc43098aaab43f507bb9b97e55b50a9d5793b7b5b75cf5100881bdd1d5b80c0ada0192e104099ec4 fix-compilation-without-xrandr-support.patch"
+ sha512sums="2636ecb59d93a5116e18b9d2ef1548e3a47caec4ffac2af2a554857c13b2bcdd9f22e8698df0a23056c20c9c368aeff4b5faba7083655d2d9c43148864e99dce dolphin-emu-b88e5610ab7db20aeda240a22f6223fa9cc905c6.tar.gz"
--
2.21.0
Hi Bart,
Could you use better commit message? For example:
testing/dolphin-emu: upgrade to 5.0_git20190809
or something similar
Thanks for helping Alpine Linux
--
regards
On Sat, 2019-08-10 at 02:46, Bart Ribbers wrote: