pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/spotify-qt audio/spotify-qt: import



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c7ab5093350
branches:  trunk
changeset: 440545:5c7ab5093350
user:      pin <pin%pkgsrc.org@localhost>
date:      Sun Oct 11 13:40:06 2020 +0000

description:
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.

diffstat:

 audio/spotify-qt/DESCR    |   5 +++++
 audio/spotify-qt/Makefile |  30 ++++++++++++++++++++++++++++++
 audio/spotify-qt/PLIST    |   4 ++++
 audio/spotify-qt/distinfo |   6 ++++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 43f6e2437940 -r 5c7ab5093350 audio/spotify-qt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/spotify-qt/DESCR    Sun Oct 11 13:40:06 2020 +0000
@@ -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.
diff -r 43f6e2437940 -r 5c7ab5093350 audio/spotify-qt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/spotify-qt/Makefile Sun Oct 11 13:40:06 2020 +0000
@@ -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"
diff -r 43f6e2437940 -r 5c7ab5093350 audio/spotify-qt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/spotify-qt/PLIST    Sun Oct 11 13:40:06 2020 +0000
@@ -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
diff -r 43f6e2437940 -r 5c7ab5093350 audio/spotify-qt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/spotify-qt/distinfo Sun Oct 11 13:40:06 2020 +0000
@@ -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