- Update to version 0.6.4

+ Added setting for fancy tabbar background color
  + Added setting to make marking songs unavailable optional
  + Added lyrics from lyrics.ovh and lololyrics.com
  + Fixed so that Subsonic verify certificate setting takes affect immediately
  + Fixed all services to follow redirects
  + Fixed so that songs with different albums are not treated as duplicates
  + Fixed SingleApplication to use native system calls on Linux for getting username
  + Added stream discoverer to gstreamer pipeline to detect stream filetype, samplerate and bit depth
  + Disabled video in gstreamer pipeline
  + Fixed ampache compatibility
  + Fixed lyrics searcher not to try search for lyrics with empty song artist or title
  + Fixed Qobuz login to send mac address as device manufacturer id on login
  + Fixed Qobuz invalid signature parameter error when retrieving stream urls
  + Fixed player not using preloaded stream url causing gapless playback to break
  + Increased preload gap for gstreamer to make sure gapless playback works better
  + Fixed setting and resetting temporary metadata for next playlist item
  + Replaced media buttons with more correct ones
  + Fixed windows thumbbar
  + Lowered required Subsonic API version to 1.11.0
  + Fixed Subsonic to allow empty artist and album in song replies
  + Added Russian translations
  + Fixed some services API urls using http to use https
  + Fixed restoring to original window size when restoring from system tray
  + Updated 3rdparty taglib
- Update URLs
- Update summary and description

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=49
This commit is contained in:
Jonas Kvinge 2019-09-25 12:08:11 +00:00 committed by Git OBS Bridge
parent 65eb9cafc5
commit e4f2609cd4
4 changed files with 46 additions and 14 deletions

View File

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

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

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Sep 25 12:06:36 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>
- Update to version 0.6.4
+ Added setting for fancy tabbar background color
+ Added setting to make marking songs unavailable optional
+ Added lyrics from lyrics.ovh and lololyrics.com
+ Fixed so that Subsonic verify certificate setting takes affect immediately
+ Fixed all services to follow redirects
+ Fixed so that songs with different albums are not treated as duplicates
+ Fixed SingleApplication to use native system calls on Linux for getting username
+ Added stream discoverer to gstreamer pipeline to detect stream filetype, samplerate and bit depth
+ Disabled video in gstreamer pipeline
+ Fixed ampache compatibility
+ Fixed lyrics searcher not to try search for lyrics with empty song artist or title
+ Fixed Qobuz login to send mac address as device manufacturer id on login
+ Fixed Qobuz invalid signature parameter error when retrieving stream urls
+ Fixed player not using preloaded stream url causing gapless playback to break
+ Increased preload gap for gstreamer to make sure gapless playback works better
+ Fixed setting and resetting temporary metadata for next playlist item
+ Replaced media buttons with more correct ones
+ Fixed windows thumbbar
+ Lowered required Subsonic API version to 1.11.0
+ Fixed Subsonic to allow empty artist and album in song replies
+ Added Russian translations
+ Fixed some services API urls using http to use https
+ Fixed restoring to original window size when restoring from system tray
+ Updated 3rdparty taglib
- Update URLs
- Update summary and description
-------------------------------------------------------------------
Mon Aug 5 21:37:28 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>

View File

@ -17,13 +17,13 @@
Name: strawberry
Version: 0.6.3
Version: 0.6.4
Release: 0
Summary: A audio player and music collection organizer
Summary: A music player and music collection organizer
License: GPL-3.0-or-later
Group: Productivity/Multimedia/Sound/Players
URL: http://www.strawbs.org/
Source: http://files.jkvinge.net/packages/strawberry/%{name}-%{version}.tar.xz
URL: https://www.strawberrymusicplayer.org/
Source: https://files.jkvinge.net/packages/strawberry/%{name}-%{version}.tar.xz
BuildRequires: appstream-glib
BuildRequires: cmake
@ -82,12 +82,13 @@ Requires(postun): gtk3-tools
Requires: libQt5Sql5-sqlite
%description
Strawberry is a audio player and music collection organizer.
Strawberry is a music player and music collection organizer.
It is a fork of Clementine. The name is inspired by the band Strawbs.
Features:
- Play and organize music
- Supports WAV, FLAC, WavPack, DSF, DSDIFF, Ogg Vorbis, Speex, MPC, TrueAudio, AIFF, MP4, MP3 and ASF
- Supports WAV, FLAC, WavPack, DSF, DSDIFF, Ogg FLAC, Ogg Vorbis, Ogg Opus, Ogg Speex, MPC, TrueAudio,
AIFF, MP4, MP3, ASF and Monkey's Audio.
- Audio CD playback
- Native desktop notifications
- Playlists in multiple formats
@ -95,7 +96,7 @@ Features:
- Edit tags on music files
- Fetch tags from MusicBrainz
- Album cover art from Last.fm, Musicbrainz, Discogs, Deezer and Tidal
- Song lyrics from AudD
- Song lyrics from AudD, lyrics.ovh and lololyrics.com
- Support for multiple backends
- Audio analyzer
- Equalizer
@ -116,10 +117,10 @@ make %{?_smp_mflags}
%cmake_install
%if 0%{?suse_version} < 1500
rm -f %{buildroot}%{_datadir}/metainfo/org.strawbs.strawberry.appdata.xml
rm -f %{buildroot}%{_datadir}/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml
%endif
%suse_update_desktop_file org.strawbs.strawberry Qt AudioVideo Audio Player
%suse_update_desktop_file org.strawberrymusicplayer.strawberry Qt AudioVideo Audio Player
%if 0%{?suse_version} < 1500
%post
@ -132,9 +133,9 @@ rm -f %{buildroot}%{_datadir}/metainfo/org.strawbs.strawberry.appdata.xml
%endif
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/org.strawbs.strawberry.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/org.strawberrymusicplayer.strawberry.desktop
%if 0%{?suse_version} >= 1500
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.strawbs.strawberry.appdata.xml
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml
%endif
%files