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:
parent
3f7931f574
commit
6ae1e72f5f
@ -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>
|
Tue Feb 28 14:23:41 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@ BuildRequires: desktop-file-utils
|
|||||||
BuildRequires: discord-rpc-devel
|
BuildRequires: discord-rpc-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
|
BuildRequires: libieee1284-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(alsa) >= 0.9
|
BuildRequires: pkgconfig(alsa) >= 0.9
|
||||||
@ -111,7 +112,9 @@ CXXFLAGS="%{optflags}" ; export CXXFLAGS ; \
|
|||||||
--enable-verbose-build \
|
--enable-verbose-build \
|
||||||
--enable-plugins \
|
--enable-plugins \
|
||||||
--enable-engine-dynamic=lastexpress \
|
--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
|
# Subengines are not included even as dynamic since I don't want to touch the main engines
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user