From owner-svn-ports-head@freebsd.org Sat Oct 17 00:25:20 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5E497443B33; Sat, 17 Oct 2020 00:25:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CCkLm1nLSz4Ml8; Sat, 17 Oct 2020 00:25:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0666C18F1F; Sat, 17 Oct 2020 00:25:20 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09H0PJ3O053652; Sat, 17 Oct 2020 00:25:19 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09H0PJJu053648; Sat, 17 Oct 2020 00:25:19 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202010170025.09H0PJJu053648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 17 Oct 2020 00:25:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552528 - in head/audio: . spotify-qt X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/audio: . spotify-qt X-SVN-Commit-Revision: 552528 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2020 00:25:20 -0000 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 +# $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 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