Accepting request 519268 from multimedia:apps
1 OBS-URL: https://build.opensuse.org/request/show/519268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qmmp?expand=0&rev=54
This commit is contained in:
commit
d524bc1b7a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 25 06:10:58 UTC 2017 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Enable mad unconditionally
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 10 12:30:56 UTC 2017 - aloisio@gmx.com
|
Thu Aug 10 12:30:56 UTC 2017 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
%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.10
|
Version: 1.1.10
|
||||||
@ -73,6 +72,7 @@ BuildRequires: pkgconfig(libprojectM-qt5)
|
|||||||
BuildRequires: pkgconfig(libpulse)
|
BuildRequires: pkgconfig(libpulse)
|
||||||
BuildRequires: pkgconfig(libpulse-simple)
|
BuildRequires: pkgconfig(libpulse-simple)
|
||||||
BuildRequires: pkgconfig(libsidplayfp)
|
BuildRequires: pkgconfig(libsidplayfp)
|
||||||
|
BuildRequires: pkgconfig(mad)
|
||||||
BuildRequires: pkgconfig(opus) >= 1.0.2
|
BuildRequires: pkgconfig(opus) >= 1.0.2
|
||||||
BuildRequires: pkgconfig(opusfile) >= 0.2
|
BuildRequires: pkgconfig(opusfile) >= 0.2
|
||||||
BuildRequires: pkgconfig(sndfile)
|
BuildRequires: pkgconfig(sndfile)
|
||||||
@ -86,9 +86,6 @@ Requires: %{name}(%{sover})(Ui)
|
|||||||
%if %{with faad}
|
%if %{with faad}
|
||||||
BuildRequires: libfaad-devel
|
BuildRequires: libfaad-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with mad}
|
|
||||||
BuildRequires: pkgconfig(mad)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This program is an audio-player, written with help of Qt library.
|
This program is an audio-player, written with help of Qt library.
|
||||||
|
Loading…
Reference in New Issue
Block a user