From 83be0fd5455324a3e2dbd19ab3e2b3111bec0f8d2c0eda1efcf8ab14884d388d Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Tue, 21 Jun 2016 22:33:57 +0000 Subject: [PATCH] - Update to version 1.1.0. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=80 --- qmmp-1.0.10.tar.bz2 | 3 --- qmmp-1.1.0.tar.bz2 | 3 +++ qmmp-default-pulse.patch | 9 +++---- qmmp.changes | 55 ++++++++++++++++++++++++++++++++++++++++ qmmp.spec | 7 ++--- 5 files changed, 66 insertions(+), 11 deletions(-) delete mode 100644 qmmp-1.0.10.tar.bz2 create mode 100644 qmmp-1.1.0.tar.bz2 diff --git a/qmmp-1.0.10.tar.bz2 b/qmmp-1.0.10.tar.bz2 deleted file mode 100644 index b267ae4..0000000 --- a/qmmp-1.0.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02bcd01b1d8f6ca8b805a5deaeaa059ee44a38fafd20bec7ee3560a021250ee3 -size 1107784 diff --git a/qmmp-1.1.0.tar.bz2 b/qmmp-1.1.0.tar.bz2 new file mode 100644 index 0000000..df72815 --- /dev/null +++ b/qmmp-1.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38205304dde2c490276513ed039654a9125098b4986a76d2832f217ecf7c8f71 +size 1126581 diff --git a/qmmp-default-pulse.patch b/qmmp-default-pulse.patch index 8819a1f..be8db46 100644 --- a/qmmp-default-pulse.patch +++ b/qmmp-default-pulse.patch @@ -1,7 +1,6 @@ -diff -Nur qmmp-1.0.6/src/qmmp/output.cpp new/src/qmmp/output.cpp ---- qmmp-1.0.6/src/qmmp/output.cpp 2016-01-27 07:18:19.000000000 +0100 -+++ new/src/qmmp/output.cpp 2016-01-30 02:07:18.299482497 +0100 -@@ -148,7 +148,7 @@ +--- a/src/qmmp/output.cpp ++++ b/src/qmmp/output.cpp +@@ -149,7 +149,7 @@ OutputFactory *Output::currentFactory() QString name = settings.value("Output/current_plugin", QMMP_DEFAULT_OUTPUT).toString(); #else #ifdef Q_OS_LINUX @@ -9,4 +8,4 @@ diff -Nur qmmp-1.0.6/src/qmmp/output.cpp new/src/qmmp/output.cpp + QString name = settings.value("Output/current_plugin", "pulse").toString(); #elif defined Q_WS_WIN QString name = settings.value("Output/current_plugin", "directsound").toString(); - #else + #elif defined Q_OS_MAC diff --git a/qmmp.changes b/qmmp.changes index 2e1bcc2..2eecb35 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,6 +1,61 @@ ------------------------------------------------------------------- Tue May 31 10:43:54 UTC 2016 - sor.alexei@meowr.ru +- Update to version 1.1.0: + * Use floating point pcm format for all lossy decoders. + * Use floating point pcm format for all audio effects. + * Add new internal audio converter. + * Add dithering setting. + * Add feature to change output bit depth. + * Add feature to change volume adjustment step. + * Add soxr-based resampler plugin. + * Remove libsamplerate-based resampler. + * Add Qt Multimedia output plugin. + * Add feature to refresh playlist. + * Add two-panel file dialog. + * Add feature to scrobble http streams. + * Add multi-thread support in the audio converter plugin. + * Add support for m4a files in the ReplayGain scanner. + * Add WASAPI output plugin. + * Add https support in the http plugin. + * Add wildmidi 0.4.0 support. + * Add support for XMIDI and MUS (id Software) formats. + * Improve skinned interface: + - show track details when double-clicking on song title in the + main window; + - improve time indicator in the shaded mode; + - add feature to disable anti-aliasing; + - add feature to seek by mouse wheel; + - add column alignment option. + * Improve simple user interface (qsui): + - add column alignment option; + - add feature to add/remove sliders; + - add feature to create multiple panels; + - add tooltips for the sliders; + - improve volume slider; + - fix problem with minimum width. + * Improve wavpack plugin: + - add some optimisations; + - fix a memory leak. + * Improve ffmpeg plugin: + - add support for m4a embedded album art; + - add replaygain support + * Improve ladspa plugin. + * Improve command line parser. + * Improve details dialog. + * Improve "jump to track" dialog. + * Change default settings in the mpeg plugin. + * Fix metadata encoding issue in the http plugin. + * Fix compiz support. + * Fix disc number parsing. + * Update Bulgarian translation, Chinese Traditional, + Chinese Simplified, French, German, Greek, Hebrew, Japanese, + Portuguese, Russian, Ukrainian translations. +- Rebase qmmp-default-pulse.patch. + +------------------------------------------------------------------- +Tue May 31 10:43:54 UTC 2016 - sor.alexei@meowr.ru + - Update to version 1.0.10: * Improve sid plugin: + add c64 file extension; diff --git a/qmmp.spec b/qmmp.spec index 9bb0ed9..06df0bd 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -19,7 +19,7 @@ %define sover 1 %bcond_with restricted Name: qmmp -Version: 1.0.10 +Version: 1.1.0 Release: 0 Summary: Qt-based Multimedia Player License: GPL-2.0+ @@ -37,9 +37,10 @@ BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: libmpcdec-devel BuildRequires: libqt5-qttools-devel >= 5.4 -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Core) >= 5.4 BuildRequires: pkgconfig(Qt5DBus) >= 5.4 +BuildRequires: pkgconfig(Qt5Multimedia) >= 5.4 BuildRequires: pkgconfig(Qt5Network) >= 5.4 BuildRequires: pkgconfig(Qt5OpenGL) >= 5.4 BuildRequires: pkgconfig(Qt5Widgets) >= 5.4 @@ -66,8 +67,8 @@ BuildRequires: pkgconfig(libpulse-simple) BuildRequires: pkgconfig(libsidplayfp) BuildRequires: pkgconfig(opus) >= 1.0.2 BuildRequires: pkgconfig(opusfile) >= 0.2 -BuildRequires: pkgconfig(samplerate) BuildRequires: pkgconfig(sndfile) +BuildRequires: pkgconfig(soxr) BuildRequires: pkgconfig(taglib) BuildRequires: pkgconfig(vorbisfile) BuildRequires: pkgconfig(wavpack)