Update to 0.65
This commit is contained in:
parent
32ed21b52f
commit
7eb1060cc2
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2005/11/26 04:42:38 jsg Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2006/03/31 13:56:51 jsg Exp $
|
||||
|
||||
COMMENT= "x86 with DOS emulator targeted at playing old games"
|
||||
DISTNAME= dosbox-0.63
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
COMMENT= "x86 with DOS emulator targeted at playing games"
|
||||
DISTNAME= dosbox-0.65
|
||||
PKGNAME= ${DISTNAME}
|
||||
CATEGORIES= games x11 emulators
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/}
|
||||
|
||||
@ -27,8 +27,6 @@ NO_REGRESS= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV=CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include"
|
||||
CONFIGURE_ENV+=LDFLAGS="-L${LOCALBASE}/lib"
|
||||
# The dynamic CPU core does nasty things
|
||||
CONFIGURE_ARGS= --disable-dynamic-x86
|
||||
CONFIGURE_ARGS+= --disable-alsatest
|
||||
CONFIGURE_ARGS+= --disable-opengl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (dosbox-0.63.tar.gz) = 629413e41224ae9cdd115fdafd55cbdc
|
||||
RMD160 (dosbox-0.63.tar.gz) = c6c6e5206f3f3671652405aafbf244cd90742ef9
|
||||
SHA1 (dosbox-0.63.tar.gz) = d40e9996678dbe1626eb5a80f49862a93d1108d0
|
||||
SIZE (dosbox-0.63.tar.gz) = 648762
|
||||
MD5 (dosbox-0.65.tar.gz) = fef84c292c3aeae747368b9875c1575a
|
||||
RMD160 (dosbox-0.65.tar.gz) = 1d05002ae0ddcac74071180d0fa81aba3092e6f1
|
||||
SHA1 (dosbox-0.65.tar.gz) = 4e9b65c9c2091ab30a952e3b7e63b74df605f419
|
||||
SIZE (dosbox-0.65.tar.gz) = 848989
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-include_cross_h,v 1.1.1.1 2004/10/07 03:05:32 jsg Exp $
|
||||
--- include/cross.h.orig Tue Oct 5 19:42:34 2004
|
||||
+++ include/cross.h Tue Oct 5 19:42:47 2004
|
||||
$OpenBSD: patch-include_cross_h,v 1.2 2006/03/31 13:56:51 jsg Exp $
|
||||
--- include/cross.h.orig Thu Feb 9 23:32:47 2006
|
||||
+++ include/cross.h Fri Mar 31 21:36:23 2006
|
||||
@@ -34,10 +34,11 @@
|
||||
#else /* LINUX / GCC */
|
||||
#include <dirent.h>
|
||||
@ -13,4 +13,4 @@ $OpenBSD: patch-include_cross_h,v 1.1.1.1 2004/10/07 03:05:32 jsg Exp $
|
||||
+#define CROSS_LEN MAXPATHLEN /* Maximum filename size */
|
||||
|
||||
|
||||
#if defined (WIN32) /* Win 32 */
|
||||
#if defined (WIN32) || defined (OS2) /* Win 32 & OS/2*/
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_dos_cdrom_image_cpp,v 1.3 2005/11/26 04:42:39 jsg Exp $
|
||||
--- src/dos/cdrom_image.cpp.orig Sat Nov 26 15:18:06 2005
|
||||
+++ src/dos/cdrom_image.cpp Sat Nov 26 15:18:13 2005
|
||||
@@ -115,7 +115,7 @@ int CDROM_Interface_Image::AudioFile::ge
|
||||
$OpenBSD: patch-src_dos_cdrom_image_cpp,v 1.4 2006/03/31 13:56:51 jsg Exp $
|
||||
--- src/dos/cdrom_image.cpp.orig Thu Feb 9 23:32:52 2006
|
||||
+++ src/dos/cdrom_image.cpp Fri Mar 31 21:36:23 2006
|
||||
@@ -118,7 +118,7 @@ int CDROM_Interface_Image::AudioFile::ge
|
||||
shift += time >> 1;
|
||||
time = 1;
|
||||
} else {
|
||||
|
12
emulators/dosbox/patches/patch-src_dosbox_cpp
Normal file
12
emulators/dosbox/patches/patch-src_dosbox_cpp
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_dosbox_cpp,v 1.1 2006/03/31 13:56:51 jsg Exp $
|
||||
--- src/dosbox.cpp.orig Fri Mar 31 22:16:06 2006
|
||||
+++ src/dosbox.cpp Fri Mar 31 22:16:35 2006
|
||||
@@ -303,7 +303,7 @@ void DOSBOX_Init(void) {
|
||||
secprop->Add_bool("nosound",false);
|
||||
secprop->Add_int("rate",22050);
|
||||
secprop->Add_int("blocksize",2048);
|
||||
- secprop->Add_int("prebuffer",10);
|
||||
+ secprop->Add_int("prebuffer",30);
|
||||
|
||||
MSG_Add("MIXER_CONFIGFILE_HELP",
|
||||
"nosound -- Enable silent mode, sound is still emulated though.\n"
|
@ -1,9 +1,9 @@
|
||||
DOSBox is a x86 + DOS-emulator.
|
||||
DOSBox is a x86 + DOS-emulator.
|
||||
|
||||
DOSBox emulates CPU:286/386 realmode/protected mode, Directory
|
||||
FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA graphics
|
||||
and SoundBlaster/Gravis Ultra Sound cards for excellent sound compatibility
|
||||
FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA graphics and
|
||||
SoundBlaster/Gravis Ultra Sound cards for excellent sound compatibility
|
||||
with older games...
|
||||
|
||||
You can "re-live" the good old days with the help of DOSBox, it can run plenty
|
||||
of the old classics that don't run on your new computer!
|
||||
You can "re-live" the good old days with the help of DOSBox, it can run
|
||||
plenty of the old classics that don't run on your new computer!
|
||||
|
Loading…
Reference in New Issue
Block a user