Accepting request 439437 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/439437 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qmmp?expand=0&rev=48
This commit is contained in:
commit
a70f6944f2
@ -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
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%bcond_with mad
|
||||
%bcond_with restricted
|
||||
Name: qmmp
|
||||
Version: 1.1.4
|
||||
Version: 1.1.5
|
||||
Release: 0
|
||||
Summary: Qt-based Multimedia Player
|
||||
License: GPL-2.0+
|
||||
@ -101,8 +101,8 @@ This package provides the Qmmp library.
|
||||
|
||||
%package -n lib%{name}-plugins
|
||||
Summary: Plugins for libqmmp
|
||||
Group: System/Libraries
|
||||
# Suggests instead of Recommends since MPlayer is a too big dependency.
|
||||
Group: System/Libraries
|
||||
Suggests: lib%{name}-plugin-mplayer
|
||||
Provides: %{name}(%{sover})(Input)
|
||||
Provides: %{name}(%{sover})(Output)
|
||||
@ -156,14 +156,14 @@ Development files for libqmmp.
|
||||
-DUSE_HAL=OFF \
|
||||
-DUSE_OSS=OFF \
|
||||
-DUSE_OSS4=OFF
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%post
|
||||
%icon_theme_cache_post
|
||||
%desktop_database_post
|
||||
%icon_theme_cache_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
|
Loading…
Reference in New Issue
Block a user