mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
enable mt32emu support
This commit is contained in:
@@ -10,6 +10,7 @@ COMMENT = modern continuation of DOSBox
|
||||
V = 0.82.2
|
||||
PKGNAME = dosbox-staging-${V}
|
||||
DIST_TUPLE += github dosbox-staging dosbox-staging v${V} .
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = emulators
|
||||
HOMEPAGE = https://www.dosbox-staging.org/
|
||||
@@ -19,7 +20,7 @@ MAINTAINER = Thomas Frohwein <thfr@openbsd.org>
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} GL SDL2 SDL2_net c fluidsynth iir
|
||||
WANTLIB += m opusfile png slirp speexdsp z
|
||||
WANTLIB += m mt32emu opusfile png slirp speexdsp z
|
||||
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
@@ -32,15 +33,13 @@ RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+4,-guic
|
||||
LIB_DEPENDS = audio/fluidsynth \
|
||||
audio/iir1 \
|
||||
audio/munt \
|
||||
audio/opusfile \
|
||||
audio/speexdsp \
|
||||
devel/sdl2-net \
|
||||
graphics/png \
|
||||
net/libslirp
|
||||
|
||||
# use_mt32emu requires https://github.com/munt/munt
|
||||
CONFIGURE_ARGS = -Duse_mt32emu=false
|
||||
|
||||
# avoid conflict with games/dosbox
|
||||
post-install:
|
||||
mv ${PREFIX}/bin/dosbox{,-staging}
|
||||
|
||||
Reference in New Issue
Block a user