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:           Fri May  2 11:04:56 UTC 2025

Modified Files:
        pkgsrc/audio/spotify-qt: Makefile distinfo
Removed Files:
        pkgsrc/audio/spotify-qt: options.mk

Log Message:
audio/spotify-qt: update to 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.
 - Removed KCrash support.
 - Replaced ghc filesystem library with the standard library.
 - Spotify client name now follows a "username@hostname" name.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/spotify-qt/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/spotify-qt/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/spotify-qt/options.mk

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.35 pkgsrc/audio/spotify-qt/Makefile:1.36
--- pkgsrc/audio/spotify-qt/Makefile:1.35       Thu Apr 24 14:13:17 2025
+++ pkgsrc/audio/spotify-qt/Makefile    Fri May  2 11:04:56 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2025/04/24 14:13:17 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2025/05/02 11:04:56 pin Exp $
 
-DISTNAME=      spotify-qt-3.12
-PKGREVISION=   2
+DISTNAME=      spotify-qt-4.0.0
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kraxarn/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -18,8 +17,9 @@ CMAKE_CONFIGURE_ARGS+=        -DCMAKE_INSTALL_P
 
 DEPENDS+=      librespot-[0-9]*:../../audio/librespot
 
-.include "options.mk"
+.include "../../devel/cmake/build.mk"
 
+.include "../../graphics/qt6-qtsvg/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../devel/cmake/build.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/spotify-qt/distinfo
diff -u pkgsrc/audio/spotify-qt/distinfo:1.16 pkgsrc/audio/spotify-qt/distinfo:1.17
--- pkgsrc/audio/spotify-qt/distinfo:1.16       Thu Dec 12 07:30:26 2024
+++ pkgsrc/audio/spotify-qt/distinfo    Fri May  2 11:04:56 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/12/12 07:30:26 pin Exp $
+$NetBSD: distinfo,v 1.17 2025/05/02 11:04:56 pin Exp $
 
-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
+BLAKE2s (spotify-qt-4.0.0.tar.gz) = e784f67916ae7c5019445d605402389e9127590cd9db3da80291a1a457eaf095
+SHA512 (spotify-qt-4.0.0.tar.gz) = 60b26ed656abc3cf77f834735dec7fc526045eb4ef93f668f7156894152b32433844a53b2b97a0a28079476d5b91c3e3401089f3f9a173782d074359ab44a14b
+Size (spotify-qt-4.0.0.tar.gz) = 774826 bytes



Home | Main Index | Thread Index | Old Index