Accepting request 700885 from multimedia:apps
- Update to version 0.5.5 + Fixed Tidal API url - Update to version 0.5.4 + Changed description for offline mode scrobbling for less confusion + Fixed scrobbler to not send "playing now" when in offline mode + Added common RPM spec file for openSUSE, Fedora, RedHat, CentOS and Mageia + Improved cover manager score system + Added Deezer and Tidal cover providers + Added ChartLyrics lyrics provider + Added HTTPS workaround for Last.Fm OAuth to solve redirect https to http (localhost) problems + Added Moodbar + Fixed incorrect desktop file returned by mpris2 + Fixed mpris2 CanPlay + Fixed updating play and skip count properly + Fixed track seeking with mouse wheel + Fixed CDDA tracks being invalidated (greyed) in the playlist + Fixed problems using transcoder when other engines were selected + Improved song loader error handling + Fixed enabling equalizer having no affect + Disable notification art setting when tray icon notification is selected + Applying settings immediately when pressing Apply in settings dialog instead of just saving + Disable scroll over icon to change track setting on non-X11 systems and KDE + Removed nvidia workaround on exit which is no longer needed + Fixed chromaprinter unref buffer crash when using complete tags automatically + Fixed crash on exit using VLC engine when using static taglib caused by tagblib linking collision + Fixed context background to follow base colors instead of always white + Fixed fancy tabbar small sidebar mode width + Added some missing taglib configure checks + Saving geometry, tabbar, playlist column settings on exit only to reduce wear on SSD's and fix sluggish resizing with non-SSD + Fixed and improved snap including upgrading to core18 and adding proper alsa support + Fixed resume playback on startup not working for other than the first playlist OBS-URL: https://build.opensuse.org/request/show/700885 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=11
This commit is contained in:
commit
a549ae57cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cd57ff73ad0ec047ea8b7901e749de7722ab3d5a9be35f4bf1ef5af1cc5bdd5
|
||||
size 7788528
|
3
strawberry-0.5.5.tar.xz
Normal file
3
strawberry-0.5.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8461d11d4659eb54120352039d5638d9a8ad1b0d45d26c93e9c7a2049d3c3062
|
||||
size 7819868
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 19:32:26 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>
|
||||
|
||||
- Update to version 0.5.5
|
||||
+ Fixed Tidal API url
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 18:08:25 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>
|
||||
|
||||
- Update to version 0.5.4
|
||||
+ Changed description for offline mode scrobbling for less confusion
|
||||
+ Fixed scrobbler to not send "playing now" when in offline mode
|
||||
+ Added common RPM spec file for openSUSE, Fedora, RedHat, CentOS and Mageia
|
||||
+ Improved cover manager score system
|
||||
+ Added Deezer and Tidal cover providers
|
||||
+ Added ChartLyrics lyrics provider
|
||||
+ Added HTTPS workaround for Last.Fm OAuth to solve redirect https to http (localhost) problems
|
||||
+ Added Moodbar
|
||||
+ Fixed incorrect desktop file returned by mpris2
|
||||
+ Fixed mpris2 CanPlay
|
||||
+ Fixed updating play and skip count properly
|
||||
+ Fixed track seeking with mouse wheel
|
||||
+ Fixed CDDA tracks being invalidated (greyed) in the playlist
|
||||
+ Fixed problems using transcoder when other engines were selected
|
||||
+ Improved song loader error handling
|
||||
+ Fixed enabling equalizer having no affect
|
||||
+ Disable notification art setting when tray icon notification is selected
|
||||
+ Applying settings immediately when pressing Apply in settings dialog instead of just saving
|
||||
+ Disable scroll over icon to change track setting on non-X11 systems and KDE
|
||||
+ Removed nvidia workaround on exit which is no longer needed
|
||||
+ Fixed chromaprinter unref buffer crash when using complete tags automatically
|
||||
+ Fixed crash on exit using VLC engine when using static taglib caused by tagblib linking collision
|
||||
+ Fixed context background to follow base colors instead of always white
|
||||
+ Fixed fancy tabbar small sidebar mode width
|
||||
+ Added some missing taglib configure checks
|
||||
+ Saving geometry, tabbar, playlist column settings on exit only to reduce wear on SSD's and fix sluggish resizing with non-SSD
|
||||
+ Fixed and improved snap including upgrading to core18 and adding proper alsa support
|
||||
+ Fixed resume playback on startup not working for other than the first playlist
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 1 23:08:25 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: strawberry
|
||||
Version: 0.5.3
|
||||
Version: 0.5.5
|
||||
Release: 0
|
||||
Summary: A audio player and music collection organizer
|
||||
License: GPL-3.0-or-later
|
||||
@ -50,6 +50,7 @@ BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gnutls)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-app-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-audio-1.0)
|
||||
@ -92,8 +93,8 @@ Features:
|
||||
- Advanced audio output and device options
|
||||
- Edit tags on music files
|
||||
- Fetch tags from MusicBrainz
|
||||
- Album cover art from Last.fm, Musicbrainz and Discogs
|
||||
- Song lyrics from AudD
|
||||
- Album cover art from Last.fm, Musicbrainz, Discogs, Deezer and Tidal
|
||||
- Song lyrics from AudD and ChartLyrics
|
||||
- Support for multiple backends
|
||||
- Audio analyzer
|
||||
- Equalizer
|
||||
|
Loading…
Reference in New Issue
Block a user