Accepting request 1225634 from multimedia:apps

- Update to version 1.2.1
  + Bugfixes:
   + Fixed playback of CUE continuing to play from the same file after the song has finished playing (#1568).
   + Fixed updating collection song sort text when disc is changed.
   + Fixed current playing file left open when the next track errored (#1582).
   + Fixed filter search not finding song containing uppercase "A" (#1599).
   + Fixed crash when removing album from playlist when using shuffle albums (#1588).
   + Fixed IDv3 MBID's tags with multiple entries being ignored.
   + Fixed crash when enabling Tidal, Spotify, Qobuz or Subsonic services.
   + Fixed passing filenames to strawberry on command line not resolving to absolute paths.
  + Enhancements:
   + Resolve symbolic links when dragging files to the playlist to match collection song.
   + Replaced Spotify username/password with access token.
   + Require Qt 6.4 or higher and drop support for Qt 5.
   + Require TagLib 1.12 or higher.
   + Use Qt stringliterals.
   + Move gstfastspectrum to src.
   + Use standard user temp location for current album cover.
   + Removed old MacFSListener.
   + Removed external tagreader and protobuf dependency.
   + Removed VLC support.
   + Ported to Qt translation (.ts) files and removed gettext dependency.
   + Removed deprecated Gnome/Mate SettingsDaemon global shortcuts.

OBS-URL: https://build.opensuse.org/request/show/1225634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=68
This commit is contained in:
Dominique Leuenberger 2024-11-21 21:02:01 +00:00 committed by Git OBS Bridge
commit 31690e51e0
4 changed files with 35 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc133169f03f7b966074023eef105028e334d3dad8a066adbe8e6bdc7c1ab8dd
size 11347368

3
strawberry-1.2.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70f6e4e5288711eaffc2df13bb3a6b4e27ad9736328e8d665bd0ceca7ee1bafe
size 11459892

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Nov 21 17:03:11 UTC 2024 - Jonas Kvinge <jonaski@opensuse.org>
- Update to version 1.2.1
+ Bugfixes:
+ Fixed playback of CUE continuing to play from the same file after the song has finished playing (#1568).
+ Fixed updating collection song sort text when disc is changed.
+ Fixed current playing file left open when the next track errored (#1582).
+ Fixed filter search not finding song containing uppercase "A" (#1599).
+ Fixed crash when removing album from playlist when using shuffle albums (#1588).
+ Fixed IDv3 MBID's tags with multiple entries being ignored.
+ Fixed crash when enabling Tidal, Spotify, Qobuz or Subsonic services.
+ Fixed passing filenames to strawberry on command line not resolving to absolute paths.
+ Enhancements:
+ Resolve symbolic links when dragging files to the playlist to match collection song.
+ Replaced Spotify username/password with access token.
+ Require Qt 6.4 or higher and drop support for Qt 5.
+ Require TagLib 1.12 or higher.
+ Use Qt stringliterals.
+ Move gstfastspectrum to src.
+ Use standard user temp location for current album cover.
+ Removed old MacFSListener.
+ Removed external tagreader and protobuf dependency.
+ Removed VLC support.
+ Ported to Qt translation (.ts) files and removed gettext dependency.
+ Removed deprecated Gnome/Mate SettingsDaemon global shortcuts.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 21 21:32:15 UTC 2024 - Jonas Kvinge <jonaski@opensuse.org> Sat Sep 21 21:32:15 UTC 2024 - Jonas Kvinge <jonaski@opensuse.org>

View File

@ -17,7 +17,7 @@
Name: strawberry Name: strawberry
Version: 1.1.3 Version: 1.2.1
Release: 0 Release: 0
Summary: A music player and music collection organizer Summary: A music player and music collection organizer
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -35,7 +35,6 @@ BuildRequires: gcc13-c++
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gcc-c++ BuildRequires: gcc-c++
%endif %endif
BuildRequires: gettext
BuildRequires: git BuildRequires: git
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
BuildRequires: libboost_headers-devel BuildRequires: libboost_headers-devel
@ -74,9 +73,8 @@ BuildRequires: pkgconfig(libmtp)
BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libudf) BuildRequires: pkgconfig(libudf)
BuildRequires: pkgconfig(protobuf)
BuildRequires: pkgconfig(sqlite3) >= 3.9 BuildRequires: pkgconfig(sqlite3) >= 3.9
BuildRequires: pkgconfig(taglib) >= 1.11.1 BuildRequires: pkgconfig(taglib) >= 1.12
%if 0%{?suse_version} > 1600 %if 0%{?suse_version} > 1600
BuildRequires: cmake(KDSingleApplication-qt6) BuildRequires: cmake(KDSingleApplication-qt6)
%endif %endif
@ -116,8 +114,7 @@ export CXX="g++-13"
%endif %endif
export CFLAGS="%{optflags} -fno-strict-aliasing" export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS="$CFLAGS" export CXXFLAGS="$CFLAGS"
%cmake -DBUILD_WERROR=OFF \ %cmake -DBUILD_WERROR=OFF
-DQT_MAJOR_VERSION=6
%cmake_build %cmake_build
%install %install
@ -137,6 +134,5 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.straw
%{_datadir}/icons/hicolor/*/apps/strawberry.* %{_datadir}/icons/hicolor/*/apps/strawberry.*
%{_datadir}/metainfo/*.appdata.xml %{_datadir}/metainfo/*.appdata.xml
%{_mandir}/man1/%{name}.1%{?ext_man} %{_mandir}/man1/%{name}.1%{?ext_man}
%{_mandir}/man1/%{name}-tagreader.1%{?ext_man}
%changelog %changelog