pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/spotify-qt



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Oct 11 13:40:07 UTC 2020

Added Files:
        pkgsrc/audio/spotify-qt: DESCR Makefile PLIST distinfo

Log Message:
audio/spotify-qt: import

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, which can be
configured from within the app.
Also like other clients, controlling music playback requires Spotify Premium.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/spotify-qt/DESCR \
    pkgsrc/audio/spotify-qt/Makefile pkgsrc/audio/spotify-qt/PLIST \
    pkgsrc/audio/spotify-qt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/audio/spotify-qt/DESCR
diff -u /dev/null pkgsrc/audio/spotify-qt/DESCR:1.1
--- /dev/null   Sun Oct 11 13:40:07 2020
+++ pkgsrc/audio/spotify-qt/DESCR       Sun Oct 11 13:40:06 2020
@@ -0,0 +1,5 @@
+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, which can be
+configured from within the app.
+Also like other clients, controlling music playback requires Spotify Premium.
Index: pkgsrc/audio/spotify-qt/Makefile
diff -u /dev/null pkgsrc/audio/spotify-qt/Makefile:1.1
--- /dev/null   Sun Oct 11 13:40:07 2020
+++ pkgsrc/audio/spotify-qt/Makefile    Sun Oct 11 13:40:06 2020
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2020/10/11 13:40:06 pin Exp $
+
+DISTNAME=      spotify-qt-2.12
+CATEGORIES=    audio
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=kraxarn/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pin%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/kraxarn/spotify-qt/
+COMMENT=       Lightweight Spotify client using Qt
+LICENSE=       gnu-gpl-v3
+
+USE_CMAKE=     yes
+USE_LANGUAGES= c++
+
+CONFIGURE_DIRS=        build
+CMAKE_ARG_PATH=        ..
+
+CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
+CMAKE_ARGS+=   -DCMAKE_INSTALL_PREFIX=${PREFIX}
+
+pre-configure:
+       ${MKDIR} -p ${WRKSRC}/build
+
+DEPENDS+=      librespot-[0-9]*:../../audio/librespot
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/audio/spotify-qt/PLIST
diff -u /dev/null pkgsrc/audio/spotify-qt/PLIST:1.1
--- /dev/null   Sun Oct 11 13:40:07 2020
+++ pkgsrc/audio/spotify-qt/PLIST       Sun Oct 11 13:40:06 2020
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2020/10/11 13:40:06 pin Exp $
+bin/spotify-qt
+share/applications/spotify-qt.desktop
+share/icons/hicolor/scalable/apps/spotify-qt.svg
Index: pkgsrc/audio/spotify-qt/distinfo
diff -u /dev/null pkgsrc/audio/spotify-qt/distinfo:1.1
--- /dev/null   Sun Oct 11 13:40:07 2020
+++ pkgsrc/audio/spotify-qt/distinfo    Sun Oct 11 13:40:06 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/10/11 13:40:06 pin Exp $
+
+SHA1 (spotify-qt-2.12.tar.gz) = 3f434a7fb67d63b618e0604dddbc4cd270226de6
+RMD160 (spotify-qt-2.12.tar.gz) = c329aaba956ac486105e3eb5d1dbd5d01e8167e4
+SHA512 (spotify-qt-2.12.tar.gz) = c2642230b3d327b6a1ef71e008a6e995164a1b79b0e8e74392431c0180d5e97ca1f196280f58c5e832c219ed6b24d7a01d3b7259e2345d630c967fa31ae7327c
+Size (spotify-qt-2.12.tar.gz) = 121583 bytes



Home | Main Index | Thread Index | Old Index