pkgsrc-WIP-changes archive

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

dosbox-x: update to dosbox-x-0.82.14



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Jan 1 18:58:52 2019 +0200
Changeset:	0ed707bf405aacf203d27b41f07217a9170894ff

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

Log Message:
dosbox-x: update to dosbox-x-0.82.14

Changelog:

0.82.14
  - Windows builds, if run on Windows 7 or higher, will now direct
    the task bar preview to show only the part of the window
    containing the DOS screen.
  - SDL1 Mac OS X builds fixed to remember window position even
    if going to or from fullscreen mode.
  - Fixed mistakes with SDL2 surface output that caused serious
    UI problems with fullscreen mode and fullresolution=original.
  - Fixed problems with SDL1 Mac OS X and the window/dock menu
    filling up with multiple windows that have long ceased to
    exist.
  - SDL1 Mac OS X startup code replaced with startup code from
    SDL2 in order to run from main() cleanly instead of running
    SDL_main from an OS X event callback. This also fixes the
    problem of an unresponsive menu on startup if run from the
    terminal.
  - SDL1 Mac OS X builds fixed not to destroy and recreate the
    window every time it is resized.
  - SDL1 Mac OS X builds fixed to keep the window position
    stable every time you resize or do anything to trigger
    window recreation. Resizing the window no longer causes it
    to re-center to your screen.
  - SDL initializion fixed not to bail out on startup if
    DOSBox-X is unable to initialize SDL1 CD-ROM support (ccawley2011)
  - Segfault fixed (NULL pointer de-reference) that
    occurs when running DOSBox SVN on anything older than
    Mojave. DOSBox-X was not affected but the fix was applied
    just the same because the possibility is there.
  - Configuration GUI fixed to fade out with the right color
    RGBA order on Mac OS X.
  - Mac OS X SDL1 builds fixed to ignore mouse movement that
    occurs outside the window, unless any buttons are held
    down.
  - Mac OS X RGBA color order error with output=opengl fixed.
    EGA/CGA/MDA/Hercules/etc. modes should display properly
    now on OS X with OpenGL output.
  - SDL1 builds for Mac OS X now use the full Application
    menu generated by SDL1 instead of just an About command.
  - SDL1 builds under Mac OS X now support the "touch bar"
    on Macbook Pro and offer a few basic shortcuts,
    including a few that the touch bar makes much more
    inconvenient to use since the function key row is
    virtual on the touch bar instead of physical.
  - SDL1 builds under Mac OS X now offer a few basic
    DOSBox-X shortcuts if you command-click or double-tap
    the application icon in the dock.
  - Added support for taskbar extensions offered by
    Windows 7 and higher that allow DOSBox-X to put
    additional buttons in the preview pane that appears
    when you hover over DOSBox-X in the taskbar.
  - Centos 7 SDL1 builds (Linux X11) can now go fullscreen
    properly, instead of making the user input devices
    unusable running in an endless loop.
  - Windows builds now include Mapper and Configuration GUI
    commands in the system menu.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0ed707bf405aacf203d27b41f07217a9170894ff

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

diffstat:
 dosbox-x/Makefile | 2 +-
 dosbox-x/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/dosbox-x/Makefile b/dosbox-x/Makefile
index d87c9de4ca..733b938b83 100644
--- a/dosbox-x/Makefile
+++ b/dosbox-x/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	dosbox-x
-PKGNAME=	dosbox-x-0.82.13
+PKGNAME=	dosbox-x-0.82.14
 DISTNAME=	${GITHUB_TAG}
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=joncampbell123/}
diff --git a/dosbox-x/distinfo b/dosbox-x/distinfo
index 5b79d53231..a1b86b0b5e 100644
--- a/dosbox-x/distinfo
+++ b/dosbox-x/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (dosbox-x-v0.82.13.tar.gz) = 9eeb440126e641c527f921c90b51bf7b26cca7b1
-RMD160 (dosbox-x-v0.82.13.tar.gz) = 11bee427f17161f54bcbac1d3c612b60ccf7d01c
-SHA512 (dosbox-x-v0.82.13.tar.gz) = b5ec699d7607b1afa9506ca4abe4e7bb34403cc5a4069a4ed098abcd5f631fa446c6b0f03500112988c69137314cfcfdeae06fcac471666d346cfc8e892f16a2
-Size (dosbox-x-v0.82.13.tar.gz) = 36034303 bytes
+SHA1 (dosbox-x-v0.82.14.tar.gz) = 6da4b796211b5700b13d4d7a7e913a89fe99b8da
+RMD160 (dosbox-x-v0.82.14.tar.gz) = 6e708179c5a3e5ecb53e9bf277c8939dfeb6871d
+SHA512 (dosbox-x-v0.82.14.tar.gz) = f56c2c0d0ed0470d13510af07c42e43e859194794fee4b1ce660ac569d8937d9301ad1b35bc368efb418eeb944f8d332bc4c361e7466eef1003df13cb25ca8db
+Size (dosbox-x-v0.82.14.tar.gz) = 36040776 bytes
 SHA1 (patch-configure.ac) = 28a8a88753cabbd80cf35cd5e832c1a4963625e1
 SHA1 (patch-include_byteorder.h) = 86eccfbc2318ddc8d71a6de8723947a48d98a126
 SHA1 (patch-include_dos__inc.h) = a2b8589b7dcb4430267af7948b0d31d3c4aca2c9


Home | Main Index | Thread Index | Old Index