- build conditional for mad
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=98
This commit is contained in:
parent
6a89636791
commit
be1d872430
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user