Accepting request 646132 from multimedia:apps
- Update to version 0.4.1 + Fixed crash in analyzer + Fixed trying to use systray even if the desktop had no systray + Fixed Tidal login loop bug + Added Deezer support + New improved fancy tabwidget + Fixed bug not loading engine settings + Moved queue manager into tabbar for easier access + Fixed crash when changing appearance colors + Improved error handling between player and engine + Added setting to allow continue to the next song in the playlist based on error + Improved Xine engine code + Moved some settings + Updated builtin taglib + Added AppStream data file + Fixed compiling with Qt 5 versions of system QtSingleApplication and Qxt library - Add desktop-file-validate and appstream-util validate - Install strawberry.appdata.xml OBS-URL: https://build.opensuse.org/request/show/646132 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strawberry?expand=0&rev=5
This commit is contained in:
commit
4dca59cce4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f44a68bc63655639886b4c0a60f9dbaa109661e424eb51353bd3615015ba17c
|
||||
size 7359844
|
3
strawberry-0.4.1.tar.xz
Normal file
3
strawberry-0.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c6fdec79f8be673db3abdf75bb1d0fca543b78ad98af8231e56d3f8d46113b9
|
||||
size 7434164
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 19:17:38 UTC 2018 - Jonas Kvinge <jonas@jkvinge.net>
|
||||
|
||||
- Update to version 0.4.1
|
||||
+ Fixed crash in analyzer
|
||||
+ Fixed trying to use systray even if the desktop had no systray
|
||||
+ Fixed Tidal login loop bug
|
||||
+ Added Deezer support
|
||||
+ New improved fancy tabwidget
|
||||
+ Fixed bug not loading engine settings
|
||||
+ Moved queue manager into tabbar for easier access
|
||||
+ Fixed crash when changing appearance colors
|
||||
+ Improved error handling between player and engine
|
||||
+ Added setting to allow continue to the next song in the playlist based on error
|
||||
+ Improved Xine engine code
|
||||
+ Moved some settings
|
||||
+ Updated builtin taglib
|
||||
+ Added AppStream data file
|
||||
+ Fixed compiling with Qt 5 versions of system QtSingleApplication and Qxt library
|
||||
- Add desktop-file-validate and appstream-util validate
|
||||
- Install strawberry.appdata.xml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 7 12:30:48 UTC 2018 - Jonas Kvinge <jonas@jkvinge.net>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: strawberry
|
||||
Version: 0.3.3
|
||||
Version: 0.4.1
|
||||
Release: 0
|
||||
Summary: A audio player and music collection organizer
|
||||
License: GPL-3.0-or-later
|
||||
@ -25,7 +25,9 @@ Group: Productivity/Multimedia/Sound/Players
|
||||
URL: http://www.strawbs.org/
|
||||
Source: http://files.jkvinge.net/packages/strawberry/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: cmake
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: git
|
||||
BuildRequires: hicolor-icon-theme
|
||||
@ -110,6 +112,10 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%if 0%{?suse_version} < 1500
|
||||
mv %{buildroot}%{_datadir}/metainfo %{buildroot}%{_datadir}/appdata
|
||||
%endif
|
||||
|
||||
%suse_update_desktop_file strawberry Qt AudioVideo Audio Player
|
||||
|
||||
%if 0%{?suse_version} < 1500
|
||||
@ -122,12 +128,25 @@ make %{?_smp_mflags}
|
||||
%icon_theme_cache_postun
|
||||
%endif
|
||||
|
||||
%check
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/strawberry.desktop
|
||||
%if 0%{?suse_version} >= 1500
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/strawberry.appdata.xml
|
||||
%else
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/strawberry.appdata.xml
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc README.md Changelog
|
||||
%license COPYING
|
||||
%{_bindir}/strawberry*
|
||||
%{_datadir}/applications/strawberry.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/strawberry.*
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%{_datadir}/metainfo/strawberry.appdata.xml
|
||||
%else
|
||||
%{_datadir}/appdata/strawberry.appdata.xml
|
||||
%endif
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
%{_mandir}/man1/%{name}-tagreader.1%{?ext_man}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user