Jens K.
8004ae46bf
- Update to version 3.10 Fixes * Fixed not being able to change volume on some styles. * Fixed crash when playing library items with many tracks. * Fixed MPRIS support on Qt 6. * Fixed side panel tabs not working on some styles. * Fixed not showing tool-tip for added date in albums. * Fixed using Fusion style when saving settings with default selected. * Fixed not displaying artist names with "&" properly. * Fixed flat buttons having a background with built-in dark theme * Fixed not refreshing some cached albums correctly. Changes * Added automatic re-authentication if token expired. * Improved error handling when setting client path. * Added support for saving passwords on more Linux systems. * Added column for track liked status. * Disallowed actions are now disabled. * Client volume is now remembered instead of always being 100% * Added options for copying name of playlist/track/album. * Added support for librespot v0.5.0. * Added back lyrics. * Improved startup performance. * Replaced "Save password in keyring" option with "Remember me" in password entry. * Replaced "fixed width remaining time" with custom fixed-width system font. OBS-URL: https://build.opensuse.org/request/show/1074312 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-qt?expand=0&rev=10
59 lines
1.8 KiB
RPMSpec
59 lines
1.8 KiB
RPMSpec
#
|
|
# spec file for package spotify-qt
|
|
#
|
|
# Copyright (c) 2023 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: spotify-qt
|
|
Version: 3.10
|
|
Release: 0
|
|
Summary: Lightweight Spotify client using Qt
|
|
License: GPL-3.0-only
|
|
URL: https://github.com/kraxarn/spotify-qt
|
|
Source: https://github.com/kraxarn/spotify-qt/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
Group: Productivity/Multimedia/Sound/Players
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: make
|
|
BuildRequires: cmake(Qt5Core)
|
|
BuildRequires: cmake(Qt5Network)
|
|
BuildRequires: cmake(Qt5Svg)
|
|
Suggests: spotifyd
|
|
|
|
%description
|
|
An unofficial Spotify client using Qt as a simpler, lighter alternative to the official client, inspired by spotify-tui. Much like spotify-tui, you need an actual Spotify client running, for example spotifyd, which can be configured from within the app. Also like other clients, controlling music playback requires Spotify Premium.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
%check
|
|
%ctest
|
|
|
|
%files
|
|
%license license
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%{_datadir}/icons/hicolor/
|
|
%{_datadir}/icons/hicolor/scalable/
|
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
|
|
|
%changelog
|