Port details |
- musicpd Remote-controllable music daemon
- 0.23.17_3 audio
=23 0.23.17_3Version of this port present on the latest quarterly branch. - Maintainer: riggs@FreeBSD.org
 - Port Added: 2003-10-08 10:47:25
- Last Update: 2025-03-02 21:40:52
- Commit Hash: 153b006
- People watching this port, also watch:: mplayer, xorg, unzip, zip, nmap
- License: GPLv2+
- WWW:
- https://www.musicpd.org/
- Description:
- Music Player Daemon (MPD) allows remote access for playing music (MP3, MP4,
Ogg, Flac, and more) and managing playlists. The design focus is on
integrating a computer into a stereo system that provides control for music
playback over a local network.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/musicpd/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/musicpd
- pkg install musicpd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: musicpd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1738356364
SHA256 (mpd-0.23.17.tar.xz) = a86f4fe811695743b08db82a9f1a840b8918bb4f46b06f48aa1d8d1b5386dff2
SIZE (mpd-0.23.17.tar.xz) = 779344
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sphinx-build : textproc/py-sphinx@py311
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Library dependencies:
-
- libboost_iostreams.so : devel/boost-libs
- libfmt.so : devel/libfmt
- libicudata.so : devel/icu
- libcurl.so : ftp/curl
- libavcodec.so : multimedia/ffmpeg
- libavformat.so : multimedia/ffmpeg
- libavutil.so : multimedia/ffmpeg
- libFLAC.so : audio/flac
- libid3tag.so : audio/libid3tag
- libmp3lame.so : audio/lame
- libopus.so : audio/opus
- libogg.so : audio/libogg
- libexpat.so : textproc/expat2
- libmpdclient.so : audio/libmpdclient
- libsndfile.so : audio/libsndfile
- libvorbis.so : audio/libvorbis
- libvorbisenc.so : audio/libvorbis
- libwavpack.so : audio/wavpack
- This port is required by:
- for Run
-
- audio/sonata
- audio/xfce4-mpc-plugin
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for musicpd-0.23.17_3:
DOCS=on: Build and/or install documentation
ID3TAG=on: ID3 v1/v2 tags support
IPV6=on: IPv6 protocol support
ISO9660=off: Direct support for ISO 9660 images
MANPAGES=on: Build and/or install manual pages
PROXYDB=on: Proxy database support via libmpdclient
SQLITE3=off: SQLite 3 database support
VORBISENC=on: Ogg Vorbis encoder
ZZIP=off: Support for zzip archives
====> Options available for the multi FILE_FORMAT: you have to choose at least one of them
ADPLUG=off: AdPlug support
AUDIOFILE=off: SGI audio file format support
FAAD=off: AAC/MP4 decoding via libfaad
FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
FLAC=on: FLAC lossless audio codec support
FLUIDSYNTH=off: MIDI playback support via FluidSynth
GME=off: GME support (video game music files)
MAD=off: MAD MP3 audio decoder support
MIKMOD=off: MOD audio format support
MODPLUG=off: ModPlug decoder support
MPG123=off: MP3 decoding support via mpg123
OPUS=on: Opus audio codec support
SIDPLAY=off: Sidplay support (C64 mono and stereo files)
SNDFILE=on: Audio conversion support via libsndfile
TWOLAME=off: TwoLAME support (mp2)
VORBIS=on: Ogg Vorbis audio codec support
WAVPACK=on: WavPack lossless audio format support
WILDMIDI=off: WildMIDI support (MIDI files)
====> Options available for the group ACCESS
CDPARANOIA=off: CD ripping support (via cdparanoia)
CURL=on: Data transfer support via cURL
LAME=on: Support for MP3 Icecast Streams
NFS=off: Network File System support
PLAYLISTS=on: Enable extra playlist support (wma, RSS)
QOBUZ=off: Streaming service support: Qobuz
SMB=off: SMB network support (currently strongly discouraged)
SOUNDCLOUD=off: Streaming service support: SoundCloud
UPNP=off: UPnP protocol support
YAJL=off: JSON support via libyajl
====> Options available for the group PLAYBACK
AO=off: libao audio library support
JACK=off: JACK audio server support
OPENAL=off: Audio support via OpenAL
OPENMPT=off: Support for OpenMPT playback
PIPEWIRE=off: PipeWire multimedia server support
PULSEAUDIO=off: PulseAudio sound server support
SHOUTCAST=off: SHOUTcast and Ogg Icecast support
SNDIO=off: Sndio audio support
====> Options available for the radio RESAMPLER: you can only select none or one of them
SAMPLERATE=off: Sample rate conversion support
SOXR=off: SoX resampler support via libsoxr
====> Options available for the radio ZEROCONF: you can only select none or one of them
AVAHI=off: Zeroconf support via Avahi
MDNSRESPONDER=off: Zeroconf support via mDNSResponder
===> Use 'make config' to modify these settings
- Options name:
- audio_musicpd
- USES:
- compiler:c++17-lang localbase:ldflags meson pkgconfig python:build tar:xz
- pkg-message:
- For install:
- The musicpd package has been successfully installed.
In order to run the MPD server, you need to edit the provided
sample configuration file
/usr/local/etc/musicpd.conf
Edit the variables in the section "Files and directories"
according to your local environment. Ensure that the referenced
directories exist and owned by the 'mpd' user, except for the
variable music_directory. It is sufficient for the 'mpd' user
to have read permissions to the referenced directory.
To enable the service at boot time, add the following line to
/etc/rc.conf:
musicpd_enable="YES"
Then start the server with
service musicpd start
or reboot.
NOTE: The musicpd server does not come with a client. In order
to use it, you need one. They come in all shapes and
sizes for many platforms (including iOS and Android for
remote controlling musicpd from your smartphone).
In the FreeBSD ports tree, there is a number of clients as
well, for instance (non-exhaustive list):
Command line: musicpc
Curses: ncmpc, ncmpcpp, pms, pms-devel
GNOME / GTK: ario, gimmix, glurp, gmpc, sonata
KDE / Qt: cantana, quimup, qmpdlient
Web: phpmp
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.15_2 06 Dec 2009 17:30:53
 |
