Accepting request 799152 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/799152 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qmmp?expand=0&rev=73
This commit is contained in:
commit
a7d8a65e74
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7a996e11b9af2e3bc5634304c5a7144a1d56767177a7cb79a6e50b7ce45b38e
|
||||
size 1250192
|
3
qmmp-1.4.0.tar.bz2
Normal file
3
qmmp-1.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8b9cda1fe137f9b50acc54bc02ac1f3ba89051f828f40f5dc9a9056cab4308f
|
||||
size 1293438
|
@ -1,5 +1,7 @@
|
||||
--- src/plugins/Input/cdaudio/decoder_cdaudio.cpp.orig 2013-04-15 18:59:58.252555786 +0200
|
||||
+++ src/plugins/Input/cdaudio/decoder_cdaudio.cpp 2013-04-15 19:02:19.299842731 +0200
|
||||
Index: qmmp-1.4.0/src/plugins/Input/cdaudio/decoder_cdaudio.cpp
|
||||
===================================================================
|
||||
--- qmmp-1.4.0.orig/src/plugins/Input/cdaudio/decoder_cdaudio.cpp
|
||||
+++ qmmp-1.4.0/src/plugins/Input/cdaudio/decoder_cdaudio.cpp
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <QFileInfo>
|
||||
#include <QDir>
|
||||
|
58
qmmp.changes
58
qmmp.changes
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 05:53:15 UTC 2020 - aloisio@gmx.com
|
||||
|
||||
- Update to version 1.4.0
|
||||
* added sleep mode inhibition plugin
|
||||
* added separate ListenBrainz submission plugin
|
||||
* added feature to auto-hide empty service menus
|
||||
* added option to disable two passes for equalizer
|
||||
* added fast mute function for most output plugins
|
||||
* added shared CUE parser
|
||||
* added feature to transit between playlists
|
||||
* added optimizations for flac plugin
|
||||
* added feature to select playlist format from the file dialog
|
||||
* added '--pl-next' and '--pl-prev' command line options
|
||||
* added SOCKS5 proxy support
|
||||
* added feature to display average bitrate
|
||||
* added average bitrate displaying for shoutcast/icecast
|
||||
streams
|
||||
* added Ogg Opus support in the ReplayGain scanner
|
||||
* added feature to merge different tag types in the mpeg plugin
|
||||
* added feature to start command on application startup/exit
|
||||
* added 'make docs' build target
|
||||
* added big endian support formats in the PulseAudio plugin
|
||||
* added feature to write singe file in the file writer plugin
|
||||
* improved qsui plugin:
|
||||
+ added feature to override track background color
|
||||
+ added scope visualization
|
||||
+ added feature to reset visualization colors
|
||||
+ added waveform seek bar
|
||||
+ added alternate analyzer appearance
|
||||
+ using gradients between analyzer colors
|
||||
+ improved status bar
|
||||
* improved ffmpeg plugin:
|
||||
+ added opus bitrate issue workaround
|
||||
+ added new implementation of the read function
|
||||
+ added embedded CUE sheet support (for Monkey's Audio
|
||||
format)
|
||||
+ added format name displaying
|
||||
+ added DSD (Direct Stream Digital) support
|
||||
+ changed minimal ffmpeg version to 3.2
|
||||
+ removed libav support
|
||||
* improved lyrics plugin:
|
||||
+ added feature to save window geometry
|
||||
+ added multiple lyrics providers support (based on Ultimare
|
||||
Lyrics plugin)
|
||||
* improved cdaudio plugin:
|
||||
+ show more metadata
|
||||
+ added KDE Solid integration
|
||||
* improved remote playlists support
|
||||
* improved m3u support
|
||||
* using qsui by default for Wayland sessions
|
||||
* fixed API documentation
|
||||
* updated Portuguese, Dutch, Polish, Galician, Spanish,
|
||||
Russian, Ukrainian, French, Indonesian, Greek, Italian and
|
||||
German translations
|
||||
|
||||
- Refreshed qmmp-fix_cdda_version.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 26 19:35:13 UTC 2020 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
10
qmmp.spec
10
qmmp.spec
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
%define sover 1
|
||||
%define mver 1.3
|
||||
%define mver 1.4
|
||||
%bcond_with faad
|
||||
%bcond_with restricted
|
||||
Name: qmmp
|
||||
Version: 1.3.7
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Qt-based Multimedia Player
|
||||
License: GPL-2.0-or-later
|
||||
@ -133,10 +133,7 @@ This program is an audio-player, written with help of Qt library.
|
||||
Development files for libqmmp.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
@ -169,6 +166,7 @@ rm -rf %{buildroot}/%{_datadir}/icons/hicolor/56x56
|
||||
%{_datadir}/applications/%{name}*.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}*
|
||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
%{_datadir}/solid
|
||||
|
||||
%files -n lib%{name}%{sover}
|
||||
%{_libdir}/lib%{name}*.so.%{sover}*
|
||||
|
Loading…
Reference in New Issue
Block a user