- Update to version 0.5.3
+ Changed default tagging to albumartist in organise dialog + Removed support for older taglib in tagreader + Made lyrics selectable in context + Added boom and rainbow analyzers + Made it possible to use enter in shortcuts + Replaced "no album cover" image + Capitalized Strawberry in OSD and tooltip + Added artist search to Tidal + Created systray tooltip workaround for KDE + Changed defaults for backend fade setting + Changed backend settings to allow setting device back to automatic when a custom device is active + Hide ALSA options on non-ALSA systems + Showing errors in dialog when editing tags fails + Update database immediately when saving tags were successful + Show Strawberry icon in OSD when stopping track + Added support for translations + Renamed desktop and appdata files to follow freedesktop specifications + No longer allowing X11 shortcuts on Wayland + Fixed handling of UNC paths in gstreamer engine + Added option to disable volume control + Removed Deezer support (SDK discontinued and streams are encrypted) + Added Norwegian and Spanish translations + Added setting to allow automatically saving album covers directly to album directory + Updated mimetypes + Added basic support for system and custom icons + Moved loading of device icons to device model + Added better support for APE tags + Fixed problems identifying song as collection songs when loading playlist files + Fixed problems loading Tidal URLs from playlist files OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/strawberry?expand=0&rev=37
This commit is contained in:
parent
3f1ea53732
commit
2e68dc6db8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a7a1ad74fcd5039d21b1876814d258b53f7df3227b2c5522f5a403291c148244
|
|
||||||
size 7769664
|
|
3
strawberry-0.5.3.tar.xz
Normal file
3
strawberry-0.5.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4cd57ff73ad0ec047ea8b7901e749de7722ab3d5a9be35f4bf1ef5af1cc5bdd5
|
||||||
|
size 7788528
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 1 23:08:25 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>
|
||||||
|
|
||||||
|
- Update to version 0.5.3
|
||||||
|
+ Changed default tagging to albumartist in organise dialog
|
||||||
|
+ Removed support for older taglib in tagreader
|
||||||
|
+ Made lyrics selectable in context
|
||||||
|
+ Added boom and rainbow analyzers
|
||||||
|
+ Made it possible to use enter in shortcuts
|
||||||
|
+ Replaced "no album cover" image
|
||||||
|
+ Capitalized Strawberry in OSD and tooltip
|
||||||
|
+ Added artist search to Tidal
|
||||||
|
+ Created systray tooltip workaround for KDE
|
||||||
|
+ Changed defaults for backend fade setting
|
||||||
|
+ Changed backend settings to allow setting device back to automatic when a custom device is active
|
||||||
|
+ Hide ALSA options on non-ALSA systems
|
||||||
|
+ Showing errors in dialog when editing tags fails
|
||||||
|
+ Update database immediately when saving tags were successful
|
||||||
|
+ Show Strawberry icon in OSD when stopping track
|
||||||
|
+ Added support for translations
|
||||||
|
+ Renamed desktop and appdata files to follow freedesktop specifications
|
||||||
|
+ No longer allowing X11 shortcuts on Wayland
|
||||||
|
+ Fixed handling of UNC paths in gstreamer engine
|
||||||
|
+ Added option to disable volume control
|
||||||
|
+ Removed Deezer support (SDK discontinued and streams are encrypted)
|
||||||
|
+ Added Norwegian and Spanish translations
|
||||||
|
+ Added setting to allow automatically saving album covers directly to album directory
|
||||||
|
+ Updated mimetypes
|
||||||
|
+ Added basic support for system and custom icons
|
||||||
|
+ Moved loading of device icons to device model
|
||||||
|
+ Added better support for APE tags
|
||||||
|
+ Fixed problems identifying song as collection songs when loading playlist files
|
||||||
|
+ Fixed problems loading Tidal URLs from playlist files
|
||||||
|
+ Added support for saving and restoring geometry in settings, organise and transcoder dialogs
|
||||||
|
+ Improved Tidal error handling and automatic login
|
||||||
|
+ Improved Tidal search to handle duplicate albums
|
||||||
|
+ Notify collection backend about renamed files when organising files
|
||||||
|
+ Added more background image options
|
||||||
|
+ Removed API Seeds lyrics provider (require payment)
|
||||||
|
+ Added group by format
|
||||||
|
+ Fixed gstreamer leaks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 26 17:19:46 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>
|
Sat Jan 26 17:19:46 UTC 2019 - Jonas Kvinge <jonas@jkvinge.net>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: strawberry
|
Name: strawberry
|
||||||
Version: 0.5.2
|
Version: 0.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A audio player and music collection organizer
|
Summary: A audio player and music collection organizer
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -29,12 +29,14 @@ BuildRequires: appstream-glib
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: gettext
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: libboost_headers-devel
|
BuildRequires: libboost_headers-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: cmake(Qt5LinguistTools)
|
||||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5DBus)
|
BuildRequires: pkgconfig(Qt5DBus)
|
||||||
@ -112,7 +114,7 @@ make %{?_smp_mflags}
|
|||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
rm -f %{buildroot}%{_datadir}/metainfo/strawberry.appdata.xml
|
rm -f %{buildroot}%{_datadir}/metainfo/org.strawbs.strawberry.appdata.xml
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%suse_update_desktop_file strawberry Qt AudioVideo Audio Player
|
%suse_update_desktop_file strawberry Qt AudioVideo Audio Player
|
||||||
@ -128,19 +130,19 @@ rm -f %{buildroot}%{_datadir}/metainfo/strawberry.appdata.xml
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/strawberry.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/org.strawbs.strawberry.desktop
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/strawberry.appdata.xml
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.strawbs.strawberry.appdata.xml
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md Changelog
|
%doc README.md Changelog
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/strawberry*
|
%{_bindir}/strawberry*
|
||||||
%{_datadir}/applications/strawberry.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/strawberry.*
|
%{_datadir}/icons/hicolor/*/apps/strawberry.*
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%{_datadir}/metainfo/strawberry.appdata.xml
|
%{_datadir}/metainfo/*.appdata.xml
|
||||||
%endif
|
%endif
|
||||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||||
%{_mandir}/man1/%{name}-tagreader.1%{?ext_man}
|
%{_mandir}/man1/%{name}-tagreader.1%{?ext_man}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user