- Update to version 1.1.0.
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=80
This commit is contained in:
parent
6e46eab7b4
commit
83be0fd545
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02bcd01b1d8f6ca8b805a5deaeaa059ee44a38fafd20bec7ee3560a021250ee3
|
||||
size 1107784
|
3
qmmp-1.1.0.tar.bz2
Normal file
3
qmmp-1.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38205304dde2c490276513ed039654a9125098b4986a76d2832f217ecf7c8f71
|
||||
size 1126581
|
@ -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
|
||||
|
55
qmmp.changes
55
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;
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user