From 04b8074a384ab8f7b640c4ff430170240ebdf289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 3 Sep 2020 20:18:10 +0200 Subject: [PATCH] EmulationStation: update to 2.9.3 Also use pugixml tagged version 1.10 instead of git clone. --- srcpkgs/EmulationStation/template | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/srcpkgs/EmulationStation/template b/srcpkgs/EmulationStation/template index 62b398daf8..bb3c8317ba 100644 --- a/srcpkgs/EmulationStation/template +++ b/srcpkgs/EmulationStation/template @@ -1,21 +1,25 @@ # Template file for 'EmulationStation' pkgname=EmulationStation -version=2.7.6 -revision=2 +version=2.9.3 +revision=1 +_pugixml_version=1.10 build_style=cmake -hostmakedepends="pkg-config git" +configure_args="-DOpenGL_GL_PREFERENCE=GLVND -Wno-dev" +hostmakedepends="pkg-config" makedepends="libcurl-devel MesaLib-devel freetype-devel freeimage-devel - SDL2-devel eigen boost-devel vlc-devel" + SDL2-devel eigen boost-devel rapidjson vlc-devel" short_desc="Flexible emulator front-end" maintainer="Enno Boland " license="MIT" homepage="https://github.com/RetroPie/EmulationStation" -distfiles="https://github.com/RetroPie/EmulationStation/archive/v${version}.tar.gz" -checksum=f56b4301ddd97beb990aed387d34e021ea1df6a2f1256cf361cf2bcefd1b6247 +distfiles="https://github.com/RetroPie/EmulationStation/archive/v${version}.tar.gz + https://github.com/zeux/pugixml/releases/download/v1.10/pugixml-${_pugixml_version}.tar.gz" +checksum="ed5125611afd7f79453b8d634a2d3495ec775c4914eb90571a20b74ead54335c + 55f399fbb470942410d348584dc953bcaec926415d3462f471ef350f29b5870a" pre_configure() { rm -rf external/pugixml - git clone https://github.com/zeux/pugixml.git external/pugixml + mv ../pugixml-${_pugixml_version} external/pugixml } post_install() {