mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.10.1
- support for user key bindings (~/.ncmpc/keys) - a key configuration screen (press 'K') - improved drawing routines (removes flickering) - support for seeking, toggle crossfade - display mpd status flags on the second row [rzx] (repeat,random,crossfade) - support for system-wide configuration files (config,keys) - the user configuration file is moved to ~/.ncmpc/config PR: ports/66346 Submitted by: maintainer
This commit is contained in:
parent
95904dc6f7
commit
1dabc26fbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108599
3 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ncmpc
|
||||
PORTVERSION= 0.10.0
|
||||
PORTVERSION= 0.10.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://hem.bredband.net/kaw/ncmpc/files/ \
|
||||
http://mercury.chem.pitt.edu/~shank/
|
||||
|
@ -28,7 +28,8 @@ MAN1= ncmpc.1
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ncmpc ${PREFIX}/bin/
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/ncmpcrc.sample ${EXAMPLESDIR}/ncmpcrc
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/config.sample ${EXAMPLESDIR}/config
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/keys.sample ${EXAMPLESDIR}/keys
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/ncmpc.lirc ${EXAMPLESDIR}/
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/ncmpc.1 ${MAN1PREFIX}/man/man1/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (ncmpc-0.10.0.tar.gz) = e3951d28bc2c559d6dfa0ca61ab57465
|
||||
SIZE (ncmpc-0.10.0.tar.gz) = 163434
|
||||
MD5 (ncmpc-0.10.1.tar.gz) = 56466acb87371b7420d26401bc7e821e
|
||||
SIZE (ncmpc-0.10.1.tar.gz) = 173483
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/ncmpc
|
||||
%%EXAMPLESDIR%%/ncmpcrc
|
||||
%%EXAMPLESDIR%%/config
|
||||
%%EXAMPLESDIR%%/keys
|
||||
%%EXAMPLESDIR%%/ncmpc.lirc
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue