Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Add liblc3 and enable the LC3 codec in PipeWire
@ 2026-08-04 10:38 Alsey Coleman Miller
  2026-08-04 10:38 ` [Buildroot] [PATCH 1/2] package/liblc3: new package Alsey Coleman Miller
  2026-08-04 10:38 ` [Buildroot] [PATCH 2/2] package/pipewire: add support for the LC3 bluetooth codec Alsey Coleman Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Alsey Coleman Miller @ 2026-08-04 10:38 UTC (permalink / raw)
  To: buildroot; +Cc: Eric Le Bihan, James Hilliard, Alsey Coleman Miller

LC3 is the mandatory codec of the Bluetooth LE Audio profiles. The
PipeWire bluez5 plugin can encode and decode it when built against
liblc3, but -Dbluez5-codec-lc3 was unconditionally disabled because
the library was not packaged.

The first patch adds liblc3 (the Google implementation), the second
wires it up as an optional dependency of PipeWire, following the same
idiom already used there for the opus and aac codecs.

Both patches pass utils/check-package. The tarball and LICENSE hashes
were verified against the upstream v1.1.3 release, and the two meson
options used (-Dtools, -Dpython) exist in that release.

Alsey Coleman Miller (2):
  package/liblc3: new package
  package/pipewire: add support for the LC3 bluetooth codec

 DEVELOPERS                   |  3 +++
 package/Config.in            |  1 +
 package/liblc3/Config.in     |  8 ++++++++
 package/liblc3/liblc3.hash   |  3 +++
 package/liblc3/liblc3.mk     | 16 ++++++++++++++++
 package/pipewire/pipewire.mk |  7 ++++++-
 6 files changed, 37 insertions(+), 1 deletion(-)
 create mode 100644 package/liblc3/Config.in
 create mode 100644 package/liblc3/liblc3.hash
 create mode 100644 package/liblc3/liblc3.mk

-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-04 16:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04 10:38 [Buildroot] [PATCH 0/2] Add liblc3 and enable the LC3 codec in PipeWire Alsey Coleman Miller
2026-08-04 10:38 ` [Buildroot] [PATCH 1/2] package/liblc3: new package Alsey Coleman Miller
2026-08-04 16:50   ` Julien Olivain via buildroot
2026-08-04 10:38 ` [Buildroot] [PATCH 2/2] package/pipewire: add support for the LC3 bluetooth codec Alsey Coleman Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox