mgba: update to 0.6.0.

This commit is contained in:
Michael Gehring 2017-09-17 08:38:07 +00:00
parent f2e451603f
commit e7d7496057
3 changed files with 4 additions and 26 deletions

View File

@ -2296,7 +2296,7 @@ libfirm.so.1.22 libfirm-1.22.0_1
libaudiofile.so.1 audiofile-0.3.6_1
libbs2b.so.0 libbs2b-3.1.0_1
libmunge.so.2 munge-libs-0.5.11_1
libmgba.so.0.5 libmgba-0.5.0_1
libmgba.so.0.6 libmgba-0.6.0_1
libglabels-3.0.so.8 libglabels30-3.2.1_1
libglbarcode-3.0.so.0 libglabels30-3.2.1_1
libjim.so.0.77 jimtcl-0.77_1

View File

@ -1,22 +0,0 @@
--- src/core/interface.h.orig 2016-01-10 11:17:39.121353660 +0100
+++ src/core/interface.h 2016-01-10 11:17:50.208461559 +0100
@@ -6,6 +6,8 @@
#ifndef INTERFACE_H
#define INTERFACE_H
+#include <time.h>
+
#include "util/common.h"
enum GBALogLevel {
--- 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
#elif defined(__FreeBSD__) || defined(__OpenBSD__)
pthread_set_name_np(pthread_self(), name);
return 0;
-#elif !defined(BUILD_PANDORA) // Pandora's glibc is too old
+#elif defined(__GLIBC__) // Pandora's glibc is too old
return pthread_setname_np(pthread_self(), name);
#else
UNUSED(name);

View File

@ -1,7 +1,7 @@
# Template file for 'mgba'
pkgname=mgba
version=0.5.2
revision=4
version=0.6.0
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="libepoxy-devel ffmpeg-devel SDL2-devel MesaLib-devel zlib-devel
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MPL-2"
homepage="https://www.mgba.io/"
distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
checksum=3d9fda762e6e0dd26ffbd3cbaa5365dc7ca7ed324cee5c65b7c85eaa3c37c4f3
checksum=d8cf01befd7f452415a9191b058bc21e47e39c7f2c865257cd93c2780b17fe07
subpackages="libmgba"
if [ -z "$CROSS_BUILD" ]; then