Accepting request 710182 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/710182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qmmp?expand=0&rev=68
This commit is contained in:
commit
a58cf1b557
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9f95c020ec41e456c1e0f9e9aeba9297607b732c9b64217dd2ef3ccfe63000e6
|
|
||||||
size 1221919
|
|
3
qmmp-1.3.3.tar.bz2
Normal file
3
qmmp-1.3.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:471c93cdd15f635893c00db72865e5d475eaf85b0f00cf15c550cfb51f9ee79c
|
||||||
|
size 1244817
|
16
qmmp.changes
16
qmmp.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 16 09:03:38 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 1.3.3
|
||||||
|
* added float output support for PulseAudio, ALSA and OSS4
|
||||||
|
* added AppStream information (Joel Barrios Dueñas)
|
||||||
|
* added more icon sizes
|
||||||
|
* improved channel conversion
|
||||||
|
* fixed feature to remove tracks when using quick search in
|
||||||
|
the qsui plugin
|
||||||
|
* fixed crash on some corrupted archives
|
||||||
|
* fixed logo animation in the qsui plugin
|
||||||
|
* fixed freezing in the ffmpeg plugin
|
||||||
|
* updated Dutch translation (Heimen Stoffels)
|
||||||
|
* updated Greek translation (Dimitrios Glentadakis)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 5 06:48:16 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
Sun May 5 06:48:16 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%bcond_with faad
|
%bcond_with faad
|
||||||
%bcond_with restricted
|
%bcond_with restricted
|
||||||
Name: qmmp
|
Name: qmmp
|
||||||
Version: 1.3.2
|
Version: 1.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt-based Multimedia Player
|
Summary: Qt-based Multimedia Player
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -162,6 +162,8 @@ make %{?_smp_mflags} V=1
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
# do not install werdly-sized cions
|
||||||
|
rm -rf %{buildroot}/%{_datadir}/icons/hicolor/56x56
|
||||||
|
|
||||||
%post -n lib%{name}%{sover} -p /sbin/ldconfig
|
%post -n lib%{name}%{sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -190,6 +192,10 @@ make %{?_smp_mflags} V=1
|
|||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/applications/%{name}*.desktop
|
%{_datadir}/applications/%{name}*.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
||||||
|
%if 0%{?sle_version} == 120300
|
||||||
|
%dir %{_datadir}/metainfo
|
||||||
|
%endif
|
||||||
|
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||||
|
|
||||||
%files -n lib%{name}%{sover}
|
%files -n lib%{name}%{sover}
|
||||||
%{_libdir}/lib%{name}*.so.%{sover}*
|
%{_libdir}/lib%{name}*.so.%{sover}*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user