Notable changes:
- Add devel/gettext to LIB_DEPENDS
- Remove --with-sdlsound configure option, it is not necessary anymore
and now links against both SDL and SDL2 if kept enabled
The "Synchronize with sound" option in the Sound preferences used to
be enabled by default, but it isn't anymore in 1.57. If you encounter
any audio crackling and stuttering with this version, configure speed
throttle to "Synchronize with sound" in the Emulation preferences.
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.
This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -
- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.
- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.
devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
Upstream now requires SDL2, so make the necessary adjustments.
Upstream added an openbsd sound driver, but it doesn't use
the sndio API, so switch the default sound driver to sdl which
does use sndio. Make the openbsd driver still work by default
by defaulting the audio device to /dev/audio0 in that case.
Both the sound driver and sound device are configurable in the
mednafen configuration file.
Based on a patch from anthk@disroot.org
Sound issues pointed out by Bryan Linton <bl@shoshoni.info>
Feedback from ratchov@
OK bentley@
We now have an up-to-date emulators/mame port for which we can build
and distribute binary packages for amd64 and i386. More information
here: https://marc.info/?l=openbsd-ports&m=151514926004836&w=2
MAME and MESS merged in 2015 so emulators/mame contains both.
OK naddy@, bentley@, jca@
We now have an up-to-date emulators/mame port for which we can build
and distribute binary packages for amd64 and i386. More information
here: https://marc.info/?l=openbsd-ports&m=151514926004836&w=2
MAME and MESS merged in 2015 so emulators/mame contains both.
OK naddy@, bentley@, jca@