dosbox: update to 0.74.2

This commit is contained in:
Leonid Pliushch 2018-09-28 17:09:14 +03:00 committed by Yaksh Bariya
parent 5434099093
commit e3c127ebb2
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
2 changed files with 3 additions and 16 deletions

View File

@ -2,9 +2,8 @@ TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_HOMEPAGE=http://dosbox.sourceforge.net/
TERMUX_PKG_DESCRIPTION="Emulator with builtin DOS for running DOS Games"
TERMUX_PKG_VERSION=0.74
TERMUX_PKG_REVISION=8
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/dosbox/dosbox-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05
TERMUX_PKG_VERSION=0.74.2
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/dosbox/dosbox-${TERMUX_PKG_VERSION/.2/-2}.tar.gz
TERMUX_PKG_SHA256=7077303595bedd7cd0bb94227fa9a6b5609e7c90a3e6523af11bc4afcb0a57cf
TERMUX_PKG_DEPENDS="libc++, libsdl, libsdl-net"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-dynamic-x86 --disable-fpu-x86 --disable-opengl"

View File

@ -1,12 +0,0 @@
diff -uNr dosbox-0.74/src/ints/int10_vesa.cpp dosbox-0.74.mod/src/ints/int10_vesa.cpp
--- dosbox-0.74/src/ints/int10_vesa.cpp 2010-05-10 20:43:54.000000000 +0300
+++ dosbox-0.74.mod/src/ints/int10_vesa.cpp 2018-09-22 19:17:25.564727346 +0300
@@ -39,7 +39,7 @@
static char string_oem[]="S3 Incorporated. Trio64";
static char string_vendorname[]="DOSBox Development Team";
static char string_productname[]="DOSBox - The DOS Emulator";
-static char string_productrev[]="DOSBox "VERSION;
+static char string_productrev[]="DOSBox " VERSION;
#ifdef _MSC_VER
#pragma pack (1)