dosbox-staging: upgrade 0.77.1 -> 0.78.0

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-01-01 14:28:39 +01:00
parent 74d319614f
commit 1df5443044
2 changed files with 4 additions and 32 deletions

View File

@@ -14,24 +14,21 @@ DEPENDS = " \
fluidsynth \
opusfile \
munt \
libslirp \
"
inherit meson pkgconfig gtk-icon-cache features_check
REQUIRED_DISTRO_FEATURES = "x11 opengl"
SRC_URI = " \
git://github.com/dosbox-staging/dosbox-staging.git;branch=kc/release-0.77.1;protocol=https \
file://0001-Fix-missing-include.patch \
"
SRCREV = "30d8752ac518182b83af945b3dd372eb4fc9b08d"
PV = "0.77.1"
SRC_URI = "git://github.com/dosbox-staging/dosbox-staging.git;branch=main;protocol=https"
SRCREV = "656e98edaf0fd2269c3d74792a568f277180e6d0"
PV = "0.78.0"
S = "${WORKDIR}/git"
DYNCORE ?= "-Ddynamic_core=dynrec"
EXTRA_OEMESON = " \
-Duse_pcap=true \
${DYNCORE} \
"

View File

@@ -1,25 +0,0 @@
From 5b23877f74f9cbfc8a6442e19c672ba91229f923 Mon Sep 17 00:00:00 2001
From: Dan Church <amphetamachine@gmail.com>
Date: Thu, 8 Jul 2021 16:15:37 -0500
Subject: [PATCH] Fix missing include
Upstream-Status: Accepted[https://github.com/dosbox-staging/dosbox-staging/commit/5b23877f74f9cbfc8a6442e19c672ba91229f923]
---
src/hardware/ne2000.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/hardware/ne2000.cpp b/src/hardware/ne2000.cpp
index 7b4dcec4..3f68fe79 100644
--- a/src/hardware/ne2000.cpp
+++ b/src/hardware/ne2000.cpp
@@ -26,6 +26,7 @@
#if C_NE2000
+#include <cstdarg>
#include <cstdio>
#include <cstring>
--
2.31.1