Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
3f5718a11a | |||
d53e43af8d | |||
5afdd622e4 | |||
f3ebd1d721 | |||
d587826f6a | |||
7465332533 | |||
f903fd145c | |||
fc6c3ac34d | |||
3fefadadf7 | |||
2ed82a9834 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91a2097fad58d87b47df7e328ec2fe4254ad463bfeaeb2d8d2e3afc5fbc2d31a
|
||||
size 1923930
|
3
spotify-qt-4.0.0.tar.gz
Normal file
3
spotify-qt-4.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:358da63abf1bd0528c7b5e53aa72f2a5df265e9b0b4710cafefba0d0f633a672
|
||||
size 774826
|
@@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 15 10:29:46 UTC 2025 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Fix build error under Leap 15.6
|
||||
As described in changelog spotify-qt now requires QT6.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 29 04:04:45 UTC 2025 - Tobias Schula <tobias@schula.org>
|
||||
|
||||
- Update to version 4.0.0
|
||||
|
||||
Major Changes
|
||||
* Now defaults to Qt 6.
|
||||
* Deprecated Qt 5 support, to be removed in the next major release.
|
||||
* Now requires C++17 on all platforms, as required by Qt 6.
|
||||
* Development builds now use an incrementing "-dev" suffix instead of using the commit hash.
|
||||
* Now uses "x.y.z" versioning, in an attempt for more frequent updates.
|
||||
* Renamed the "master" branch to "develop" to clearer indicate it's in-development and unstable.
|
||||
|
||||
Fixes
|
||||
* Fixed Qt 6.9 support (#284).
|
||||
|
||||
Changes
|
||||
* Changed "localhost" during auth to "127.0.0.1" (#281).
|
||||
* Now requires CMake 3.16 or newer.
|
||||
* Now targets macOS 12, as required by Qt 6.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 13:48:28 UTC 2024 - Jens K. <karatekhd@opensuse.org>
|
||||
|
||||
- Add checks for SUSE Version
|
||||
- Switch suggestion from spotifyd to librespot
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 14 22:54:05 UTC 2024 - Jens K. <karatekhd@opensuse.org>
|
||||
|
||||
- Move to QT6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 14 22:23:44 UTC 2024 - Jens K. <karatekhd@opensuse.org>
|
||||
|
||||
- Update to version 3.12
|
||||
Fixes
|
||||
* Fixed show/hide for "Added" column not being properly saved (#219, #267).
|
||||
* Fixed some crashes related to starting Spotify client (#251, #252).
|
||||
* Fixed search not loading results properly (#268).
|
||||
* Fixed showing "0 tracks" in album context menu for non-cached albums until loaded.
|
||||
* Fixed showing empty invalid playlists in the list of playlists.
|
||||
* Fixed layout breaking on long status messages.
|
||||
* Fixed sometimes showing a failed status for successful actions.
|
||||
|
||||
Changes
|
||||
* Track and artist can now be clicked in now playing preview (#253).
|
||||
* Added option to like albums from context menu (#255).
|
||||
* Improved performance when loading artist albums.
|
||||
* Added support for setting custom window and tray icon titles.
|
||||
* Reworked "New Releases" to fetch everything as albums.
|
||||
* Improved performance when loading album tracks.
|
||||
* Removed support for saving passwords, as it's no longer supported.
|
||||
* Removed optional keychain dependency.
|
||||
* Added support for new OAuth authentication.
|
||||
* Now requires librespot v0.5.0 or newer.
|
||||
* Removed deprecated "Audio features".
|
||||
* Improved performance when loading playlists.
|
||||
* Now shows "Open/Close" in tray icon when "Close to tray" is enabled.
|
||||
* Improved error messages from Spotify client.
|
||||
* No longer shows "Related" artists when not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 1 23:42:13 UTC 2024 - Jens K. <karatekhd@opensuse.org>
|
||||
|
||||
|
@@ -17,19 +17,31 @@
|
||||
|
||||
|
||||
Name: spotify-qt
|
||||
Version: 3.11
|
||||
Version: 4.0.0
|
||||
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++
|
||||
%if 0%{?suse_version} < 1600
|
||||
BuildRequires: gcc12
|
||||
BuildRequires: gcc12-c++
|
||||
%else
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
%endif
|
||||
BuildRequires: libsecret
|
||||
BuildRequires: make
|
||||
BuildRequires: cmake(Qt5Core)
|
||||
BuildRequires: cmake(Qt5Network)
|
||||
BuildRequires: cmake(Qt5Svg)
|
||||
Suggests: spotifyd
|
||||
BuildRequires: cmake(Qt6Core)
|
||||
BuildRequires: cmake(Qt6DBus)
|
||||
BuildRequires: cmake(Qt6Network)
|
||||
BuildRequires: cmake(Qt6Svg)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
Suggests: libsecret
|
||||
%if 0%{?suse_version} >= 1600 && 0%{?is_opensuse}
|
||||
Suggests: librespot
|
||||
%endif
|
||||
|
||||
%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.
|
||||
@@ -38,6 +50,10 @@ An unofficial Spotify client using Qt as a simpler, lighter alternative to the o
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1600
|
||||
export CC=gcc-12
|
||||
export CXX=g++-12
|
||||
%endif
|
||||
%cmake
|
||||
%cmake_build
|
||||
|
||||
|
Reference in New Issue
Block a user