Accepting request 1074782 from multimedia:apps
- 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/request/show/1074782 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=53
This commit is contained in:
commit
b5c6a157fd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5470e72335dc9d3f6f4943387158cec067821a934e5d322de7d3ad4e8c50a9ef
|
||||
size 11230148
|
3
strawberry-1.0.16.tar.xz
Normal file
3
strawberry-1.0.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1681f102f9b11e6abff56dbf4ab9d3264aa417a3a2da7eee7ac12867d86fb5af
|
||||
size 11248508
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 27 20:49:17 UTC 2023 - Jonas Kvinge <jonaski@opensuse.org>
|
||||
|
||||
- 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 <jonaski@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user