From: Alsey Coleman Miller <alseycmiller@gmail.com>
To: buildroot@buildroot.org
Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>,
James Hilliard <james.hilliard1@gmail.com>,
Alsey Coleman Miller <alseycmiller@gmail.com>
Subject: [Buildroot] [PATCH 0/2] Add liblc3 and enable the LC3 codec in PipeWire
Date: Tue, 4 Aug 2026 06:38:52 -0400 [thread overview]
Message-ID: <20260804103854.429758-1-alseycmiller@gmail.com> (raw)
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
next reply other threads:[~2026-08-04 10:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-04 10:38 Alsey Coleman Miller [this message]
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
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=20260804103854.429758-1-alseycmiller@gmail.com \
--to=alseycmiller@gmail.com \
--cc=buildroot@buildroot.org \
--cc=eric.le.bihan.dev@free.fr \
--cc=james.hilliard1@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox