diff --git a/srcpkgs/mgba/patches/musl.patch b/srcpkgs/mgba/patches/musl.patch index 44c9631dfab..3be242456f0 100644 --- a/srcpkgs/mgba/patches/musl.patch +++ b/srcpkgs/mgba/patches/musl.patch @@ -1,5 +1,5 @@ ---- src/gba/interface.h.orig 2016-01-10 11:17:39.121353660 +0100 -+++ src/gba/interface.h 2016-01-10 11:17:50.208461559 +0100 +--- src/gba/interface.h.orig 2016-01-10 11:17:39.121353660 +0100 ++++ src/gba/interface.h 2016-01-10 11:17:50.208461559 +0100 @@ -6,6 +6,8 @@ #ifndef INTERFACE_H #define INTERFACE_H @@ -9,17 +9,6 @@ #include "util/common.h" enum GBALogLevel { ---- src/platform/qt/Window.cpp.orig 2016-01-10 11:19:45.761630495 +0100 -+++ src/platform/qt/Window.cpp 2016-01-10 11:20:09.408873356 +0100 -@@ -42,7 +42,7 @@ extern "C" { - - using namespace QGBA; - --#if defined(__WIN32) || defined(__OpenBSD__) -+#if defined(__WIN32) || defined(__OpenBSD__) || defined(__linux__) && !defined(__GLIBC__) - // This is a macro everywhere except MinGW and OpenBSD, it seems - using std::isnan; - #endif --- src/platform/posix/threading.h.orig 2016-02-07 06:52:37.357857993 +0100 +++ src/platform/posix/threading.h 2016-02-07 06:53:21.030282483 +0100 @@ -86,7 +86,7 @@ static inline int ThreadSetName(const ch diff --git a/srcpkgs/mgba/template b/srcpkgs/mgba/template index f79fab274f7..23c578224ac 100644 --- a/srcpkgs/mgba/template +++ b/srcpkgs/mgba/template @@ -1,16 +1,16 @@ # Template file for 'mgba' pkgname=mgba -version=0.4.0 +version=0.4.1 revision=1 build_style=cmake -hostmakedepends="cmake pkg-config" -makedepends="libepoxy-devel ffmpeg-devel SDL2-devel MesaLib-devel zlib-devel libpng-devel libzip-devel libedit-devel libmagick-devel libzip-devel" +hostmakedepends="pkg-config" +makedepends="libepoxy-devel ffmpeg-devel SDL2-devel MesaLib-devel zlib-devel libpng-devel libzip-devel libedit-devel libmagick-devel libzip-devel minizip-devel" short_desc="Game Boy Advance emulator written in C" maintainer="Juan RP " license="MPL-2" homepage="https://ww.mgba.io/" distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz" -checksum=bec8cb17b366ed9a61ea41efe830716215dc8fa08706fc8cdebadfff723c0448 +checksum=73ae50b9ad11047e47c8b900a5965d39e4126563778f0bbfb264c5f45893aab5 subpackages="libmgba" if [ -z "$CROSS_BUILD" ]; then