Accepting request 1071239 from home:mnhauke

- Build with support for OPL2LPT / OPL3LPT audio devices

OBS-URL: https://build.opensuse.org/request/show/1071239
OBS-URL: https://build.opensuse.org/package/show/games/scummvm?expand=0&rev=78
This commit is contained in:
Dirk Stoecker 2023-03-14 12:41:01 +00:00 committed by Git OBS Bridge
parent 3f7931f574
commit 6ae1e72f5f
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 13 20:47:35 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Build with support for OPL2LPT / OPL3LPT audio devices
-------------------------------------------------------------------
Tue Feb 28 14:23:41 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>

View File

@ -31,6 +31,7 @@ BuildRequires: desktop-file-utils
BuildRequires: discord-rpc-devel
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: libieee1284-devel
BuildRequires: libjpeg-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(alsa) >= 0.9
@ -111,7 +112,9 @@ CXXFLAGS="%{optflags}" ; export CXXFLAGS ; \
--enable-verbose-build \
--enable-plugins \
--enable-engine-dynamic=lastexpress \
--enable-engine-dynamic=wintermute
--enable-engine-dynamic=wintermute \
--enable-opl2lpt
# Subengines are not included even as dynamic since I don't want to touch the main engines
make %{?_smp_mflags}