Import pianobar-2015.11.22 as audio/pianobar.
Pianobar is a console client for the personalized web radio Pandora. Features * Play and manage (create, add more music, delete, rename, ...) your stations. * Rate played songs and let pandora explain why they have been selected. * Show upcoming songs/song history. * Configure keybindings. * last.fm scrobbling support (external application) * Proxy support for listeners outside the USA.
This commit is contained in:
parent
026a2e0e4c
commit
4cf430ac60
4 changed files with 43 additions and 0 deletions
10
audio/pianobar/DESCR
Normal file
10
audio/pianobar/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
Pianobar is a console client for the personalized web radio Pandora.
|
||||
|
||||
Features
|
||||
|
||||
* Play and manage (create, add more music, delete, rename, ...) your stations.
|
||||
* Rate played songs and let pandora explain why they have been selected.
|
||||
* Show upcoming songs/song history.
|
||||
* Configure keybindings.
|
||||
* last.fm scrobbling support (external application)
|
||||
* Proxy support for listeners outside the USA.
|
24
audio/pianobar/Makefile
Normal file
24
audio/pianobar/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/01/15 07:54:39 wiz Exp $
|
||||
|
||||
DISTNAME= pianobar-2015.11.22
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= https://6xq.net/pianobar/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://6xq.net/pianobar/
|
||||
COMMENT= Console client for Pandora
|
||||
LICENSE= mit
|
||||
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
USE_LANGUAGES= c99
|
||||
MAKE_FLAGS+= PREFIX=${PREFIX}
|
||||
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
|
||||
|
||||
.include "../../audio/libao/buildlink3.mk"
|
||||
.include "../../security/libgcrypt/buildlink3.mk"
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.include "../../textproc/json-c/buildlink3.mk"
|
||||
.include "../../multimedia/ffmpeg2/buildlink3.mk"
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
audio/pianobar/PLIST
Normal file
3
audio/pianobar/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/01/15 07:54:39 wiz Exp $
|
||||
bin/pianobar
|
||||
man/man1/pianobar.1
|
6
audio/pianobar/distinfo
Normal file
6
audio/pianobar/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/01/15 07:54:39 wiz Exp $
|
||||
|
||||
SHA1 (pianobar-2015.11.22.tar.bz2) = 1c44080f483bd5ceb68a54c038d81b5112dcbbc3
|
||||
RMD160 (pianobar-2015.11.22.tar.bz2) = 3ea3aa7cd0fcbbf70387934b3fc374b0637f1507
|
||||
SHA512 (pianobar-2015.11.22.tar.bz2) = cd8f7307f0d7bd0359954202d2fc3b6d9fdcdc7238a2057c1541f85d62d69fafb22c4a6466d873c35727c1ad1576755ac2f9224dd5ce4ccba2d9c1c8b9a0205a
|
||||
Size (pianobar-2015.11.22.tar.bz2) = 45973 bytes
|
Loading…
Reference in a new issue