summaryrefslogtreecommitdiff
path: root/audio/mpc
AgeCommit message (Collapse)AuthorFilesLines
2015-06-07Update to 0.27:wiz2-6/+6
0.27 (2015/05/30) * fix --enable-debug and --enable-werror * add unit tests * new command: "searchplay" searches and plays songs from the current playlist * fix use-after-free bug * new command: "searchadd" works like findadd with non-exact matching * improved error handling * show directories in command "tab" * bash completion: escape '&' * add %mtime% and %mdate% to --format * recognize command by unambiguous prefix * "insert" queues new songs when "random" mode is enabled
2015-03-14fix iconv linkagetnn1-2/+2
2014-06-09Update to 0.26. Remove playpause command, which was a local patch sincewiz3-19/+6
2005; upstream supports 'toggle' which does the same. If you want this alias, make upstream accept it. 0.26 (2014/06/03) * fix segfault when adding absolute paths * "playlist" can show stored playlist * "search" supports --format
2013-12-06Update to 0.25:wiz2-7/+7
0.25 (2013/11/09) * fix "insert" with directory argument * optimize tab completion commands * do character set conversion for tab completion commands * require libmpdclient 2.3, MPD 0.16 0.24 (2013/10/29) * configure.ac: fix syntax error * new command "toggleoutput" * use the "volume" command on MPD 0.18 * fix search/find with "filename" constraint * add search/find with "base" constraint * don't strip trailing slashes from absolute URLs
2013-10-02update to 0.23drochner3-12/+13
changes: -implement the client-to-client protocol -new command "cdprev" -make "mv" a shortcut for "move" -support absolute paths in "add" and "update" -more UI improvements -bugfixes, documentation improvements approved by simonb
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-15REPLACE_SH in installed shell scripts.hans1-1/+3
2012-01-16update to 0.21drochner2-6/+6
changes: -bugfixes -minor UI improvements
2012-01-11Fix build on SunOS.hans1-1/+3
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.