pav  |
- Use static UID/GID and convert to USERS macro
- Install useful sample configuration
PR: ports/133533
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
Approved by: Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer) |
0.15_1 28 Nov 2009 10:34:26
 |
arved  |
Chase libcdio shared library version bump |
0.15 17 Sep 2009 09:41:09
 |
miwi  |
* Fix MMS, LAME, SHOUTCAST support
PR: 137835
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
Feature safe: yes |
0.15 22 Aug 2009 00:13:27
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.15 27 Jul 2009 12:20:34
 |
avl  |
- Update to 0.15 [1]
- Add new config knobs [1]
- Add dependency on libcurl [2]
- Use PLIST_FILES and PORTDOCS instead pkg-plist
PR: ports/136305 [1], ports/131991 [2]
Submitted by: David Horn <dhorn2000 AT gmail.com> [1], Rick Dicaire <kritek AT
gmail.com> [2]
Approved by: maintainer timeout, tabthorpe (mentor) |
0.14.2_1 06 Jul 2009 21:26:00
 |
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
0.14.2 18 Mar 2009 16:45:44
 |
itetcu  |
- Update to latest upstream release (0.14.2)
- Add new ffmpeg knob to options, and LIBDEPENDS for avcodec/avformat/avutil
- change wording on id3tag knob to specify id3 v1/v2 instead of just v1
- change shoutcast wording to specify ogg (so that it is clearer)
- change several configure args to sync with the upstream. This includes
--enable-mpd-id3tag, --disable-ogg, --disable-shout are now:
--disable-id3, --disable-oggvorbis, --disable-shout-ogg
and added --disable-shout-mp3.
- Removed outdated iconv knob as this is no longer a valid configure option in
musicpd configure script
- rename files/musicpd.sh.in --> files/musicpd.sh to follow current rc.d
practices.
PR: ports/131914
Submitted by: David Horn
Approved by: maintainer |
0.14.1_1 21 Feb 2009 15:51:15
 |
miwi  |
- Chase audio/faad shlib bump |
0.14.1 28 Jan 2009 05:30:47
 |
