SHA256
1
0
forked from pool/qmmp

- Downgrade to 0.9.2.

- Switch to Qt4.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=68
This commit is contained in:
Alexei Sorokin 2015-10-13 10:55:59 +00:00 committed by Git OBS Bridge
parent baf6b2ff27
commit 9362ad788d
5 changed files with 15 additions and 19 deletions

View File

@ -1 +1 @@
libqmmp1
libqmmp0

3
qmmp-0.9.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90ac69a21779df5073efe71b25f28a7461d6a928deb1afbaa1ef8268f62ae9c5
size 1112974

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25cd86c67f287e9e7d062b364202831bb25c0930cdc7fbda759fd9287fb24220
size 1092970

View File

@ -1,11 +1,7 @@
-------------------------------------------------------------------
Fri Oct 2 19:26:50 UTC 2015 - sor.alexei@meowr.ru
- Update to 1.0.0:
* Switch to Qt5.
* Remove ffmpeg_legacy plugin.
* Removed legacy udisks plugin.
* Removed support of taglib versions less than 1.8.
- Update to 0.9.2:
* Optimise equaliser.
* Optimise FLAC and WavPack plugins.
* Improve skinned UI in the shaded mode:
@ -13,6 +9,8 @@ Fri Oct 2 19:26:50 UTC 2015 - sor.alexei@meowr.ru
- fixed playlist colours.
* Fix clicks while playing some MP3 files.
* Fix memory leak in the WavPack plugin.
* Fix Qt 4.6 support.
* Fix ffmpeg 0.5 support.
* Fix effects and decoders sorting.
* Fix possible race condition.
* Update Greek translation.

View File

@ -16,10 +16,10 @@
#
%define sover 1
%define sover 0
%bcond_with restricted
Name: qmmp
Version: 1.0.0
Version: 0.9.2
Release: 0
Summary: Qt-based Multimedia Player
License: GPL-2.0+
@ -36,14 +36,12 @@ BuildRequires: desktop-file-utils
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: libmpcdec-devel
BuildRequires: libqt5-qttools-devel >= 5.4
BuildRequires: pkgconfig(Qt5Core) >= 5.4
BuildRequires: pkgconfig(Qt5DBus) >= 5.4
BuildRequires: pkgconfig(Qt5Network) >= 5.4
BuildRequires: pkgconfig(Qt5OpenGL) >= 5.4
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.4
BuildRequires: pkgconfig(Qt5Xml) >= 5.4
BuildRequires: pkgconfig(QtCore)
BuildRequires: pkgconfig(QtDBus)
BuildRequires: pkgconfig(QtGui)
BuildRequires: pkgconfig(QtNetwork)
BuildRequires: pkgconfig(QtOpenGL)
BuildRequires: pkgconfig(QtXml)
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(enca) >= 1.9
BuildRequires: pkgconfig(flac)