melonDS: update to 0.9.5
This commit is contained in:
parent
a670545e04
commit
a7ceba9345
2 changed files with 4 additions and 23 deletions
|
@ -1,19 +0,0 @@
|
||||||
From 55355e1e7c82e9bccda9cfb72b65c64c6d8b208c Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Trung=20L=C3=AA?= <trung.le@ruby-journal.com>
|
|
||||||
Date: Thu, 24 Feb 2022 10:42:35 +1100
|
|
||||||
Subject: [PATCH] Add utility lib to fix missing std::exchange error
|
|
||||||
|
|
||||||
---
|
|
||||||
src/interpreter.h | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/src/interpreter.h b/src/interpreter.h
|
|
||||||
index 72724ee..aac4916 100644
|
|
||||||
--- a/src/teakra/src/interpreter.h
|
|
||||||
+++ b/src/teakra/src/interpreter.h
|
|
||||||
@@ -1,4 +1,5 @@
|
|
||||||
#pragma once
|
|
||||||
+#include <utility>
|
|
||||||
#include <atomic>
|
|
||||||
#include <stdexcept>
|
|
||||||
#include <tuple>
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'melonDS'
|
# Template file for 'melonDS'
|
||||||
pkgname=melonDS
|
pkgname=melonDS
|
||||||
version=0.9.4
|
version=0.9.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
hostmakedepends="pkg-config qt5-host-tools qt5-qmake extra-cmake-modules"
|
||||||
makedepends="qt5-devel libslirp-devel SDL2-devel libepoxy-devel
|
makedepends="qt5-devel libslirp-devel SDL2-devel libepoxy-devel
|
||||||
libarchive-devel"
|
libarchive-devel qt5-multimedia-devel"
|
||||||
short_desc="Fast and accurate Nintendo DS emulator"
|
short_desc="Fast and accurate Nintendo DS emulator"
|
||||||
maintainer="Francesco Circhetta <francesco.circhetta@gmail.com>"
|
maintainer="Francesco Circhetta <francesco.circhetta@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://melonds.kuribo64.net/"
|
homepage="http://melonds.kuribo64.net/"
|
||||||
distfiles="https://github.com/Arisotura/melonDS/archive/${version}.tar.gz"
|
distfiles="https://github.com/Arisotura/melonDS/archive/${version}.tar.gz"
|
||||||
checksum=8022c8798a723f8ffae6ffdad2e7637cf9046e88f86b55b5f9ad3fa3b2e6d398
|
checksum=52c6b99340b8bba8c52b11a2242591f05e838c34ddd9ec20dcf1a6039405434a
|
||||||
|
|
Loading…
Add table
Reference in a new issue