[Buildroot] [PATCH 0/2] package/shairport-sync: Add support for AirPlay2

Trammell Hudson hudson at trmm.net
Sat Oct 25 19:04:58 UTC 2025


These patches add support for streaming audio with the AirPlay2 protocol
to shairport-sync.  Configuring AirPlay2 support is optional since it
adds several other requirements such as ffmpeg, which may be too heavy
for some systems that only want to stream AirPlay1 music.

It also requires the nqptp helper package that provides not-quite-PTP
time synchronization for multi-zone audio.

Trammell Hudson (2):
  package/nqptp: Add version 1.2.4
  package/shairport-sync: Add support for AirPlay2

 package/Config.in                        |  1 +
 package/nqptp/Config.in                  |  6 +++++
 package/nqptp/S90nqptp                   | 24 ++++++++++++++++++
 package/nqptp/nqptp.hash                 |  3 +++
 package/nqptp/nqptp.mk                   | 31 ++++++++++++++++++++++++
 package/shairport-sync/Config.in         | 15 ++++++++++++
 package/shairport-sync/shairport-sync.mk |  5 ++++
 7 files changed, 85 insertions(+)
 create mode 100644 package/nqptp/Config.in
 create mode 100644 package/nqptp/S90nqptp
 create mode 100644 package/nqptp/nqptp.hash
 create mode 100644 package/nqptp/nqptp.mk

-- 
2.25.1



More information about the buildroot mailing list