Accepting request 129931 from multimedia:apps
- Make qmmp require at least an input, output and ui plugin OBS-URL: https://build.opensuse.org/request/show/129931 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qmmp?expand=0&rev=8
This commit is contained in:
commit
22f8eeed40
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 4 14:41:38 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
- Make qmmp require at least an input, output and ui plugin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 14:19:32 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
|
@ -78,6 +78,9 @@ BuildRequires: pkgconfig(mad)
|
||||
%if %{with faad}
|
||||
BuildRequires: libfaad-devel
|
||||
%endif
|
||||
Requires: qmmp(%{soname})(Input)
|
||||
Requires: qmmp(%{soname})(Output)
|
||||
Requires: qmmp(%{soname})(Ui)
|
||||
|
||||
%description
|
||||
This program is an audio-player, written with help of Qt library. The program
|
||||
@ -95,6 +98,9 @@ Qmmp library.
|
||||
%package -n libqmmp%{soname}-plugins
|
||||
Summary: Plugins for libqmmp
|
||||
Group: System/Libraries
|
||||
Provides: qmmp(%{soname})(Input)
|
||||
Provides: qmmp(%{soname})(Output)
|
||||
Provides: qmmp(%{soname})(Ui)
|
||||
|
||||
%description -n libqmmp%{soname}-plugins
|
||||
Plugins for libqmmp.
|
||||
|
Loading…
Reference in New Issue
Block a user