./audio/mpd [Music Player Daemon]
[+] Add this package to your ports tracker

[ CVSweb ] [ Homepage ] [ RSS feed ]

Version: 0.15.12, Package name: mpd-0.15.12
Maintained by: Tobias Ulmer
Required to run:
[devel/gettext]
Required to build:
[devel/gettext] [devel/libtool]
Master sites:
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
  • tremor
Description
Music Player Daemon allows remote access for playing music (mp3,
ogg, flac, aac, mod and wav files) and managing playlists. MPD is
designed for integrating a computer into a stereo system that
provides control for music playback over a local network. It also
makes a great desktop music player and has serveral frontend options.

Flavors

tremor: Use the tremor integer-only ogg decoder. This disables
use of flac files in ogg containers and the network
streaming functionality.


MD5: W9YcISTUOIsTmLMvLHFDig=
RMD160: QUgnNCADCYPdKuKiN6qiOc9kO9M=
Filesize: 472.586 KB

Package available on: cdrom(), ftp()
Distfile available on: cdrom(), ftp()

Version History (View Complete History)
  • (2010-08-23) Updated to version: mpd-0.15.12
  • (2010-06-03) Updated to version: mpd-0.15.9p1
  • (2010-05-22) Updated to version: mpd-0.15.9p0
  • (2010-04-09) Updated to version: mpd-0.15.9
  • (2010-01-13) Updated to version: mpd-0.15.7
  • (2009-06-30) Updated to version: mpd-0.13.2p4
  • (2009-04-10) Updated to version: mpd-0.13.2p3
  • (2008-10-29) Updated to version: mpd-0.13.2p2
  • (2008-09-16) Updated to version: mpd-0.13.2p1
  • (2008-09-09) Updated to version: mpd-0.13.2p0
[show/hide] View available PLISTS (Can be a lot of data)
[show/hide] View known vulnerabilities

CVS Commit History:

   2010-08-23 08:46:55 by Jasper Lievisse Adriaanse | Files touched by this commit (4)
Log message:
- update mpd to 0.15.12
* from tobias ulmer (MAINTAINER)
some tweaks by me:
- set license version
- new-style WANTLIB/LIB_DEPENDS
- fix MODULES and MASTER_SITES
   2010-06-03 10:06:07 by Pierre-Emmanuel Andre | Files touched by this commit (2)
Log message:
Fix after recent libao update
ok naddy@, maintainer ok
   2010-05-22 05:10:09 by Jasper Lievisse Adriaanse | Files touched by this commit (2)
Log message:
- re-anable musepack/mpc support
ok tobias ulmer (MAINTAINER)
   2010-04-09 05:39:33 by Jasper Lievisse Adriaanse | Files touched by this commit (3)
