[Buildroot] [PATCH 1/1] package/pipewire: alsa needs seq

Yann E. MORIN yann.morin.1998 at free.fr
Sat Sep 11 12:57:01 UTC 2021


Fabrice, All,

On 2021-09-08 08:31 +0200, Fabrice Fontaine spake thusly:
> alsa unconditionally uses seq since version 0.2.90 and
> https://github.com/PipeWire/pipewire/commit/818fb9e904a3ea43ba313994e404f1b63833c548
> which will result in the following build failure since commit
> a6d88d3ba5e30e11f4d726f341bc56c1be7c71c9:
> 
> In file included from ../spa/plugins/alsa/alsa-seq-bridge.c:44:
> ../spa/plugins/alsa/alsa-seq.h:71:2: error: unknown type name 'snd_seq_addr_t'
>    71 |  snd_seq_addr_t addr;
>       |  ^~~~~~~~~~~~~~
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/65e3a9185b3b84ad78cd05f788f741b8734d2bbc
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/pipewire/pipewire.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/pipewire/pipewire.mk b/package/pipewire/pipewire.mk
> index 2317398088..aee0191894 100644
> --- a/package/pipewire/pipewire.mk
> +++ b/package/pipewire/pipewire.mk
> @@ -52,7 +52,7 @@ endif
>  ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
>  PIPEWIRE_CONF_OPTS += -Dpipewire-alsa=enabled
>  PIPEWIRE_DEPENDENCIES += alsa-lib
> -ifeq ($(BR2_PACKAGE_ALSA_LIB_UCM)$(BR2_PACKAGE_HAS_UDEV),yy)
> +ifeq ($(BR2_PACKAGE_ALSA_LIB_SEQ)$(BR2_PACKAGE_ALSA_LIB_UCM)$(BR2_PACKAGE_HAS_UDEV),yyy)
>  PIPEWIRE_CONF_OPTS += -Dalsa=enabled
>  else
>  PIPEWIRE_CONF_OPTS += -Dalsa=disabled
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at lists.buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list