Skip to content

Commit

Permalink
audio/spotify-qt: update to 3.12
Browse files Browse the repository at this point in the history
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 libsecrets 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.
  • Loading branch information
0323pin committed Dec 12, 2024
1 parent 8bf6bcd commit 808e3f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions audio/spotify-qt/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.32 2024/11/14 22:18:45 wiz Exp $
# $NetBSD: Makefile,v 1.33 2024/12/12 07:30:26 pin Exp $

DISTNAME= spotify-qt-3.11
PKGREVISION= 5
DISTNAME= spotify-qt-3.12
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=kraxarn/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
8 changes: 4 additions & 4 deletions audio/spotify-qt/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.15 2023/12/31 23:52:17 pin Exp $
$NetBSD: distinfo,v 1.16 2024/12/12 07:30:26 pin Exp $

BLAKE2s (spotify-qt-3.11.tar.gz) = 131251c8d54b42c9914c0b44043d66e0a0643f96e1f2a62e0de3efa37cb774ef
SHA512 (spotify-qt-3.11.tar.gz) = 67c42bfafc533baeab1b917eaa815652338bad2242fae7392d36b735d2c97ad46273e448c083f147062ba07fa8929c3bcf0f2a4e38cd3c896ce152caf0de8013
Size (spotify-qt-3.11.tar.gz) = 1923930 bytes
BLAKE2s (spotify-qt-3.12.tar.gz) = af72d01eb1e66c369569205edd3c69b2f2a655c14fc6db5a184af01b7f3a762f
SHA512 (spotify-qt-3.12.tar.gz) = 9793774c279cdc3a1f8f2b88f7deaa23df2b84d59ac0d5ab451178c973a4fb2b725aa85c184244244f6515b84af2ddb30a438bd9493d172742e38b7bc1b56e04
Size (spotify-qt-3.12.tar.gz) = 1916287 bytes

0 comments on commit 808e3f4

Please sign in to comment.