head 1.1; access; symbols pkgsrc-2023Q4:1.1.0.38 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.36 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.34 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.32 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.30 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.28 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.26 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.24 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.22 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.20 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.18 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.16 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.14 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.12 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.10 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.6 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.8 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.4 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.2 pkgsrc-2019Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2019.06.10.12.41.23; author nia; state Exp; branches; next ; commitid NkHvWEdLNom5NDqB; desc @@ 1.1 log @dosbox: Update to 0.74.2 (0.74-2) Changes: - Rewrite auto/max cycles algorithm to work better with windows 7, other OSes might benefit as well. - Update 64bit recompiler to work on OSX and Linux. - Several improvements to make the recompilers work with newer compilers and add some workarounds about clang confusing itself. - Fix several variables being the wrong size in the recompiler. - Support absolute 64 bit addressing. (DRC:64 bit error messages) - Zero extend data in dynrec core for LLVM compilation/ - Reduce overhead of the Mac version with a lot. Results in a speed increase. - Replace NV_PixelDataRange with the more common ARB_PixelBufferObject extension. Should help with output=opengl. - Reuse graphics window if possible instead of always creating a new one! - Add patches to work better when called by WINE: - support WINE style namemangling. - allow Z:\ to be moved to a different drive. - Try to fix stuttering audio with opengl output on Linux. (or at least improve it. Linux users might need to increase the prebuffer option a bit) - Fix automake and autoconf problems. - Fix problems related to packed struct layouts. - Fix compilation on gcc 4.4 and gcc 4.6.1. - Fix compilation with -DPIC. - Hopefully fix crash on shutdown, when unknown condition is encountered. - Fix -lto with gcc. - Fix clang compliation with asm fpu core. - Fix mapper crash on startup and when changing the mapper key. - Fix compilation in VS2015. - Fix compilation on mingw64. - Fix compilation on Frisbee and newer clang. - Fix compilation machines that have X11 libraries installed, but use a SDL without X11. - Fix a few problems relating to video capturing: - Writing out the index too often. (slowdown with longer captures) - Not being aware of when only the refresh rate changed. - Fix call order when bitshifting the return order (VS C /O2 builds). - Fix sign-extension error in S3 draw funcion, i.e. win3.1 analog clock. - Fix expanddot not caring about the size of the inputbuffer. - Some fixes for the debugger related to starting a program through debug.com. - Bring OS/2 port code up to date. - Reduce the amount of warning when compiling with quite a bit. - Allow 15/26/32 bits input to the opengl output. - Add cmd-q as exit key for macs. - Fix icon and titlebar on very old setups. - Fix off by one display size calculation errors with very large displays. - Fix out of bounds access the unused byte in the 32 bit colour value of the hardware mouse cursor pixel was affected. - Fix depreciated warnings on Mac, allow soundfont loading for coreaudio. - Keep repeating a pressed key if another key was unpressed. - Fix crash on OS X related to putting junk in the titlebar. - Extend fullresolution=0x0 to work on Linux and Mac. - Change gameblaster and tandy sound core to latest mame version. - Improve numlock and capslock support on Linux and Macs. Still not perfect on Windows. - Added even more code to workaround Windows behaving weirdly with alt-tab. @ text @# $NetBSD: options.mk,v 1.1 2019/06/08 22:46:03 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dosbox PKG_SUPPORTED_OPTIONS+= alsa PKG_SUGGESTED_OPTIONS.Linux+= alsa .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Malsa) CONFIGURE_ARGS+= --enable-alsa-midi .include "../../audio/alsa-lib/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-alsa-midi .endif @