mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
mgba: update to 0.4.1.
This commit is contained in:
parent
cf8af473db
commit
3bad913cf1
2 changed files with 6 additions and 17 deletions
|
@ -9,17 +9,6 @@
|
||||||
#include "util/common.h"
|
#include "util/common.h"
|
||||||
|
|
||||||
enum GBALogLevel {
|
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.orig 2016-02-07 06:52:37.357857993 +0100
|
||||||
+++ src/platform/posix/threading.h 2016-02-07 06:53:21.030282483 +0100
|
+++ src/platform/posix/threading.h 2016-02-07 06:53:21.030282483 +0100
|
||||||
@@ -86,7 +86,7 @@ static inline int ThreadSetName(const ch
|
@@ -86,7 +86,7 @@ static inline int ThreadSetName(const ch
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'mgba'
|
# Template file for 'mgba'
|
||||||
pkgname=mgba
|
pkgname=mgba
|
||||||
version=0.4.0
|
version=0.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libepoxy-devel ffmpeg-devel SDL2-devel MesaLib-devel zlib-devel libpng-devel libzip-devel libedit-devel libmagick-devel libzip-devel"
|
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"
|
short_desc="Game Boy Advance emulator written in C"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MPL-2"
|
license="MPL-2"
|
||||||
homepage="https://ww.mgba.io/"
|
homepage="https://ww.mgba.io/"
|
||||||
distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=bec8cb17b366ed9a61ea41efe830716215dc8fa08706fc8cdebadfff723c0448
|
checksum=73ae50b9ad11047e47c8b900a5965d39e4126563778f0bbfb264c5f45893aab5
|
||||||
|
|
||||||
subpackages="libmgba"
|
subpackages="libmgba"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue