diff --git a/srcpkgs/EmulationStation-rpi/patches/musl.patch b/srcpkgs/EmulationStation-rpi/patches/musl.patch deleted file mode 100644 index 14ee228a040..00000000000 --- a/srcpkgs/EmulationStation-rpi/patches/musl.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- es-core/src/Util.cpp 2016-03-13 20:31:00.000000000 +0100 -+++ - 2018-10-05 11:16:58.054469211 +0200 -@@ -32,7 +32,7 @@ - } - - --#if _MSC_VER < 1800 -+#if 0 - float round(float num) - { - return (float)((int)(num + 0.5f)); ---- es-core/src/Util.h 2016-03-13 20:31:00.000000000 +0100 -+++ - 2018-10-05 11:17:16.991980845 +0200 -@@ -15,7 +15,7 @@ - Eigen::Vector3f roundVector(const Eigen::Vector3f& vec); - Eigen::Vector2f roundVector(const Eigen::Vector2f& vec); - --#if _MSC_VER < 1800 -+#if 0 - float round(float num); - #endif /* _MSC_VER */ - diff --git a/srcpkgs/EmulationStation-rpi/template b/srcpkgs/EmulationStation-rpi/template index d65fdbb9d36..fa2106357b9 100644 --- a/srcpkgs/EmulationStation-rpi/template +++ b/srcpkgs/EmulationStation-rpi/template @@ -1,25 +1,11 @@ # Template file for 'EmulationStation-rpi' pkgname=EmulationStation-rpi version=2.0.1a -revision=3 -_githash=93f6e11c95f9e7a0c00d3a70c744b22d9a931127 -build_style=cmake +revision=4 +build_style=meta archs="aarch64* armv6l* armv7l*" -provides="EmulationStation-${version}_${revision}" -makedepends="libcurl-devel rpi-userland-devel freetype-devel freeimage-devel - SDL2-devel eigen boost-devel" -short_desc="A flexible emulator front-end" +depends="EmulationStation" +short_desc="A flexible emulator front-end - (transitional dummy package)" maintainer="Enno Boland " license="MIT" homepage="https://github.com/Herdinger/EmulationStation" -distfiles="https://github.com/Herdinger/EmulationStation/archive/$_githash.tar.gz" -checksum=e144e06fdd64522c67f35b882eb0d8c5ab455075d9d3b4cd13e2c6f7764c7e38 -wrksrc=EmulationStation-$_githash - -pre_configure() { - sed -i "s#/opt/vc#$XBPS_CROSS_BASE\0#; s/EGL/\0 GLESv2/" CMakeLists.txt -} - -post_install() { - vlicense LICENSE.md -}