Log message:
- update mpd to 0.15.9
- add --enable-pipe-output to pipe into aucat/rtunes/etc
- remove all encoders in the tremor flavor, cpu starved architectures
don't need them and lack of shoutcast support makes them useless.
* the above was from Bjorn Ketelaars via Tobias Ulmer (MAINTAINER
- Add AAC/MP4 support to the main package now that audio/faad is fixed
* done by me.
ok aja@
   2010-01-12 11:58:26 by Will Maier | Files touched by this commit (9)
Log message:
Update to 0.15.7.
Most awesomely, mpd can now stream natively without a icecast server.
ok and help from MAINTAINER Tobias Ulmer <tobiasu at tmux dot org>.
   2010-01-12 11:51:07 by Will Maier | Files touched by this commit (1)
Log message:
Whitespace clean up -- no real change (actual update coming in a minute).
   2009-06-29 09:34:37 by Bob Beck | Files touched by this commit (2)
Log message:
remove src-playlist patch since it breaks on the new version and we're close to
release - will fix after release and put it back - as discussed with tobias.
   2009-04-09 18:52:07 by Bob Beck | Files touched by this commit (2)
Log message:
make mpd use a reaonable Fisher-Yates shuffle for randomizing play order
instead of an incorrectly implemented Knuth shuffle. Also on openbsd
make sure we use arc4random_uniform for the random choice from the
sequence to make sure we aren't modulo biased.
Noticed when my mpd server played an unnatural amount of Rush out of the
80's playlist.
   2008-10-28 09:21:49 by Christian Weisgerber | Files touched by this commit (16)
Log message:
Change "${SYSCONFDIR}" to "/etc" for files that are *always* in the
latter location.
   2008-09-15 16:04:17 by Jacob Meuser | Files touched by this commit (3)
Log message:
- simpler faad related patches
- bump PKGNAME
ok brad@
   2008-09-09 02:11:29 by Landry Breuil | Files touched by this commit (1)
Log message:
Add -D_BSD_SOURCE so that mpd calls initgroups(3) and sets additional
groups when dropping privilege. This fixes long-standing permission
problems when accessing music directory..
From Tobias Ulmer (MAINTAINER) on ports@, thanks!
ok jasper@
   2008-07-15 02:40:49 by Bernd Ahlers | Files touched by this commit (6)
Log message:
Update to mpd-0.13.2.
ok MAINTAINER, jasper@
   2008-03-24 00:51:04 by Jacob Meuser | Files touched by this commit (1)
Log message:
disable jack for now
   2008-02-17 11:53:02 by Bernd Ahlers | Files touched by this commit (4)
Log message:
Security update to mpd-0.13.1 to fix a possible DoS.
ok jasper@ and Tobias Ulmer (MAINTAINER)
   2007-12-07 00:46:38 by Jasper Lievisse Adriaanse | Files touched by this commit (1)
Log message:
explicitly disable zeroconf/avahi, or it may get picked up
   2007-09-18 12:26:52 by Christian Weisgerber | Files touched by this commit (6)
Log message:
simple configure/build/wantlib fixes for FLAC 1.2.0
   2007-07-19 02:06:24 by Jasper Lievisse Adriaanse | Files touched by this commit (1)
Log message:
fix flac support
from Vlad Glagolev, ok MAINTAINER
   2007-06-29 00:08:12 by Jacob Meuser | Files touched by this commit (3)
Log message:
- use exact width data types for libfaad interaction
- LIB_DEPENDS libfaad >= 1.0
- bump PKGNAME
OK naddy@
   2007-06-22 05:42:14 by Jasper Lievisse Adriaanse | Files touched by this commit (4)
Log message:
- update mpd to 0.13.0
- regen patches while here
from simon kuhnle with a tweak by me
   2007-05-20 07:05:27 by Jasper Lievisse Adriaanse | Files touched by this commit (4)
Log message:
- update mpd to 0.12.2
- add a tremor flavor, and add it to audio/Makefile
from Tobias Ulmer <tobiasu@tmux.org> (MAINTAINER)
discussed with bernd@ naddy@
ok bernd@


   2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270)
Log message:
base64 distinfo with SHA256


   2006-11-05 07:42:56 by Bernd Ahlers | Files touched by this commit (8)
Log message:
Update to mpd-0.12.1. From maintainer Tobias Ulmer.
ChangeLog: https://svn.musicpd.org/mpd/tags/release-0.12.1/ChangeLog
   2006-08-01 04:50:19 by Marc Espie | Files touched by this commit (21)
Log message:
convert a few libspecs to new style.
Note: no package bump, those are only BUILD dependencies,
the pkg_create code will create the correct wantlib specs.


   2006-06-14 06:37:52 by Bernd Ahlers | Files touched by this commit (7)
Log message:
- Remove trailing whitespaces. (From Jasper)
- Install daemon into ${LOCALBASE}/sbin. (From steven@)
- Fix pkg/DESCR (From steven@)
- Really fix the OSS mixer stuff.
ok Tobias Ulmer (MAINTAINER)
ok naddy@ (for the mixer stuff)