git: 80cb7482912b - 2025Q4 - audio/spotify-qt: Depend on librespot instead of spotifyd
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Nov 2025 07:36:12 UTC
The branch 2025Q4 has been updated by ehaupt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=80cb7482912bcab2f7457976ced527af021236d6
commit 80cb7482912bcab2f7457976ced527af021236d6
Author: Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2025-11-20 07:33:08 +0000
Commit: Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2025-11-20 07:36:08 +0000
audio/spotify-qt: Depend on librespot instead of spotifyd
Upstream has deprecated support for spotifyd:
https://github.com/kraxarn/spotify-qt/releases/tag/v4.0.1 (see changes).
PR: 291036
Submitted by: nsonack@herrhotzenplotz.de
(cherry picked from commit 4ce93671beab48ba371cc7a743978d2b3cf70985)
---
audio/spotify-qt/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/audio/spotify-qt/Makefile b/audio/spotify-qt/Makefile
index f5bd10771572..f40040712f58 100644
--- a/audio/spotify-qt/Makefile
+++ b/audio/spotify-qt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= spotify-qt
-PORTVERSION= 4.0.1
+DISTVERSION= 4.0.1
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= audio
@@ -10,7 +11,7 @@ WWW= https://github.com/kraxarn/spotify-qt
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/license
-RUN_DEPENDS= spotifyd:audio/spotifyd
+RUN_DEPENDS= librespot:multimedia/librespot
USES= cmake compiler:c++11-lang qt:6
USE_GITHUB= yes