All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Trammell Hudson via buildroot <buildroot@buildroot.org>
Cc: Trammell Hudson <hudson@trmm.net>
Subject: Re: [Buildroot] [PATCH 2/2] package/shairport-sync: Add support for AirPlay2
Date: Sat, 27 Dec 2025 15:22:28 +0100	[thread overview]
Message-ID: <20251227152228.05407b86@windsurf> (raw)
In-Reply-To: <aP0fooArqo5kwOnV@hachi.swcp.com>

Hello Trammell,

Thanks for your patch, which I have applied, after doing some tweaks.
See below.

On Sat, 25 Oct 2025 13:06:10 -0600
Trammell Hudson via buildroot <buildroot@buildroot.org> wrote:

> diff --git a/package/shairport-sync/Config.in b/package/shairport-sync/Config.in
> index 528767ba9c..fddba4a439 100644
> --- a/package/shairport-sync/Config.in
> +++ b/package/shairport-sync/Config.in
> @@ -26,6 +26,21 @@ config BR2_PACKAGE_SHAIRPORT_SYNC_CONVOLUTION
>  	help
>  	  Enable audio DSP convolution support.
>  
> +config BR2_PACKAGE_SHAIRPORT_SYNC_AIRPLAY2
> +	bool "AirPlay2 support"
> +	select BR2_PACKAGE_NQPTP

Added an indication in a comment that this is a runtime dependency (as
opposed to a build time dependency).

> +	select BR2_PACKAGE_LIBPLIST
> +	select BR2_PACKAGE_LIBSODIUM
> +	select BR2_PACKAGE_LIBGCRYPT
> +	select BR2_PACKAGE_FFMPEG
> +	select BR2_PACKAGE_FFMPEG_GPL
> +	select BR2_PACKAGE_FFMPEG_NONFREE

These two were not needed according to my testing
(BR2_PACKAGE_FFMPEG_GPL BR2_PACKAGE_FFMPEG_NONFREE).

> +ifeq ($(BR2_PACKAGE_SHAIRPORT_SYNC_AIRPLAY2),y)
> +SHAIRPORT_SYNC_DEPENDENCIES += libplist libsodium libgcrypt ffmpeg util-linux

I've added host-vim in this list because the "xxd" tool is needed on
the host, and the host-vim package provides it.

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2025-12-27 14:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-25 19:04 [Buildroot] [PATCH 0/2] package/shairport-sync: Add support for AirPlay2 Trammell Hudson via buildroot
2025-10-25 19:05 ` [Buildroot] [PATCH 1/2] package/nqptp: Add version 1.2.4 Trammell Hudson via buildroot
2025-10-25 19:06   ` [Buildroot] [PATCH 2/2] package/shairport-sync: Add support for AirPlay2 Trammell Hudson via buildroot
2025-12-27 14:22     ` Thomas Petazzoni via buildroot [this message]
2025-12-27  9:58   ` [Buildroot] [PATCH 1/2] package/nqptp: Add version 1.2.4 Thomas Petazzoni via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251227152228.05407b86@windsurf \
    --to=buildroot@buildroot.org \
    --cc=hudson@trmm.net \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.