Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 874BD781B5D for <~alpine/aports@lists.alpinelinux.org>; Sat, 10 Aug 2019 13:53:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6192C27D26 for <~alpine/aports@lists.alpinelinux.org>; Sat, 10 Aug 2019 15:53:13 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z4a3m0IwkXpY; Sat, 10 Aug 2019 15:53:11 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1565445191; bh=gtprtAb4nX5IPTJELKck35Eqj+6yBcedDHTqhxLgH88=; h=From:To:Cc:Subject:Date; b=ZDuqzUcTU1umfTddN9P9ltU/SWvM91ZRfyaMwC6cLh8I528e3AhWNuMXDfYZ2BUIT IaUol2IoTPOBAaofAuIWNIHReOpOHko7DS1E1JKf7uvievi+P7WlrgdNMdaL4MT6Bi Eo/XwuFcnqvC52H9ppZiDnCsmp5A2JQDh0l85oxnjYD2gdKXpZ6NafgUu83+XbkUqu /bP70O4OhDjxtFiUelxOrh0J3H5yRirAiknhBsfvChMkLeBRWyAAOBL0h0hNDFH7pt cRRagO0GhfAJE+Cg3Pfn4pqQHykWDq1T/RrgwOyxVaX6PC4tJK95IQiD3SM+7+hBC3 cO25XyskkBieg== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH v2] testing/dolphin-emu: upgrade to 5.0_git20190809 Date: Sat, 10 Aug 2019 15:53:09 +0200 Message-Id: <20190810135309.14372-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Improved the commit message --- 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 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