svn commit: r565035 - head/audio/spotify-qt

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 12 17:52:27 UTC 2021


Author: ehaupt
Date: Fri Feb 12 17:52:26 2021
New Revision: 565035
URL: https://svnweb.freebsd.org/changeset/ports/565035

Log:
  multimedia/librespot has a broken API, use audio/spotifyd instead.

Modified:
  head/audio/spotify-qt/Makefile

Modified: head/audio/spotify-qt/Makefile
==============================================================================
--- head/audio/spotify-qt/Makefile	Fri Feb 12 17:09:22 2021	(r565034)
+++ head/audio/spotify-qt/Makefile	Fri Feb 12 17:52:26 2021	(r565035)
@@ -4,6 +4,7 @@
 PORTNAME=	spotify-qt
 PORTVERSION=	3.4
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	ehaupt at FreeBSD.org
@@ -12,7 +13,7 @@ COMMENT=	Lightweight Spotify client using Qt
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/license
 
-RUN_DEPENDS=	librespot:multimedia/librespot
+RUN_DEPENDS=	spotifyd:audio/spotifyd
 
 USES=		cmake compiler:c++11-lang qt:5
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list