Accepting request 514613 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/514613 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qmmp?expand=0&rev=52
This commit is contained in:
commit
e92f573a34
3
qmmp-1.1.10.tar.bz2
Normal file
3
qmmp-1.1.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e5781bf65b3a27dd5e21349ac007464e67861dda99f8a0206984687881e0b9a
|
||||||
|
size 1142444
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e25bfc0fb4182793df81c6ec222d553183ccd3f61e5919d217c9c5d788f3df2e
|
|
||||||
size 1136753
|
|
21
qmmp.changes
21
qmmp.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 4 22:28:24 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 1.1.10:
|
||||||
|
* Add a feature to download playlists from https.
|
||||||
|
* Increase DirectSound buffer size.
|
||||||
|
* Decrease waiting time in the WASAPI plugin.
|
||||||
|
* Improve plugin list in the settings dialogue.
|
||||||
|
* Fix a regression in the "jump to track" dialogue.
|
||||||
|
* Fix a possible segmentation fault.
|
||||||
|
* Fix seeking in the ffmpeg plugin.
|
||||||
|
* Fix null pointer dereference in the mpeg plugin.
|
||||||
|
* Fix gcc warnings.
|
||||||
|
* Fix dithering settings.
|
||||||
|
* Fix 24 bits support in the WASAPI plugin.
|
||||||
|
* Fix segmentation fault on Ogg FLAC streams.
|
||||||
|
* Fix XPM skins support.
|
||||||
|
* Fix Qt 5.9 support in the global hotkey plugin.
|
||||||
|
* Update documentation.
|
||||||
|
* Update Galician translation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 27 21:36:34 UTC 2017 - olaf@aepfle.de
|
Tue Jun 27 21:36:34 UTC 2017 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%bcond_with mad
|
%bcond_with mad
|
||||||
%bcond_with restricted
|
%bcond_with restricted
|
||||||
Name: qmmp
|
Name: qmmp
|
||||||
Version: 1.1.9
|
Version: 1.1.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt-based Multimedia Player
|
Summary: Qt-based Multimedia Player
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -103,7 +103,7 @@ This package provides the Qmmp library.
|
|||||||
|
|
||||||
%package -n lib%{name}-plugins
|
%package -n lib%{name}-plugins
|
||||||
Summary: Plugins for libqmmp
|
Summary: Plugins for libqmmp
|
||||||
# Suggests instead of Recommends since MPlayer is a too big dependency.
|
# Suggests instead of Recommends since MPlayer is too big of a dependency.
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Suggests: lib%{name}-plugin-mplayer
|
Suggests: lib%{name}-plugin-mplayer
|
||||||
Provides: %{name}(%{sover})(Input)
|
Provides: %{name}(%{sover})(Input)
|
||||||
@ -183,7 +183,6 @@ make %{?_smp_mflags} V=1
|
|||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc AUTHORS ChangeLog COPYING README
|
%doc AUTHORS ChangeLog COPYING README
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
@ -191,24 +190,20 @@ make %{?_smp_mflags} V=1
|
|||||||
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
||||||
|
|
||||||
%files -n lib%{name}%{sover}
|
%files -n lib%{name}%{sover}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/lib%{name}*.so.%{sover}*
|
%{_libdir}/lib%{name}*.so.%{sover}*
|
||||||
|
|
||||||
%files -n lib%{name}-plugins
|
%files -n lib%{name}-plugins
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/%{name}/
|
%{_libdir}/%{name}/
|
||||||
%exclude %{_libdir}/%{name}/Engines/libmplayer.so
|
%exclude %{_libdir}/%{name}/Engines/libmplayer.so
|
||||||
|
|
||||||
%if %{with restricted}
|
%if %{with restricted}
|
||||||
%files -n lib%{name}-plugin-mplayer
|
%files -n lib%{name}-plugin-mplayer
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_libdir}/%{name}/
|
%dir %{_libdir}/%{name}/
|
||||||
%dir %{_libdir}/%{name}/Engines/
|
%dir %{_libdir}/%{name}/Engines/
|
||||||
%{_libdir}/%{name}/Engines/libmplayer.so
|
%{_libdir}/%{name}/Engines/libmplayer.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/%{name}/
|
%{_includedir}/%{name}/
|
||||||
%{_includedir}/%{name}ui/
|
%{_includedir}/%{name}ui/
|
||||||
%{_libdir}/lib%{name}*.so
|
%{_libdir}/lib%{name}*.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user