1
0
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:
Ana Guerrero 2024-05-27 09:55:52 +00:00 committed by Git OBS Bridge
commit 34fcf6e075
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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