Accepting request 418333 from games
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/418333 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scummvm?expand=0&rev=12
This commit is contained in:
commit
339ef35503
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user