From ee8d37828d4546df876ab9579184dd95822fa934c5188c1544c76fe276c1baf1 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 5 May 2019 18:09:43 +0000 Subject: [PATCH 1/2] - 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/package/show/multimedia:apps/strawberry?expand=0&rev=40 --- strawberry-0.5.3.tar.xz | 3 --- strawberry-0.5.4.tar.xz | 3 +++ strawberry.changes | 33 +++++++++++++++++++++++++++++++++ strawberry.spec | 7 ++++--- 4 files changed, 40 insertions(+), 6 deletions(-) delete mode 100644 strawberry-0.5.3.tar.xz create mode 100644 strawberry-0.5.4.tar.xz diff --git a/strawberry-0.5.3.tar.xz b/strawberry-0.5.3.tar.xz deleted file mode 100644 index 4c9b0cc..0000000 --- a/strawberry-0.5.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cd57ff73ad0ec047ea8b7901e749de7722ab3d5a9be35f4bf1ef5af1cc5bdd5 -size 7788528 diff --git a/strawberry-0.5.4.tar.xz b/strawberry-0.5.4.tar.xz new file mode 100644 index 0000000..146ed8f --- /dev/null +++ b/strawberry-0.5.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59f2ee502fc20f6717545750076b038b0722b9b38f3c7da26856e48c62d5987 +size 7819680 diff --git a/strawberry.changes b/strawberry.changes index 6ae8a20..a73973b 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sun May 5 18:08:25 UTC 2019 - Jonas Kvinge + +- 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 diff --git a/strawberry.spec b/strawberry.spec index 19a2f56..ab91a0f 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 0.5.3 +Version: 0.5.4 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 From c983dd8a1294642a1cc4cbf49352a116d265fc757a37df0bb315961605714727 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 5 May 2019 19:33:35 +0000 Subject: [PATCH 2/2] - Update to version 0.5.5 + Fixed Tidal API url OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=41 --- strawberry-0.5.4.tar.xz | 3 --- strawberry-0.5.5.tar.xz | 3 +++ strawberry.changes | 6 ++++++ strawberry.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 strawberry-0.5.4.tar.xz create mode 100644 strawberry-0.5.5.tar.xz diff --git a/strawberry-0.5.4.tar.xz b/strawberry-0.5.4.tar.xz deleted file mode 100644 index 146ed8f..0000000 --- a/strawberry-0.5.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b59f2ee502fc20f6717545750076b038b0722b9b38f3c7da26856e48c62d5987 -size 7819680 diff --git a/strawberry-0.5.5.tar.xz b/strawberry-0.5.5.tar.xz new file mode 100644 index 0000000..067a9ab --- /dev/null +++ b/strawberry-0.5.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8461d11d4659eb54120352039d5638d9a8ad1b0d45d26c93e9c7a2049d3c3062 +size 7819868 diff --git a/strawberry.changes b/strawberry.changes index a73973b..d29575f 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 5 19:32:26 UTC 2019 - Jonas Kvinge + +- Update to version 0.5.5 + + Fixed Tidal API url + ------------------------------------------------------------------- Sun May 5 18:08:25 UTC 2019 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index ab91a0f..8bb09ae 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 0.5.4 +Version: 0.5.5 Release: 0 Summary: A audio player and music collection organizer License: GPL-3.0-or-later