Accepting request 416928 from multimedia:apps

OBS-URL: https://build.opensuse.org/request/show/416928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qmmp?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2016-08-05 16:17:47 +00:00 committed by Git OBS Bridge
commit 0f16a07473
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 4 09:48:32 UTC 2016 - olaf@aepfle.de
- Use buildconditional for faad and mad support
-------------------------------------------------------------------
Sat Jul 23 16:15:39 UTC 2016 - sor.alexei@meowr.ru

View File

@ -18,6 +18,8 @@
%define sover 1
%bcond_with restricted
%bcond_with faad
%bcond_with mad
Name: qmmp
Version: 1.1.2
Release: 0
@ -77,8 +79,10 @@ BuildRequires: pkgconfig(wavpack)
Requires: %{name}(%{sover})(Input)
Requires: %{name}(%{sover})(Output)
Requires: %{name}(%{sover})(Ui)
%if %{with restricted}
%if %{with faad}
BuildRequires: libfaad-devel
%endif
%if %{with mad}
BuildRequires: pkgconfig(mad)
%endif