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:           Tue Mar 28 20:33:56 UTC 2023

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

Log Message:
audio/spotify-qt: update to 3.10

Fixes
 - Fixed AppImage build for systems without OpenSSL 1.1 (#182).
 - Fixed build errors on MinGW (#193).
 - Fixed not being able to change volume on some styles (#206).
 - Fixed crash when playing library items with many tracks (#208).
 - 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 (#64).
 - Improved error handling when setting client path (#65).
 - Added support for saving passwords on more Linux systems, macOS, and Windows
   (#70).
 - Added column for track liked status (#138).
 - Disallowed actions are now disabled (#186).
 - Added support for media keys on Windows (#192).
 - Client volume is now remembered instead of always being 100% (#196).
 - Added options for copying name of playlist/track/album (#203).
 - Added support for librespot v0.5.0 (#210).
 - Added back lyrics.
 - Now uses a native menu bar on macOS.
 - Improved startup performance.
 - Replaced "Save password in keyring" option with "Remember me" in password
   entry.
 - Added Apple Silicon support for macOS builds.
 - Replaced "fixed width remaining time" with custom fixed-width system font.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/spotify-qt/Makefile
cvs rdiff -u -r1.13 -r1.14 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.17 pkgsrc/audio/spotify-qt/Makefile:1.18
--- pkgsrc/audio/spotify-qt/Makefile:1.17       Sun Jan 29 21:15:31 2023
+++ pkgsrc/audio/spotify-qt/Makefile    Tue Mar 28 20:33:56 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2023/01/29 21:15:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2023/03/28 20:33:56 pin Exp $
 
-DISTNAME=      spotify-qt-3.9
-PKGREVISION=   2
+DISTNAME=      spotify-qt-3.10
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kraxarn/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -12,7 +11,7 @@ COMMENT=      Lightweight Spotify client usin
 LICENSE=       gnu-gpl-v3
 
 USE_CMAKE=     yes
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
 
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ..

Index: pkgsrc/audio/spotify-qt/distinfo
diff -u pkgsrc/audio/spotify-qt/distinfo:1.13 pkgsrc/audio/spotify-qt/distinfo:1.14
--- pkgsrc/audio/spotify-qt/distinfo:1.13       Mon Aug  1 08:12:45 2022
+++ pkgsrc/audio/spotify-qt/distinfo    Tue Mar 28 20:33:56 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/08/01 08:12:45 pin Exp $
+$NetBSD: distinfo,v 1.14 2023/03/28 20:33:56 pin Exp $
 
-BLAKE2s (spotify-qt-3.9.tar.gz) = bca52b0340e3fdca4b9533dfa0c18ab5ab8628760b6f52175f8b229b8a5062bd
-SHA512 (spotify-qt-3.9.tar.gz) = 8cae4a4a1b2aea8e0df83f79f131f26c598057f3ecddf2bfefcf7083b034d020f288be05a0fd3da88c331433776bc36e0d42436b34af1aba07e04a4b17d264ba
-Size (spotify-qt-3.9.tar.gz) = 762468 bytes
+BLAKE2s (spotify-qt-3.10.tar.gz) = 8c0e6a33c9182544494aa9f9d99011e54383a1cf9bd7df5e60e58013b51c08ee
+SHA512 (spotify-qt-3.10.tar.gz) = 734c440b10b013114746ad6d7c71e7de439521c287c92343501bf1844aaa28192ccef3b4689cbe6de34c686af020bd44994ef8522039a67d85510e91f9640f71
+Size (spotify-qt-3.10.tar.gz) = 799753 bytes



Home | Main Index | Thread Index | Old Index