10 Commits

Author SHA256 Message Date
3f5718a11a Accepting request 1278265 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1278265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spotify-qt?expand=0&rev=8
2025-05-20 07:37:38 +00:00
d53e43af8d - Fix build error under Leap 15.6
As described in changelog spotify-qt now requires QT6.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-qt?expand=0&rev=22
2025-05-18 13:41:08 +00:00
5afdd622e4 Accepting request 1273941 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1273941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spotify-qt?expand=0&rev=7
2025-05-02 13:00:52 +00:00
f3ebd1d721 - 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.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-qt?expand=0&rev=20
2025-05-02 07:58:46 +00:00
d587826f6a Accepting request 1233272 from multimedia:apps
- Add checks for SUSE Version
- Switch suggestion from spotifyd to librespot
- Move to QT6
- 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.

OBS-URL: https://build.opensuse.org/request/show/1233272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spotify-qt?expand=0&rev=6
2024-12-26 11:23:58 +00:00
7465332533 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-qt?expand=0&rev=18 2024-12-20 13:55:14 +00:00
f903fd145c - Add checks for SUSE Version
- Switch suggestion from spotifyd to librespot

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-qt?expand=0&rev=17
2024-12-20 13:48:40 +00:00
fc6c3ac34d OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-qt?expand=0&rev=16 2024-12-14 22:56:01 +00:00
3fefadadf7 - Integrate with KCrash and DBUS
- Move to QT6

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-qt?expand=0&rev=15
2024-12-14 22:54:20 +00:00
2ed82a9834 - 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.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spotify-qt?expand=0&rev=14
2024-12-14 22:26:19 +00:00
4 changed files with 93 additions and 9 deletions

View File

@@ -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
View File

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

View File

@@ -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>

View File

@@ -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