Accepting request 720802 from multimedia:apps
Update to version 0.6.2 OBS-URL: https://build.opensuse.org/request/show/720802 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=12
This commit is contained in:
commit
ee27992fe7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8461d11d4659eb54120352039d5638d9a8ad1b0d45d26c93e9c7a2049d3c3062
|
||||
size 7819868
|
3
strawberry-0.6.2.tar.xz
Normal file
3
strawberry-0.6.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b36603277fd992e3aeeda543bb1afb43cc4663ac69c68220b942c5dc0430468b
|
||||
size 9296644
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 12:05:36 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>
|
||||
|
||||
- Update to version 0.6.2
|
||||
+ Disabled fatal error for FTS5 cmake test.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 11:42:16 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>
|
||||
|
||||
- Update to version 0.6.1
|
||||
+ Compare artist and album case-insensitive when generating score for album covers.
|
||||
+ Fixed broken return value of sendMessage() in SingleApplication causing application to be started twice.
|
||||
+ Improved error handling in local redirectserver.
|
||||
+ Added new tabs view with search and favorites to Tidal.
|
||||
+ Fixed gst_pad_send_event lock in gstreamer pipeline.
|
||||
+ Made Xine analyzer optional to fix compilation with newer Xine.
|
||||
+ Implemented offset and queue to all Tidal requests.
|
||||
+ Added new artist, album and song ids to songs schemas to add/remove favorites.
|
||||
+ Improved lyrics searcher.
|
||||
+ Fixed disabling fading option in backend settings when volume control is disabled.
|
||||
+ Added x-scheme-handler/tidal to desktop file to handle tidal songs and allow OAuth redirect url.
|
||||
+ Added love button for scrobblers.
|
||||
+ Fixed gapless playback when using url handler.
|
||||
+ Fixed enabling/disabling fading options in backend settings.
|
||||
+ Added support for Subsonic streaming.
|
||||
+ Added support for Qobuz streaming.
|
||||
+ Added confirmation box for opening songs in file browser to avoid users accidentally opening too many songs.
|
||||
+ Added OSD notification on playback resume option.
|
||||
+ Fixed MusicBrainz tag fetcher to respect rate limiting when fetching tags.
|
||||
+ Fixed hardcoded systemtray icon.
|
||||
+ Added live scanning and option to rescan songs.
|
||||
+ Added playlist background image stretch option to zoom image with cutting the height.
|
||||
+ Replaced use of QDesktopWidget with QDesktop
|
||||
+ Replaced all uses of QSignalMapper with lambda expressions
|
||||
+ Fixed collection album covers stuck to old ones when new album covers are fetched
|
||||
+ Fixed all Json services to check HttpStatusCodeAttribute in addition to checking network errors
|
||||
+ Fixed track change hang
|
||||
+ Fixed playlist sorting to ignore articles
|
||||
+ Fixed MessageReply crash in tagreader
|
||||
+ Fixed MTP support
|
||||
+ Fixed possible crashes with libimobiledevice devices
|
||||
+ Removed older devicekit udisks backend
|
||||
+ Using iconv to replace non-ascii characters when organising files
|
||||
+ Fixed IPod support when listed from UDisks2
|
||||
+ Fixed memory leaks when establishing database connections and in database backup.
|
||||
+ Fixed dangling database connections when loading collection, playlists and devices.
|
||||
+ Fixed closing and deleting backends to free memory and database connections on exit.
|
||||
+ Fixed dangling pointers causing crashes when loading new album covers in collection.
|
||||
+ Fixed playlist shortcuts being broken because they were hidden in playlist right click menu.
|
||||
+ Replaced FTS3 and custom tokenizer with FTS5 with unicode61.
|
||||
+ Fixed certain cases where track slider popup was stuck.
|
||||
+ Fixed certain cases where the playing widget gets stuck when switching fast between context and other widgets.
|
||||
+ Removed ChartLyrics provider (service have been down for a long time).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 19:32:26 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: strawberry
|
||||
Version: 0.5.5
|
||||
Version: 0.6.2
|
||||
Release: 0
|
||||
Summary: A audio player and music collection organizer
|
||||
License: GPL-3.0-or-later
|
||||
@ -43,6 +43,7 @@ BuildRequires: pkgconfig(Qt5DBus)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: pkgconfig(Qt5Sql)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
@ -69,7 +70,7 @@ BuildRequires: pkgconfig(libvlc)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libxine)
|
||||
BuildRequires: pkgconfig(protobuf)
|
||||
BuildRequires: pkgconfig(sqlite3) >= 3.7
|
||||
BuildRequires: pkgconfig(sqlite3) >= 3.9
|
||||
BuildRequires: pkgconfig(taglib) >= 1.11.1
|
||||
%if 0%{?suse_version} < 1500
|
||||
Requires(post): update-desktop-files
|
||||
@ -94,12 +95,12 @@ Features:
|
||||
- Edit tags on music files
|
||||
- Fetch tags from MusicBrainz
|
||||
- Album cover art from Last.fm, Musicbrainz, Discogs, Deezer and Tidal
|
||||
- Song lyrics from AudD and ChartLyrics
|
||||
- Song lyrics from AudD
|
||||
- Support for multiple backends
|
||||
- Audio analyzer
|
||||
- Equalizer
|
||||
- Transfer music to iPod, iPhone, MTP or mass-storage USB player
|
||||
- Integrated Tidal support
|
||||
- Streaming support for Tidal, Qobuz and Subsonic
|
||||
- Scrobbler with support for Last.fm, Libre.fm and ListenBrainz
|
||||
|
||||
%prep
|
||||
|
Loading…
Reference in New Issue
Block a user