SHA256
1
0
forked from pool/qmmp

- build conditional for mad

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=98
This commit is contained in:
Olaf Hering 2017-06-27 21:37:00 +00:00 committed by Git OBS Bridge
parent 6a89636791
commit be1d872430
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 27 21:36:34 UTC 2017 - olaf@aepfle.de
- build conditional for mad
-------------------------------------------------------------------
Sat Jun 3 11:48:21 UTC 2017 - sor.alexei@meowr.ru

View File

@ -18,6 +18,7 @@
%define sover 1
%bcond_with faad
%bcond_with mad
%bcond_with restricted
Name: qmmp
Version: 1.1.9
@ -83,7 +84,7 @@ Requires: %{name}(%{sover})(Ui)
%if %{with faad}
BuildRequires: libfaad-devel
%endif
%if 0%{?suse_version} > 1320 || 0%{?sle_version} > 120200 || %{with restricted}
%if %{with mad}
BuildRequires: pkgconfig(mad)
%endif