Date: Fri, 12 Feb 2021 17:52:26 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565035 - head/audio/spotify-qt Message-ID: <202102121752.11CHqQOL038050@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102121752.11CHqQOL038050>