-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Featureful (n)curses based Music Player Daemon client inspired by ncmpc Main features: * tag editor * playlist editor * easy to use search engine * media library * music visualizer * ability to fetch artist info from last.fm * new display mode * alternative user interface * ability to browse and add files from outside of MPD music directory
- Loading branch information
Showing
5 changed files
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Featureful (n)curses based Music Player Daemon client inspired by ncmpc | ||
|
||
Main features: | ||
|
||
* tag editor | ||
* playlist editor | ||
* easy to use search engine | ||
* media library | ||
* music visualizer | ||
* ability to fetch artist info from last.fm | ||
* new display mode | ||
* alternative user interface | ||
* ability to browse and add files from outside of MPD music directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# $NetBSD: Makefile,v 1.1 2020/12/11 10:12:42 nia Exp $ | ||
|
||
DISTNAME= ncmpcpp-0.8.2 | ||
CATEGORIES= audio | ||
MASTER_SITES= https://rybczak.net/ncmpcpp/stable/ | ||
EXTRACT_SUFX= .tar.bz2 | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://rybczak.net/ncmpcpp/ | ||
COMMENT= Featureful (n)curses based musicpd client inspired by ncmpc | ||
LICENSE= gnu-gpl-v2 | ||
|
||
# C++14 | ||
GCC_REQD+= 5 | ||
|
||
GNU_CONFIGURE= yes | ||
FAKE_NCURSES= yes | ||
USE_LANGUAGES= c c++ | ||
USE_TOOLS+= pkg-config | ||
USE_CURSES= wide | ||
|
||
.include "../../mk/curses.buildlink3.mk" | ||
|
||
.if ${CURSES_TYPE} != "ncursesw" | ||
CONFIGURE_ENV+= ncursesw_CFLAGS="-I${BUILDLINK_PREFIX.curses}/include" | ||
CONFIGURE_ENV+= ncursesw_LIBS="${BUILDLINK_LDADD.curses}" | ||
.endif | ||
|
||
.include "../../audio/libmpdclient/buildlink3.mk" | ||
.include "../../audio/taglib/buildlink3.mk" | ||
.include "../../devel/boost-libs/buildlink3.mk" | ||
.include "../../devel/readline/buildlink3.mk" | ||
.include "../../math/fftw/buildlink3.mk" | ||
.include "../../textproc/icu/buildlink3.mk" | ||
.include "../../www/curl/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2020/12/11 10:12:42 nia Exp $ | ||
bin/ncmpcpp | ||
man/man1/ncmpcpp.1 | ||
share/doc/ncmpcpp/AUTHORS | ||
share/doc/ncmpcpp/COPYING | ||
share/doc/ncmpcpp/NEWS | ||
share/doc/ncmpcpp/bindings | ||
share/doc/ncmpcpp/config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1 2020/12/11 10:12:42 nia Exp $ | ||
|
||
SHA1 (ncmpcpp-0.8.2.tar.bz2) = bb604fe6c42f0f5f9547d5dc4d7d52d293399f42 | ||
RMD160 (ncmpcpp-0.8.2.tar.bz2) = ff4f9c7ca7e34f20ac8518fca578f92dd16c5d3c | ||
SHA512 (ncmpcpp-0.8.2.tar.bz2) = 9384edd162f40af23e4f26f437356520f117e4e2ab513ed3de132d2f11e597082d1cb7f0dd3696660d0c9bb85ad03e31fb921c97a11c7b28b32c5907fdbb8e8f | ||
Size (ncmpcpp-0.8.2.tar.bz2) = 465713 bytes |