pgollucci  |
- Update to 0.14
PR: ports/130612
Submitted by: Dylan Cochran <a134qaed@gmail.com>
Approved by: Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer) |
0.13.2 05 Dec 2008 21:18:03
 |
danfe  |
- Allow to build with Tremor support
- Actually add dependency on libshout2 mentioned in previous commit
Approved by: maintainer timeout (one month) |
0.13.2 05 Dec 2008 21:11:46
 |
danfe  |
- Reindent OPTIONS for better readability, fix a typo
- Register missing dependency on libshout2 for Icecast/Shoutcast support
- Style nit: s/ifdef/if defined/
- No need to define PKGMESSAGE, it happens automagically
- Augment and reformat Makefile header, correct wrong date, fix COMMENT
- Clean up pkg-message and port description
- Correctly display message WRT port vs. package installation
Approved by: maintainer timeout (one month) |
0.13.2 12 Oct 2008 10:47:18
 |
miwi  |
- Update to 0.13.2
PR: 126540
Submitted by: Maintainer |
0.13.1_3 06 Sep 2008 13:16:39
 |
amdmi3  |
- Fix depends (add options for samplerate, jack; check WITH_/WITHOUT_ flags
appropriately)
- Respect NOPORTDOCS and thus fix plist for NOPORTDOCS case
- Better pkg-message handling
- Reorder variables in the Makefile in more canonical way
PR: 126492
Submitted by: Henry Hu <henry dot hu dot sh at gmail dot com>
Patch by: me
Approved by: maintainer timeout |
0.13.1_2 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.13.1_2 07 Apr 2008 20:37:24
 |
naddy  |
Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476 |
0.13.1_1 04 Apr 2008 06:20:33
 |
rafan  |
- rc script was not executed at boot due to empty REQUIRE and BEFORE. Fix
that by using REQUIRE: LOGIN per Porter's Handbook.
- While I'm here, change default variable assignment to the way suggested by
Porter's Handbook.
- Bump PORTREVISION
PR: ports/121772 (based on)
Submitted by: Justin Stallard <justin at isis.poly.edu>
Approved by: maintainer timeout (2 weeks) |
0.13.1 02 Mar 2008 06:23:08
 |
rafan  |
- Update to 0.13.1
PR: ports/120126
Submitted by: Phillip N. <pneumann at gmail.com>
Approved by: Jan-Olof Lindqvist <jo.lindqvist at gmail.com> (maintainer) |
0.13.0_2 16 Feb 2008 10:05:32
 |
miwi  |
- Added missing configure option for Shoutcast and Icecast support.
PR: 118702
Submitted by: Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer) |
0.13.0_1 08 Oct 2007 12:12:17
 |
miwi  |
- Add PulseAudio to the options
PR: 116161
Submitted by: Romain Tartiere <romain@blogreen.org>
Approved by: maintainer |
0.13.0 10 Sep 2007 18:39:22
 |
lx  |
Switch to new maintainer, and add a mirror while we're at it.
Approved by: Mark Reidel (old maintainer) |
0.13.0 24 Aug 2007 18:59:10
 |
lx  |
Update to 0.13.0.
PR: ports/114893
Submitted by: Jan-Olof Lindqvist |
0.12.2_1 28 Jul 2007 12:27:31
 |
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
0.12.2 23 Jul 2007 09:36:52
 |
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.12.2 22 Jun 2007 06:45:35
 |
rafan  |
- Add missing dependency when ID3TAG knob is on
PR: ports/111795
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
Approved by: Mark Daniel Reidel <ports at mark.reidel.info> (maintainer,
implicit) |
0.12.2 17 Apr 2007 19:41:40
 |
miwi  |
- Update to 0.12.2
PR: 111488
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer) |
0.12.1 27 Feb 2007 03:51:05
 |
kevlo  |
Replace musicpd with musicpd.sh |
0.12.1_1 26 Feb 2007 05:36:23
 |
kevlo  |
Bump PORTREVISION: mpcdec.4 -> mpcdec.5 |
0.12.1 11 Nov 2006 17:21:32
 |
brueffer  |
Add a knob for enabling Musepack support.
Approved by: maintainer, markus |
0.12.1 09 Nov 2006 21:25:15
 |
miwi  |
- Update to 0.12.1
- Switch maintainer mail back to old maintainer (sorry for this fault)
PR: ports/105295
Submitted by: Stepan Zastupov <redchrom@gmail.com>
Approved by: Mark Daniel Reidel <ports@mark.reidel.info> via privat mail
(maintainer) |
0.12.0 08 Nov 2006 15:57:34
 |
miwi  |
- Remove the old rc script |
0.12.0 08 Nov 2006 15:14:18
 |
miwi  |
- Update to 0.12.0
PR: ports/103706
Submitted by: Stepan Zastupov (redchrom@gmail.com)
Approved by: Maintainer in private mail |
0.11.5_2 20 Feb 2006 20:47:50
 |
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
0.11.5_2 22 Jan 2006 08:13:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.11.5_2 16 Jan 2006 23:04:17
 |
tdb  |
- Fix dependency on libaudiofile
PR: 91472
Submitted by: Michael Kuhn <mkuhn.nw@web.de>
Approved by: maintainer |
0.11.5_1 16 Mar 2005 14:50:13
 |
naddy  |
new version of libFLAC |
0.11.5 14 Jan 2005 15:45:01
 |
vs  |
- Update to 0.11.5
- Add ID3TAG-knob
PR: ports/75693
Submitted by: Anton Karpov
Approvd by: maintainer |
0.11.4 03 Sep 2004 07:53:23
 |
vs  |
Update to 0.11.4
PR: ports/70817
Submitted by: Ingmar Gebert
Approved by: maintainer |
0.11.2 20 Jul 2004 01:15:57
 |
ijliao  |
upgrade to 0.11.2
PR: 69314
Submitted by: maintainer |
0.11.0 18 Jun 2004 09:09:00
 |
pav  |
- Update to 0.11.0
PR: ports/68069
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer) |
0.10.3 11 Apr 2004 14:03:45
 |
krion  |
- Update to 0.10.3
PR: ports/65417
Submitted by: maintainer |
0.10.2 30 Mar 2004 19:20:23
 |
krion  |
- Use USE_ICONV knob
Approved by: portmgr |
0.10.2 25 Mar 2004 19:27:41
 |
krion  |
- Update to 0.10.2
- Added support for MP4/AAC
- IPv6 support deselectable
- New sample configuration file with better defaults
PR: ports/64717
Submitted by: maintainer |
0.10.0_1 10 Mar 2004 09:43:27
 |
krion  |
- Fix build on sparc64
PR: ports/64004
Submitted by: maintainer
Noticed by: bento via kris |
0.10.0 03 Mar 2004 18:05:55
 |
krion  |
- Update to 0.10.0
PR: ports/63703
Submitted by: maintainer |
0.9.4_1 22 Feb 2004 22:38:36
 |
sumikawa  |
Add IPv6 on CATEGORIES. Musicpd and mpc speaks IPv6 since 0.9.0.
Approved by: maintainer |
0.9.4_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.9.4 23 Jan 2004 21:36:03
 |
clement  |
- update to 0.9.4
PR: 61794
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer) |
0.9.3_2 20 Dec 2003 16:14:14
 |
naddy  |
Catch up with libogg/libvorbis version bump. |
0.9.3_1 07 Dec 2003 01:27:06
 |
marcus  |
Chase the libmad/libid3tag shared lib version. |
0.9.3 09 Nov 2003 15:42:55
 |
jeh  |
- Update to 0.9.3
MPD changes include wave file support, bitrate output in status, and song
lengths are now stored in the db. mpc and libmpdclient recieved a significant
speed boost.
PR: 58820
Submitted By: MAINTAINER |
0.9.2 13 Oct 2003 23:25:49
 |
sumikawa  |
Upgrade to 0.9.2.
PR: ports/57977
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> |
0.9.1 08 Oct 2003 10:41:32
 |
sumikawa  |
Add musicpd 0.9.1, a remote-controllable music-daemon.
PR: 57518
Submitted by: Mark Reidel <ports@mark.reidel.info> |