Date: Sat, 17 Oct 2020 00:25:19 +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: r552528 - in head/audio: . spotify-qt Message-ID: <202010170025.09H0PJJu053648@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Oct 17 00:25:18 2020 New Revision: 552528 URL: https://svnweb.freebsd.org/changeset/ports/552528 Log: Add spotify-qt 2.12, lightweight Spotify client using Qt. Added: head/audio/spotify-qt/ head/audio/spotify-qt/Makefile (contents, props changed) head/audio/spotify-qt/distinfo (contents, props changed) head/audio/spotify-qt/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Oct 17 00:23:57 2020 (r552527) +++ head/audio/Makefile Sat Oct 17 00:25:18 2020 (r552528) @@ -763,6 +763,7 @@ SUBDIR += spiralsynthmodular SUBDIR += splay SUBDIR += splaytk + SUBDIR += spotify-qt SUBDIR += spotify-tui SUBDIR += spotifyd SUBDIR += squash Added: head/audio/spotify-qt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/spotify-qt/Makefile Sat Oct 17 00:25:18 2020 (r552528) @@ -0,0 +1,26 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= spotify-qt +PORTVERSION= 2.12 +DISTVERSIONPREFIX= v +CATEGORIES= audio + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Lightweight Spotify client using Qt + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/license + +RUN_DEPENDS= librespot:multimedia/librespot + +USES= cmake qt:5 +USE_GITHUB= yes +GH_ACCOUNT= kraxarn +USE_QT= core dbus gui network svg widgets buildtools_build qmake_build + +PLIST_FILES= bin/spotify-qt \ + share/applications/spotify-qt.desktop \ + share/icons/hicolor/scalable/apps/spotify-qt.svg + +.include <bsd.port.mk> Added: head/audio/spotify-qt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/spotify-qt/distinfo Sat Oct 17 00:25:18 2020 (r552528) @@ -0,0 +1,3 @@ +TIMESTAMP = 1602858511 +SHA256 (kraxarn-spotify-qt-v2.12_GH0.tar.gz) = bc336dcf037adaee18885a2cceacf94ea30d17f592ea6b4a6c6fe797ceecbfec +SIZE (kraxarn-spotify-qt-v2.12_GH0.tar.gz) = 121583 Added: head/audio/spotify-qt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/spotify-qt/pkg-descr Sat Oct 17 00:25:18 2020 (r552528) @@ -0,0 +1,7 @@ +A Spotify client using Qt as a simpler, lighter alternative to the official +client, inspired by spotify-tui. Much like spotify-tui, you need an actual +Spotify client running, for example spotifyd, which can be configured from +within the app. Also like other clients, controlling music playback requires +Spotify Premium. + +WWW: https://github.com/kraxarn/spotify-qt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010170025.09H0PJJu053648>