pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/spotify-qt



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Dec 12 07:30:26 UTC 2024

Modified Files:
        pkgsrc/audio/spotify-qt: Makefile distinfo

Log Message:
audio/spotify-qt: update to 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 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.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/audio/spotify-qt/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/spotify-qt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/spotify-qt/Makefile
diff -u pkgsrc/audio/spotify-qt/Makefile:1.32 pkgsrc/audio/spotify-qt/Makefile:1.33
--- pkgsrc/audio/spotify-qt/Makefile:1.32       Thu Nov 14 22:18:45 2024
+++ pkgsrc/audio/spotify-qt/Makefile    Thu Dec 12 07:30:26 2024
@@ -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}

Index: pkgsrc/audio/spotify-qt/distinfo
diff -u pkgsrc/audio/spotify-qt/distinfo:1.15 pkgsrc/audio/spotify-qt/distinfo:1.16
--- pkgsrc/audio/spotify-qt/distinfo:1.15       Sun Dec 31 23:52:17 2023
+++ pkgsrc/audio/spotify-qt/distinfo    Thu Dec 12 07:30:26 2024
@@ -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



Home | Main Index | Thread Index | Old Index