- Update to version 1.1.11.
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=106
This commit is contained in:
parent
9b76de18e4
commit
90d1b3218a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e5781bf65b3a27dd5e21349ac007464e67861dda99f8a0206984687881e0b9a
|
||||
size 1142444
|
3
qmmp-1.1.11.tar.bz2
Normal file
3
qmmp-1.1.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b351a8cf2e82db79a6a29b887e60e1e3e3a1d93654dca48fc3f508d5ec874cc8
|
||||
size 1147455
|
19
qmmp.changes
19
qmmp.changes
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 20 22:29:23 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 1.1.11:
|
||||
* Add AAC mime types to the qmmp.desktop.
|
||||
* Add album artist support in the cue parsers.
|
||||
* Using game name as album tag in the gme plugin.
|
||||
* Fix seeking in the mpris plugin.
|
||||
* Fix an issue with untracked property in the mpris plugin.
|
||||
* Fix a possible segmentation fault.
|
||||
* Fix cmake warnings.
|
||||
* Fix cmake 3.10 support.
|
||||
* Fix file size calculation in the ffmpeg plugin.
|
||||
* Fix a possible segmentation fault in the ffmpeg plugin.
|
||||
* Fix saving of the equaliser "auto" mode option.
|
||||
* Fix control socket permissions.
|
||||
* Fix rusxmms support.
|
||||
* Update Spanish, Portuguese, Greek translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 25 06:10:58 UTC 2017 - olaf@aepfle.de
|
||||
|
||||
|
16
qmmp.spec
16
qmmp.spec
@ -20,7 +20,7 @@
|
||||
%bcond_with faad
|
||||
%bcond_with restricted
|
||||
Name: qmmp
|
||||
Version: 1.1.10
|
||||
Version: 1.1.11
|
||||
Release: 0
|
||||
Summary: Qt-based Multimedia Player
|
||||
License: GPL-2.0+
|
||||
@ -39,7 +39,6 @@ Patch3: %{name}-fix-openmpt.patch
|
||||
# PATCH-FIX-OPENSUSE qmmp-projectM-qt5.patch -- links to projectM-qt5
|
||||
Patch4: %{name}-projectM-qt5.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libmpcdec-devel
|
||||
@ -83,6 +82,9 @@ BuildRequires: pkgconfig(wavpack)
|
||||
Requires: %{name}(%{sover})(Input)
|
||||
Requires: %{name}(%{sover})(Output)
|
||||
Requires: %{name}(%{sover})(Ui)
|
||||
%if 0%{?suse_version} <= 1320
|
||||
BuildRequires: desktop-file-utils
|
||||
%endif
|
||||
%if %{with faad}
|
||||
BuildRequires: libfaad-devel
|
||||
%endif
|
||||
@ -164,6 +166,11 @@ make %{?_smp_mflags} V=1
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%post -n lib%{name}%{sover} -p /sbin/ldconfig
|
||||
|
||||
%postun -n lib%{name}%{sover} -p /sbin/ldconfig
|
||||
|
||||
%if 0%{?suse_version} <= 1320
|
||||
%post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
@ -172,15 +179,12 @@ make %{?_smp_mflags} V=1
|
||||
%desktop_database_postun
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%post -n lib%{name}%{sover} -p /sbin/ldconfig
|
||||
|
||||
%postun -n lib%{name}%{sover} -p /sbin/ldconfig
|
||||
|
||||
%post -n lib%{name}-plugins
|
||||
%desktop_database_post
|
||||
|
||||
%postun -n lib%{name}-plugins
|
||||
%desktop_database_postun
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog COPYING README
|
||||
|
Loading…
Reference in New Issue
Block a user