pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/dosbox-x



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May  3 18:26:24 UTC 2022

Modified Files:
        pkgsrc/emulators/dosbox-x: Makefile distinfo

Log Message:
dosbox-x: update to 0.83.25

    New in This Version

      * XGA: Do not register XGA I/O ports unless emulating S3 chipset (such
        as machine=svga_s3) (joncampbell123)
      * Menu options "Force scaler" and "Print text screen" can now be
        assigned to keyboard shortcuts from the Mapper Editor. (Wengier)
      * Allowed to boot from Toshiba DOS image file for the Toshiba J-3100
        emulation. (nanshiki)
      * Default S3 machine types now support XGA/SXGA VText in DOS/V, in
        addition to svga_et4000. (nanshiki)
      * Added "j3100backcolor" and "j300textcolor" config options (in [dosv]
        section) to specify background and text colors in J-3100 mode.
        (nanshiki)
      * Added config option "aspect_ratio" (in [render] section) which when
        set will force the specified aspect ratio (e.g. 16:9 or 3:2) in the
        aspect ratio correction mode (i.e. aspect=true). A menu group
        "Aspect ratio" is added to "Video" menu for users to select or set
        an aspect ratio, including an original ratio option. (Wengier)
      * Added config option "show recorded filename" (in [dosbox] section)
        which when set to true (default) will show message boxes with
        recorded filenames when making audio or video captures. (Wengier)
      * Added config option "allow quit after warning" (in [dosbox] section)
        which when set to false DOSBox-X will disallow the quit option after
        displaying a warning message. (Wengier)
      * Added config option "turbo last second" (in [cpu] section) which
        allows to stop the Turbo function after specified number of seconds.
        (Wengier)
      * Updated FLAC, MP3, and WAV decoder libraries to the latest versions
        (v0.12.38, v0.6.32, and v0.13.6) respectively; per David Reid).
        (Wengier)
      * Added support for upper case characters (A-Z) for AUTOTYPE command.
        (kcgen)
      * Added /T option for CHOICE command to set a default choice as in
        DOS, e.g. CHOICE /T:Y,3 (Wengier)
      * Added Korean language option in Windows installer. Also, language
        option page will be shown regardless of the output option selected.
        (Wengier)
      * Add stub INT 10h handler at F000:F065 if machine=vgaonly and using a
        VGA ROM BIOS image. The IBM VGA ROM BIOS image points INT 42h at
        that fixed address and calls it for any function it does not
        understand. (joncampbell123)
      * Set int33 event status bit 8 when passing absolute mouse
        coordinates, which is useful in emulation or virtualization
        environments where the mouse may be integrated with the host cursor.
        (javispedro)
      * Added support for Pentium Pro hinting NOPs and related multi-byte
        NOPs. (Jookia)
      * Updated HX DOS Extender to latest version 2.19 for HX-DOS builds.
        (Wengier)
      * DOSBox-X returns 1 instead of 0 when E_Exit occurs or unit tests
        fail. (Wengier)
      * Fixed built-in IPX and Modem emulation unavailable in MinGW builds.
        (Wengier)
      * Fixed -machine command-line option (as listed by "INTRO USAGE"
        command) not working. (Wengier)
      * Fixed lockup in classic Jumpman. (maron2000)
      * Fixed color in some modes under x86-64 macOS SDL2 builds. (myon98)
      * Fixed extra INT 10h call during BIOS screen. The extra call caused
        crashes when combined with a ROM image of the stock IBM VGA BIOS.
        (joncampbell123)
      * Fixed fscale FPU operation and updated FPU status word. Also fixed
        FPU stack value log messages on x86-based builds. (cimarronm)
      * Fixed bug that OpenGL Voodoo window may not appear correctly if the
        DOSBox-X window was previously in full-screen mode in some builds.
        DOSBox-X will now ensure a switch to window mode (or maximized
        window mode) in this case. Also fixed some menu options including
        rebooting DOSBox-X while Voodoo emulation is currently active.
        (Wengier)
      * Fixed crash when switching to dynamic_rec core from menu when
        dynamic_x86 is also available. Also fixed the dynamic_rec core may
        not be displayed correctly in the menu when a language file is used.
        (Wengier)
      * Fixed Windows resource information. (Wengier)
      * Fixed a buffer overflow when launching a program. (Jookia)
      * Fixed bug where DOS IOCTL would call device control channel on
        devices which did not advertise support for IOCTL. (cimarronm)
      * Clean up of DOS device and attribute flag usage (cimarronm)
      * Integrated commits from mainline (Allofich) - Use real pointer with
        font data for reading characters. Also ignore page number for modes
        with only one page.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/emulators/dosbox-x/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/emulators/dosbox-x/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/dosbox-x/Makefile
diff -u pkgsrc/emulators/dosbox-x/Makefile:1.36 pkgsrc/emulators/dosbox-x/Makefile:1.37
--- pkgsrc/emulators/dosbox-x/Makefile:1.36     Sun Apr 17 08:39:33 2022
+++ pkgsrc/emulators/dosbox-x/Makefile  Tue May  3 18:26:24 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2022/04/17 08:39:33 nia Exp $
+# $NetBSD: Makefile,v 1.37 2022/05/03 18:26:24 nia Exp $
 
-DISTNAME=      dosbox-x-0.83.24
+DISTNAME=      dosbox-x-0.83.25
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=joncampbell123/}
 GITHUB_TAG=    dosbox-x-v${PKGVERSION_NOREV}

Index: pkgsrc/emulators/dosbox-x/distinfo
diff -u pkgsrc/emulators/dosbox-x/distinfo:1.24 pkgsrc/emulators/dosbox-x/distinfo:1.25
--- pkgsrc/emulators/dosbox-x/distinfo:1.24     Sun Apr 17 08:39:33 2022
+++ pkgsrc/emulators/dosbox-x/distinfo  Tue May  3 18:26:24 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2022/04/17 08:39:33 nia Exp $
+$NetBSD: distinfo,v 1.25 2022/05/03 18:26:24 nia Exp $
 
-BLAKE2s (dosbox-x-0.83.24.tar.gz) = 6c8d601b71c41a7046f7d2d5ab0d173887b10e165af245545e4acbb62dd554a9
-SHA512 (dosbox-x-0.83.24.tar.gz) = 2745fde5a767957f20d63fbde823d6991c282c149fc41c53968a83afcb679c741900aa84cc257b42ac5020d5b341b3c135a08907c41e60acda6e1c87549dd1f4
-Size (dosbox-x-0.83.24.tar.gz) = 64650623 bytes
+BLAKE2s (dosbox-x-0.83.25.tar.gz) = 8b0dd2da8dbc59ea12edb6e80506d7f2473d475ecf3c3ed27d5b80569552fe52
+SHA512 (dosbox-x-0.83.25.tar.gz) = 372214459150c7511e542a9f19e65dcede6ca6e5c57211f6a807bf324b25ea676ab5cf0743ef1e58ea3bdc503c6a7045bec4107f90f944f9400641ea6af826b7
+Size (dosbox-x-0.83.25.tar.gz) = 64715876 bytes
 SHA1 (patch-configure.ac) = 906aa99b5fce6224ef4c001d9bba1e4fc89a34f9
 SHA1 (patch-include_dosbox.h) = 6f7397b4a611511fc1782b1603c9f5cd51b74eb9
 SHA1 (patch-include_iconvpp.hpp) = dcf1428d202ad0b71b898741908f00445b55fd54



Home | Main Index | Thread Index | Old Index