summaryrefslogtreecommitdiff
path: root/audio/musicpd
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-22Remove support for some variables that are supposed to go away afterjlam1-36/+1
pkgsrc-2004Q4 is branched.
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-59/+87
aac audiofile flac iconv id3 ogg # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX MUSICPD_WITH_AAC # XXX MUSICPD_WITH_AUDIOFILE # XXX MUSICPD_WITH_FLAC # XXX MUSICPD_WITH_ICONV # XXX MUSICPD_WITH_ID3 # XXX MUSICPD_WITH_OGG
2004-11-11Upgrade to 0.11.5. Minor bug fixes, nothing that stands out.simonb2-6/+5
2004-11-11Add "KEYWORD: shutdown" so that mpd will save state across a reboot.simonb1-1/+2
2004-10-05Fix DISTNAME. Closes PR 27147.wiz1-3/+3
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-09-07Remove an extra blank line, which fixes a fatal error with pkglint.xtraeme1-2/+1
2004-08-14Make me the maintainer of these two packages.simonb1-2/+2
2004-08-14Update to version 0.11.4. Changes from 0.11.3 are:simonb2-5/+5
1) Fixed a segfault when decoding mp3's with corrupt id3v2 tags 2) Fixed a memory leak when encountering id3v2 tags in mp3 decoder
2004-07-22Update to version 0.11.3. Changes include:simonb2-5/+5
. support for http authentication for streams . replaygain pre-amp support . some bug fixes
2004-07-07Update to version 0.11.2. Changes include:simonb2-5/+5
1) Work around in computing total time for mp3's whose first valid mpeg frame is not layer III 2) Fix mp3 and mp4 decoders when seeking past the end of the file 3) Fix replaygain for flac and vorbis 4) Fix memory leaks in flac decoder (from normalperson) 5) Fix Several other bugs in playlist.c and directory.c (from normalperson)
2004-06-29Update to version 0.11.1.simonb2-5/+5
Changes include: . Added support for HTTP Proxy . Detect and skip recursive links in the music directory . Support for playing mp3 and Ogg Vorbis streams . Replaygain support for Ogg Vorbis and FLAC . Update specific files/directories (for fast, incremental updating) . Play after stop resumes from last position in the playlist . Play while pause resumes playback
2004-05-20Revert the change to put -liconv into BUILDLINK_LDFLAGS.iconv (whichdanw1-1/+2
breaks some things on Darwin) and fix audio/musicpd so it doesn't need it (by faking out a configure check that gets confused by the iconv_open -> libiconv_open renaming)
2004-05-05revert the previous; it has some weird side-effects i'm still investigating..mrg2-15/+1
2004-05-02don't reset the playlist order when restarting.mrg2-1/+15
2004-05-02add a comment about setting mixer_control "Pcm" to modify the PCMgrant1-1/+5
volume control.
2004-05-02add CVS tag.grant1-0/+2
2004-04-30Initial import of musicpd 0.10.3 into the NetBSD packages collection.grant6-0/+176
Music Player Daemon allows remote access for playing music (MP3s, Ogg Vorbis files, Flacs and AAC files) and managing playlists. It is designed for integrating a computer into a stereo system that provides control for music playback over a local network. It is also makes a great desktop music player, especially if you're a console junkie, like frontend options, or restart X often. this package is a hybrid of a package created by pkg@burningsoda.com in pkgsrc-wip and the package created independently by myself.