- 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
|
Sat Jun 3 11:48:21 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
%define sover 1
|
%define sover 1
|
||||||
%bcond_with faad
|
%bcond_with faad
|
||||||
|
%bcond_with mad
|
||||||
%bcond_with restricted
|
%bcond_with restricted
|
||||||
Name: qmmp
|
Name: qmmp
|
||||||
Version: 1.1.9
|
Version: 1.1.9
|
||||||
@ -83,7 +84,7 @@ Requires: %{name}(%{sover})(Ui)
|
|||||||
%if %{with faad}
|
%if %{with faad}
|
||||||
BuildRequires: libfaad-devel
|
BuildRequires: libfaad-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} > 120200 || %{with restricted}
|
%if %{with mad}
|
||||||
BuildRequires: pkgconfig(mad)
|
BuildRequires: pkgconfig(mad)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user