- Update to version 1.1.5.
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=88
This commit is contained in:
parent
05b826c584
commit
6438a8679b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b48bd208506a9e98428480b1aa21daa96e3866b4cc3a11e8cb008ef564c13aa
|
|
||||||
size 1132606
|
|
3
qmmp-1.1.5.tar.bz2
Normal file
3
qmmp-1.1.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b1288f432799980a5d58d131b56b4b590055d7e66c5fe50e9199b9daa35ddbd
|
||||||
|
size 1132552
|
12
qmmp.changes
12
qmmp.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 9 22:12:36 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 1.1.5:
|
||||||
|
* Add FFmpeg 3.2 support.
|
||||||
|
* Fix file downloading issue in the http plugin.
|
||||||
|
* Fix directory selection in the qsui plugin.
|
||||||
|
* Fix a possible segmentation fault.
|
||||||
|
* Fix command line option '--pl-repeat-toggle'.
|
||||||
|
* Fix some cppcheck warnings.
|
||||||
|
* Change a file dialogue form.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 5 21:51:07 UTC 2016 - sor.alexei@meowr.ru
|
Wed Oct 5 21:51:07 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%bcond_with mad
|
%bcond_with mad
|
||||||
%bcond_with restricted
|
%bcond_with restricted
|
||||||
Name: qmmp
|
Name: qmmp
|
||||||
Version: 1.1.4
|
Version: 1.1.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt-based Multimedia Player
|
Summary: Qt-based Multimedia Player
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -101,8 +101,8 @@ This package provides the Qmmp library.
|
|||||||
|
|
||||||
%package -n lib%{name}-plugins
|
%package -n lib%{name}-plugins
|
||||||
Summary: Plugins for libqmmp
|
Summary: Plugins for libqmmp
|
||||||
Group: System/Libraries
|
|
||||||
# Suggests instead of Recommends since MPlayer is a too big dependency.
|
# Suggests instead of Recommends since MPlayer is a too big dependency.
|
||||||
|
Group: System/Libraries
|
||||||
Suggests: lib%{name}-plugin-mplayer
|
Suggests: lib%{name}-plugin-mplayer
|
||||||
Provides: %{name}(%{sover})(Input)
|
Provides: %{name}(%{sover})(Input)
|
||||||
Provides: %{name}(%{sover})(Output)
|
Provides: %{name}(%{sover})(Output)
|
||||||
@ -156,14 +156,14 @@ Development files for libqmmp.
|
|||||||
-DUSE_HAL=OFF \
|
-DUSE_HAL=OFF \
|
||||||
-DUSE_OSS=OFF \
|
-DUSE_OSS=OFF \
|
||||||
-DUSE_OSS4=OFF
|
-DUSE_OSS4=OFF
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%icon_theme_cache_post
|
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
|
%icon_theme_cache_post
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
|
Loading…
x
Reference in New Issue
Block a user