From c2a9f1092e450dbd4b1599a21dcab0467198d58aa205a6ff7ec0732aedffffb6 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 3 Aug 2016 14:57:26 +0000 Subject: [PATCH] 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 --- scummvm.changes | 5 +++++ scummvm.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/scummvm.changes b/scummvm.changes index 45abbfb..a998dff 100644 --- a/scummvm.changes +++ b/scummvm.changes @@ -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 diff --git a/scummvm.spec b/scummvm.spec index 288a855..67eb7f1 100644 --- a/scummvm.spec +++ b/scummvm.spec @@ -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}