Package Details: dosbox-x-git 18065.ac3c072d5-2

Git Clone URL: https://aur.archlinux.org/dosbox-x-git.git (read-only, click to copy)
Package Base: dosbox-x-git
Description: x86 emulator with builtin DOS, with patches with more features
Upstream URL: http://dosbox.sourceforge.net
Licenses: GPL
Submitter: heavysink
Maintainer: heavysink (lilac)
Last Packager: lilac
Votes: 6
Popularity: 0.000000
First Submitted: 2015-10-19 03:47 (UTC)
Last Updated: 2023-05-07 20:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

ax34 commented on 2018-12-02 23:35 (UTC)

@heavysink, but it's "-git" package so such bump is needed only when ABI breaks.

heavysink commented on 2018-12-02 21:25 (UTC)

@ax34,

The bump is done by lilac bot which automatically update the PKGBUILD from upstream git.

ax34 commented on 2018-11-27 12:56 (UTC)

Why do you bump pkgbuild so often?

parkerlreed commented on 2018-10-22 18:01 (UTC)

The sed for AV_CODEC_FLAG2_FAST is no longer needed. Upstream has the correct AV_CODEC_FLAG2_FAST

parkerlreed commented on 2018-08-15 23:34 (UTC)

This is probably the most minor nitpick but: the main splash text says F11 is the host key but that's only on Windows. It's hardcoded so it seems this can't be changed on the fly. Adding this to the PKGBUILD works for me

sed 's/Host key is F11/Host key is F12/g' -i src/shell/shell.cpp

eigengrau commented on 2018-05-21 13:51 (UTC) (edited on 2018-05-21 13:55 (UTC) by eigengrau)

This currently throws a bunch of undeclared identifier errors, probably arising from:

sdlmain.cpp:110:4: error: #error This code must be compiled using the SDL 1.x library provided in this source repository
#  error This code must be compiled using the SDL 1.x library provided in this source repository

I also notice that g++ is invoked with -I/usr/include/SDL during the build.

We then error out on:

sdlmain.cpp: In function ‘Bitu GFX_SetSize(Bitu, Bitu, Bitu, double, double, GFX_CallBack_t)’:
sdlmain.cpp:1938:82: error: ‘SDL_HAX_NOREFRESH’ was not declared in this scope.

The …HAX… might refer to (not sure though) something from the internal SDL1 fork and undefined in the system-wide SDL headers.

Elzair commented on 2018-02-28 23:04 (UTC) (edited on 2018-02-28 23:06 (UTC) by Elzair)

Currently I am getting a build (linker?) error.

/usr/bin/g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -std=gnu++11 -mmmx -msse -msse2 -Wno-strict-aliasing -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o dosbox-x dosbox.o debug/libdebug.a dos/libdos.a shell/libshell.a builtin/libbuiltin.a ints/libints.a misc/libmisc.a hardware/serialport/libserial.a hardware/parport/libparallel.a libs/porttalk/libporttalk.a gui/libgui.a libs/gui_tk/libgui_tk.a hardware/libhardware.a cpu/libcpu.a hardware/reSID/libresid.a fpu/libfpu.a gui/libgui.a aviwriter/libaviwriter.a mt32/libmt32.a -lasound -lm -ldl -lpthread -L/usr/lib -lSDL -lpthread -ltinfo -lSDL_net -lpng -lz -lpcap -lX11 -lfluidsynth -lGL gui/libgui.a(midi.o): In function 'MidiHandler_synth::PlaySysex(unsigned char, unsigned long)': midi.cpp: (.text._ZN17MidiHandler_synth9PlaySysexEPhm[_ZN17MidiHandler_synth9PlaySysexEPhm]+0x24): undefined reference to 'fluid_midi_parser_parse' gui/libgui.a(midi.o): In function 'MidiHandler_synth::PlayMsg(unsigned char)': midi.cpp:(.text._ZN17MidiHandler_synth7PlayMsgEPh[_ZN17MidiHandler_synth7PlayMsgEPh]+0x44): undefined reference to 'fluid_midi_parser_parse' gui/libgui.a(midi.o): In function 'MidiHandler_synth::Open(char const*)': midi.cpp:(.text._ZN17MidiHandler_synth4OpenEPKc[_ZN17MidiHandler_synth4OpenEPKc]+0x85): undefined reference to 'fluid_log_config' midi.cpp:(.text._ZN17MidiHandler_synth4OpenEPKc[_ZN17MidiHandler_synth4OpenEPKc]+0x1a3): undefined reference to 'new_fluid_midi_parser' collect2: error: ld returned 1 exit status

Vaporeon commented on 2017-12-31 08:11 (UTC)

Can you build with sdl2 since it's supported now?

heavysink commented on 2017-08-27 21:32 (UTC)

@timeofonic Now you can download the package in archlinuxcn repository. See the unofficial repository section in archwiki for details.

timofonic commented on 2017-08-27 20:34 (UTC)

@heavysink Thanks a lot! Really, I was afraid the package wasn't going to be updated. Thanks!