Accepting request 416890 from home:olh:branches:multimedia:apps
- Use buildconditional for faad and mad support OBS-URL: https://build.opensuse.org/request/show/416890 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=85
This commit is contained in:
parent
343756d269
commit
454f4e73fd
@ -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
|
Sat Jul 23 16:15:39 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
|
|
||||||
%define sover 1
|
%define sover 1
|
||||||
%bcond_with restricted
|
%bcond_with restricted
|
||||||
|
%bcond_with faad
|
||||||
|
%bcond_with mad
|
||||||
Name: qmmp
|
Name: qmmp
|
||||||
Version: 1.1.2
|
Version: 1.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -77,8 +79,10 @@ BuildRequires: pkgconfig(wavpack)
|
|||||||
Requires: %{name}(%{sover})(Input)
|
Requires: %{name}(%{sover})(Input)
|
||||||
Requires: %{name}(%{sover})(Output)
|
Requires: %{name}(%{sover})(Output)
|
||||||
Requires: %{name}(%{sover})(Ui)
|
Requires: %{name}(%{sover})(Ui)
|
||||||
%if %{with restricted}
|
%if %{with faad}
|
||||||
BuildRequires: libfaad-devel
|
BuildRequires: libfaad-devel
|
||||||
|
%endif
|
||||||
|
%if %{with mad}
|
||||||
BuildRequires: pkgconfig(mad)
|
BuildRequires: pkgconfig(mad)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user