Accepting request 416668 from home:olh:branches:games

- Correct buildconditionals: aac -> faad, mp3 -> mad

OBS-URL: https://build.opensuse.org/request/show/416668
OBS-URL: https://build.opensuse.org/package/show/games/scummvm?expand=0&rev=42
This commit is contained in:
Ferdinand Thiessen 2016-08-03 14:57:26 +00:00 committed by Git OBS Bridge
parent 1baf8417ef
commit c2a9f1092e
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 3 08:38:02 UTC 2016 - olaf@aepfle.de
- Correct buildconditionals: aac -> faad, mp3 -> mad
-------------------------------------------------------------------
Fri Jul 29 17:51:04 UTC 2016 - mailaender@opensuse.org

View File

@ -16,8 +16,8 @@
#
%bcond_with aac
%bcond_with mp3
%bcond_with faad
%bcond_with mad
Name: scummvm
Version: 1.8.1
@ -44,10 +44,10 @@ BuildRequires: pkgconfig(theoradec) >= 1.0
BuildRequires: pkgconfig(vorbis)
BuildRequires: pkgconfig(vorbisfile)
BuildRequires: pkgconfig(zlib)
%if %{with aac}
%if %{with faad}
BuildRequires: libfaad-devel
%endif
%if %{with mp3}
%if %{with mad}
BuildRequires: pkgconfig(mad)
%endif
%ifarch %{ix86}