forked from pool/omnispeak
Accepting request 1176966 from games
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1176966 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/omnispeak?expand=0&rev=3
This commit is contained in:
commit
34fcf6e075
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 19 16:26:13 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Fix build on openSUSE Leap by requiring libieee1284-devel only
|
||||
for openSUSE Tumbleweed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 03 12:26:12 UTC 2024 - mardnh@gmx.de
|
||||
|
||||
|
@ -33,7 +33,9 @@ BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
%if 0%{?suse_version} >= 1599
|
||||
BuildRequires: libieee1284-devel
|
||||
%endif
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
@ -69,8 +71,12 @@ from the directory where the original game files are located.
|
||||
-DVANILLA=OFF \
|
||||
-DXDGUSERPATH=OFF \
|
||||
-DOMNIPATH=%{_datadir}/omnispeak \
|
||||
%if 0%{?suse_version} > 1500
|
||||
-DWITH_ALSA=ON \
|
||||
-DWITH_IEEE1284=ON
|
||||
%else
|
||||
-DWITH_ALSA=ON
|
||||
%endif
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user