summaryrefslogtreecommitdiff
path: root/audio/mpc
AgeCommit message (Collapse)AuthorFilesLines
2011-02-27Set LICENSE.wiz1-1/+2
2011-02-27Update to 0.20:wiz3-8/+10
0.20 (2011/01/03) * require libmpdclient 2.2 * reactivate "search filename" * MixRamp support * support --format with "ls" and "listall" * new command "clearerror" * implement "current --wait" * command "add": print the failed song 0.19 (2009/12/06) * search: fix "mpc search any" * idle: flush output after each idleloop iteration * added command "sticker" (MPD 0.15) * added command "replaygain" (MPD 0.16) * implemented %position%, %id% for --format * fixed bash completion 0.18 (2009/10/05) * don't quote spaces in the "load" and "lstab" * revert "disable character set conversion to/from pipe" * don't use the deprecated "volume" command * added option "update --wait" * allow options before and after the command * treat negative numbers as non-options * using libmpdclient 2.0 instead of built-in libmpdclient * don't print song numbers in the "playlist" command * idle: added "mask" parameter * added the "findadd" command 0.17 (2009/08/13) * fixed busy loop while waiting for "idle" response * added command "idleloop"
2009-08-09Update to 0.16:wiz2-6/+6
0.16 (2009/05/25) * added command "current" * support the new MPD modes "consume" and "single" * added command "idle"
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-05-20Update to mpc 0.15asau3-9/+11
Changes since previous release: * optimized and simplified the "add" command, don't obtain and print song list when adding directories * same optimization for the "ls" command, which did some very expensive underscore matching logic using "listall" * show MPD error message in "status" * fixed special character handling in bash completion * don't fall back to ISO-Latin-1 in unknown locale * disable character set conversion to/from pipe * bug fixes
2009-01-20update to mpc-0.14drochner2-7/+7
First release in a year and a half. Tons of bugfixes and feature additions
2008-11-18Don't remove directories that this package didn't create.rillig1-2/+1
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-08-09Update to version 0.12.1. Notable changes are:simonb5-36/+20
- New output format for "mpc playlist" - Support for many more search types with "mpc search" - Add "mpc del 0" behaviour to remove the currently playing song - Add outputs, enable and disable commands - multiple bug fixes.
2005-06-14Fix C99-isms to make this package compile with gcc 2.95.kristerw2-1/+19
2005-06-01Update to version 0.11.2:simonb5-54/+18
New commands: crop, stats, toggle. Add relative and exact-time seeking. Fix a few bugs. The new "toggle" command is the same as our existing patch for the "playpause" command - we keep the "playpause" command as an alias for "toggle".
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-14Make me the maintainer of these two packages.simonb1-2/+2
2004-06-29Update to version 0.11.1.simonb6-30/+28
Changes include: . Support for new update command . Make add command more robust
2004-05-05Include converters/libiconv/buildlink3.mk to get this building on 1.6simonb1-1/+2
branch.
2004-05-02add a "playpause" command, ala "xmms -t".mrg4-1/+53
this has already been submitted to musicpd.org.
2004-04-30Initial import of mpc 0.10.3 into the NetBSD packages collection.grant4-0/+28
mpc is a command line client for the Music Player Daemon, musicpd.