Port details on branch 2024Q4 |
- musicpd Remote-controllable music daemon
- 0.23.16 audio =0 0.23.16Version of this port present on the latest quarterly branch.
- Maintainer: riggs@FreeBSD.org
- Port Added: 2024-12-11 21:36:05
- Last Update: 2024-12-11 14:58:57
- Commit Hash: 699b21a
- 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 = 1733527257
SHA256 (mpd-0.23.16.tar.xz) = 9668e36df80de485683c962d02845bf314d8a08e6141af7afeff76401e32b2c1
SIZE (mpd-0.23.16.tar.xz) = 778572
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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for musicpd-0.23.16:
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:
|