From 19c3ec25c527abc999824573fdd3e2d364241725825b6ddef1c7d9c900e30779 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sat, 10 Oct 2015 18:19:42 +0000 Subject: [PATCH] Accepting request 336000 from home:XRevan86 - Update to 1.0.0. OBS-URL: https://build.opensuse.org/request/show/336000 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=64 --- baselibs.conf | 3 +++ qmmp-0.9.1.tar.bz2 | 3 --- qmmp-1.0.0.tar.bz2 | 3 +++ qmmp.changes | 19 +++++++++++++++++++ qmmp.spec | 39 +++++++++++++++++++-------------------- 5 files changed, 44 insertions(+), 23 deletions(-) create mode 100644 baselibs.conf delete mode 100644 qmmp-0.9.1.tar.bz2 create mode 100644 qmmp-1.0.0.tar.bz2 diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..024cbfd --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,3 @@ +libqmmp1 +libqmmp1-plugins +libqmmp1-plugin-mplayer diff --git a/qmmp-0.9.1.tar.bz2 b/qmmp-0.9.1.tar.bz2 deleted file mode 100644 index 70728da..0000000 --- a/qmmp-0.9.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9314f8b019689fa9f3f1bc8df4076a4b32d384ad992d578fd437284a5c86918b -size 1112342 diff --git a/qmmp-1.0.0.tar.bz2 b/qmmp-1.0.0.tar.bz2 new file mode 100644 index 0000000..43c3c0e --- /dev/null +++ b/qmmp-1.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cd86c67f287e9e7d062b364202831bb25c0930cdc7fbda759fd9287fb24220 +size 1092970 diff --git a/qmmp.changes b/qmmp.changes index a68c42d..093769b 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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. + * Optimise equaliser. + * Optimise FLAC and WavPack plugins. + * Improve skinned UI in the shaded mode: + - improved time indicator; + - fixed playlist colours. + * Fix clicks while playing some MP3 files. + * Fix memory leak in the WavPack plugin. + * Fix effects and decoders sorting. + * Fix possible race condition. + * Update Greek translation. + ------------------------------------------------------------------- Sun Sep 6 10:32:23 UTC 2015 - sor.alexei@meowr.ru diff --git a/qmmp.spec b/qmmp.spec index 1034cc0..33fa222 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -16,12 +16,12 @@ # -%define sover 0 +%define sover 1 %bcond_with ffmpeg %bcond_with mad %bcond_with faad Name: qmmp -Version: 0.9.1 +Version: 1.0.0 Release: 0 Summary: XMMS-like audio player License: GPL-2.0+ @@ -37,15 +37,18 @@ BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: libmpcdec-devel -BuildRequires: pkgconfig(QtCore) -BuildRequires: pkgconfig(QtDBus) -BuildRequires: pkgconfig(QtGui) -BuildRequires: pkgconfig(QtNetwork) -BuildRequires: pkgconfig(QtOpenGL) -BuildRequires: pkgconfig(QtXml) +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(alsa) BuildRequires: pkgconfig(enca) >= 1.9 BuildRequires: pkgconfig(flac) +BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavformat) BuildRequires: pkgconfig(libavutil) @@ -71,10 +74,6 @@ BuildRequires: pkgconfig(wavpack) Requires: qmmp(%{sover})(Input) Requires: qmmp(%{sover})(Output) Requires: qmmp(%{sover})(Ui) -# Standard JACK version is not new enough until openSUSE 12.1. -%if 0%{?suse_version} > 1140 -BuildRequires: pkgconfig(jack) -%endif %if %{with mad} BuildRequires: pkgconfig(mad) %endif @@ -136,14 +135,14 @@ pushd build export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" cmake \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_VERBOSE_MAKEFILE=TRUE \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DCMAKE_BUILD_WITH_INSTALL_RPATH=1 \ - -DLIB_DIR=%{_lib} \ - -DUSE_HAL=FALSE \ - -DUSE_OSS=FALSE \ - -DUSE_OSS4=FALSE \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_VERBOSE_MAKEFILE=ON \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \ + -DLIB_DIR=%{_lib} \ + -DUSE_HAL=FALSE \ + -DUSE_OSS=FALSE \ + -DUSE_OSS4=FALSE \ .. make %{?_smp_mflags} popd