diff --git a/baselibs.conf b/baselibs.conf index 948024c..06b4963 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libqmmp1 +libqmmp0 diff --git a/qmmp-0.9.2.tar.bz2 b/qmmp-0.9.2.tar.bz2 new file mode 100644 index 0000000..498b462 --- /dev/null +++ b/qmmp-0.9.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ac69a21779df5073efe71b25f28a7461d6a928deb1afbaa1ef8268f62ae9c5 +size 1112974 diff --git a/qmmp-1.0.0.tar.bz2 b/qmmp-1.0.0.tar.bz2 deleted file mode 100644 index 43c3c0e..0000000 --- a/qmmp-1.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25cd86c67f287e9e7d062b364202831bb25c0930cdc7fbda759fd9287fb24220 -size 1092970 diff --git a/qmmp.changes b/qmmp.changes index 75ed27d..9476f4b 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -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. diff --git a/qmmp.spec b/qmmp.spec index 6228cfe..c2c2c85 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -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)