From 1869952dba8e99741fe0cb667d0a8a1626253fc8ce0699f4f40b80d59fa014ba Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 27 Mar 2023 20:51:56 +0000 Subject: [PATCH] - Update to version 1.0.16 + Bugfixes: + Fixed lyrics from Musixmatch. + Fixed possible file corruption when saving both tags and embedded cover using the tag editor (#1158). + Fixed compile without GStreamer. + Fixed context and playing now album art rendering on High DPI displays (#1161). + Fixed setting source properties (device, user-agent, ssl-strict) with GStreamer 1.22 (playbin3) and higher (#1148). + Fixed rescan songs feature not ignoring mtime. + Search lyrics by artist instead of album artist by default. + Code improvements: + Replace use of deprecated QSqlDatabase::exec(). + Added features: + Added backend setting for strict SSL mode. + Read AcoustID and MusicBrainz tags. + Submit MusicBrainz tags with ListenBrainz. - Remove Qt 5 dependencies - Remove VLC support - Update list of lyric providers in features OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=136 --- strawberry-1.0.15.tar.xz | 3 --- strawberry-1.0.16.tar.xz | 3 +++ strawberry.changes | 25 +++++++++++++++++++++++++ strawberry.spec | 26 ++------------------------ 4 files changed, 30 insertions(+), 27 deletions(-) delete mode 100644 strawberry-1.0.15.tar.xz create mode 100644 strawberry-1.0.16.tar.xz diff --git a/strawberry-1.0.15.tar.xz b/strawberry-1.0.15.tar.xz deleted file mode 100644 index e63fedb..0000000 --- a/strawberry-1.0.15.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5470e72335dc9d3f6f4943387158cec067821a934e5d322de7d3ad4e8c50a9ef -size 11230148 diff --git a/strawberry-1.0.16.tar.xz b/strawberry-1.0.16.tar.xz new file mode 100644 index 0000000..9b20f2b --- /dev/null +++ b/strawberry-1.0.16.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1681f102f9b11e6abff56dbf4ab9d3264aa417a3a2da7eee7ac12867d86fb5af +size 11248508 diff --git a/strawberry.changes b/strawberry.changes index ca775d4..3799096 100644 --- a/strawberry.changes +++ b/strawberry.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Mar 27 20:49:17 UTC 2023 - Jonas Kvinge + +- Update to version 1.0.16 + + Bugfixes: + + Fixed lyrics from Musixmatch. + + Fixed possible file corruption when saving both tags and embedded cover using the tag editor (#1158). + + Fixed compile without GStreamer. + + Fixed context and playing now album art rendering on High DPI displays (#1161). + + Fixed setting source properties (device, user-agent, ssl-strict) with GStreamer 1.22 (playbin3) and higher (#1148). + + Fixed rescan songs feature not ignoring mtime. + + Search lyrics by artist instead of album artist by default. + + + Code improvements: + + Replace use of deprecated QSqlDatabase::exec(). + + + Added features: + + Added backend setting for strict SSL mode. + + Read AcoustID and MusicBrainz tags. + + Submit MusicBrainz tags with ListenBrainz. + +- Remove Qt 5 dependencies +- Remove VLC support +- Update list of lyric providers in features + ------------------------------------------------------------------- Sat Mar 4 15:59:18 UTC 2023 - Jonas Kvinge diff --git a/strawberry.spec b/strawberry.spec index d481288..af5b405 100644 --- a/strawberry.spec +++ b/strawberry.spec @@ -17,7 +17,7 @@ Name: strawberry -Version: 1.0.15 +Version: 1.0.16 Release: 0 Summary: A music player and music collection organizer License: GPL-3.0-or-later @@ -42,7 +42,6 @@ BuildRequires: libboost_headers-devel BuildRequires: make BuildRequires: pkgconfig BuildRequires: update-desktop-files -%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 BuildRequires: cmake(Qt6Concurrent) BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6DBus) @@ -52,18 +51,6 @@ BuildRequires: cmake(Qt6Network) BuildRequires: cmake(Qt6Sql) BuildRequires: cmake(Qt6Test) BuildRequires: cmake(Qt6Widgets) -%else -BuildRequires: cmake(Qt5Concurrent) -BuildRequires: cmake(Qt5Core) -BuildRequires: cmake(Qt5DBus) -BuildRequires: cmake(Qt5Gui) -BuildRequires: cmake(Qt5LinguistTools) -BuildRequires: cmake(Qt5Network) -BuildRequires: cmake(Qt5Sql) -BuildRequires: cmake(Qt5Test) -BuildRequires: cmake(Qt5Widgets) -BuildRequires: cmake(Qt5X11Extras) -%endif BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gio-2.0) @@ -85,16 +72,11 @@ BuildRequires: pkgconfig(libmtp) BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libudf) -BuildRequires: pkgconfig(libvlc) BuildRequires: pkgconfig(protobuf) BuildRequires: pkgconfig(sqlite3) >= 3.9 BuildRequires: pkgconfig(taglib) >= 1.11.1 -%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 Requires: qt6-sql-sqlite -%else -Requires: libQt5Sql5-sqlite -%endif %description Strawberry is a music player and music collection organizer. @@ -111,7 +93,7 @@ Features: - Edit tags on music files - Fetch tags from MusicBrainz - Album cover art from Last.fm, Musicbrainz, Discogs, Musixmatch, Deezer, Tidal, Qobuz and Spotify - - Song lyrics from AudD, Genius, Musixmatch, ChartLyrics, lyrics.ovh and lololyrics.com + - Song lyrics from Lyrics.com, AudD, Genius, Musixmatch, ChartLyrics, lyrics.ovh and lololyrics.com - Support for multiple backends - Audio analyzer - Equalizer @@ -130,11 +112,7 @@ export CXX="g++-11" export CFLAGS="%{optflags} -fno-strict-aliasing" export CXXFLAGS="$CFLAGS" %cmake -DBUILD_WERROR=OFF \ -%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 -DQT_MAJOR_VERSION=6 -%else - -DQT_MAJOR_VERSION=5 -%endif %cmake_build %install