Port details on branch 2025Q3 |
- owntone DAAP (iTunes), MPD (Music Player Daemon) and RSP (Roku) media server
- 28.12_3 audio
=0 28.12_3Version of this port present on the latest quarterly branch. - Maintainer: dinoex@FreeBSD.org
 - Port Added: 2025-07-09 10:54:09
- Last Update: 2025-07-09 10:50:07
- Commit Hash: 71cd095
- License: GPLv2
- WWW:
- https://github.com/owntone/owntone-server
- Description:
- OwnTone is a DAAP (iTunes), MPD (Music Player Daemon) and RSP (Roku) media
server. It supports AirPlay devices/speakers, Apple Remote (and compatibles),
MPD clients, Chromecast, network streaming, internet radio, Spotify and LastFM.
It does not support streaming video by AirPlay nor Chromecast.
DAAP stands for Digital Audio Access Protocol which is the protocol used by
iTunes and friends to share/stream media libraries over the network.
OwnTone was previously called forked-daapd, which again was a rewrite of
mt-daapd (Firefly Media Server).
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/owntone/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/owntone
- pkg install owntone
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: owntone
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1741669211
SHA256 (owntone-28.12.tar.xz) = 731ce61f83b111e3c329fdf8182f3eb6310a212063e6025f307d3a10efbc6b1e
SIZE (owntone-28.12.tar.xz) = 1123924
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gmake>=4.4.1 : devel/gmake
- gperf : devel/gperf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- Library dependencies:
-
- libavahi-client.so : net/avahi-app
- libavcodec.so : multimedia/ffmpeg
- libconfuse.so : devel/libconfuse
- libcurl.so : ftp/curl
- libevent_pthreads.so : devel/libevent
- libgcrypt.so : security/libgcrypt
- libgnutls.so : security/gnutls
- libgpg-error.so : security/libgpg-error
- libjson-c.so : devel/json-c
- libinotify.so : devel/libinotify
- libmxml.so : textproc/mxml
- libplist-2.0.so : devel/libplist
- libsodium.so : security/libsodium
- libunistring.so : devel/libunistring
- libprotobuf-c.so : devel/protobuf-c
- libuuid.so : misc/libuuid
- libasound.so : audio/alsa-lib
- libwebsockets.so : net/libwebsockets
- libiconv.so : converters/libiconv
- libxml2.so : textproc/libxml2
- libsqlite3.so : databases/sqlite3
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for owntone-28.12_3:
ITUNES=on: iTunes XML support
MPD=on: Music Player Daemon protocol support
AIRPLAY2=on: Prefer AirPlay 2
CHROMECAST=on: Chromecast support
WEBINTERFACE=on: Install web interface
ALSA=on: ALSA audio architecture support
PULSEAUDIO=off: PulseAudio sound server support
NLS=on: Native Language Support
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- audio_owntone
- USES:
- tar:xz localbase libtool iconv:wchar_t pkgconfig gnome gmake gperf sqlite gnome pathfix gettext-runtime
- pkg-message:
- For install:
- owntone uses FFmpeg for transcoding audio playback.
The default ports/pkg build of FFmpeg on FreeBSD has a number
of options which could be SET/UNSET to provide support for
additional audio codecs.
If you find owntone does not support the audio codecs you
require, it is recommended to recompile the multimedia/ffmpeg
package from ports with the necessary options ENABLED (SET).
You should review and edit the owntone configuration
file /usr/local/etc/owntone.conf before first use.
To automatically start owntone at boot time:
# sysrc 'dbus_enable=YES'
# sysrc 'avahi_daemon_enable=YES'
# sysrc 'owntone_enable=YES'
To then manually start owntone without rebooting:
# service dbus start
# service avahi-daemon start
# service owntone start
- Master Sites:
|