pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/dosbox-x dosbox-x: Update to 0.82.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5273fb405822
branches:  trunk
changeset: 411098:5273fb405822
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Feb 05 13:57:40 2020 +0000

description:
dosbox-x: Update to 0.82.26

0.82.26
  - Debugger console window fixed to choose a smaller
    default size in Windows builds.
  - Debugger console window now resizes properly
    in Windows builds.
  - Using F10 (step over) in the debugger to step
    over INT 21h when a breakpoint for INT 21h is
    set now works correctly, instead of letting the
    instruction pointer "stick" there without moving.
  - Debugger interface now shows (running/watching)
    while RUNWATCH is active.
  - Debugger interface now correctly shows (running)
    status when F5 is used to resume emulation.
  - Debugger toggle reverts back to debugger interface
    instead of running state if triggered during a
    RUNWATCH command.
  - Fixed RUWNATCH command, which was broken by another
    fix sometime back designed to stop PIC event
    processing while in the debugger.
  - Debugger interface fixed to keep the SDL event
    handling going during the "pager" routine to
    prevent Windows from graying out the main window
    as "not responding" in Windows 7/8/10.
  - Direct3D support has been fixed to properly render
    pixel shaders again that were already written for
    other forks.
  - Added "Rescan all drives" menu command and mapper
    shortcut (Issue #1379 requested by saintfrater)

diffstat:

 emulators/dosbox-x/Makefile |   4 ++--
 emulators/dosbox-x/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 829fa70b66e7 -r 5273fb405822 emulators/dosbox-x/Makefile
--- a/emulators/dosbox-x/Makefile       Wed Feb 05 13:54:56 2020 +0000
+++ b/emulators/dosbox-x/Makefile       Wed Feb 05 13:57:40 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/01/04 11:54:51 nia Exp $
+# $NetBSD: Makefile,v 1.9 2020/02/05 13:57:40 nia Exp $
 
-DISTNAME=      dosbox-x-0.82.25
+DISTNAME=      dosbox-x-0.82.26
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=joncampbell123/}
 GITHUB_TAG=    dosbox-x-v${PKGVERSION_NOREV}
diff -r 829fa70b66e7 -r 5273fb405822 emulators/dosbox-x/distinfo
--- a/emulators/dosbox-x/distinfo       Wed Feb 05 13:54:56 2020 +0000
+++ b/emulators/dosbox-x/distinfo       Wed Feb 05 13:57:40 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2020/01/04 11:54:51 nia Exp $
+$NetBSD: distinfo,v 1.6 2020/02/05 13:57:40 nia Exp $
 
-SHA1 (dosbox-x-0.82.25.tar.gz) = a6c80cb141131b9885e9482239d2315567e25de6
-RMD160 (dosbox-x-0.82.25.tar.gz) = dbb9c4a2bc49e7be9ce73e93d4c9b013ac9358ef
-SHA512 (dosbox-x-0.82.25.tar.gz) = 9aaeb2a10e94223dbdad9442fd277a19e224a2b6806d6109c217db6c5b417323694eb77a6a10c5f138da191a8c6fbf27260737f1f4939139f043ee19446dffab
-Size (dosbox-x-0.82.25.tar.gz) = 35805339 bytes
+SHA1 (dosbox-x-0.82.26.tar.gz) = 831813f86e73599e8d49df0dd742bcb9bbaa7a5a
+RMD160 (dosbox-x-0.82.26.tar.gz) = e19fea27b36406486e09ff65c8464d169f843bd8
+SHA512 (dosbox-x-0.82.26.tar.gz) = ee4fb2c7a163bd905ae66770718360554682ab4081a0099d590bedd174ded1ffc3a59fcc5c1e03dc67be4f9efae6c96e2f384e4dabbaf59641be8c43e688d825
+Size (dosbox-x-0.82.26.tar.gz) = 35807557 bytes
 SHA1 (patch-configure.ac) = 12028b528aa1f4b4d13a25c144954d9f69755e6b
 SHA1 (patch-include_byteorder.h) = 86eccfbc2318ddc8d71a6de8723947a48d98a126
 SHA1 (patch-include_dos__inc.h) = 26ba2b11dcfa923085f3745b0f8aca542f5dc692



Home | Main Index | Thread Index | Old Index