From 38f525002cf6cf642b11608a6408750c6db850e8 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 5 Aug 2023 07:57:55 +0200 Subject: pipewire: add support for liblc3 - add liblc3 recipe Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb | 14 ++++++++++++++ .../recipes-multimedia/pipewire/pipewire_0.3.77.bb | 1 + 2 files changed, 15 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb diff --git a/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb b/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb new file mode 100644 index 0000000000..7f531efc63 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb @@ -0,0 +1,14 @@ +SUMMARY = "Low Complexity Communication Codec (LC3)" +HOMEPAGE = "https://github.com/google/liblc3" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI = "git://github.com/google/liblc3.git;protocol=https;branch=main" + +S = "${WORKDIR}/git" +SRCREV = "1a5938ebaca4f13fe79ce074f5dee079783aa29f" + +inherit pkgconfig meson + +BBCLASSEXTEND = "native nativesdk" + diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.77.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.77.bb index d4b725ba34..34b372096a 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.77.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.77.bb @@ -101,6 +101,7 @@ PACKAGECONFIG[avahi] = "-Davahi=enabled,-Davahi=disabled,avahi" PACKAGECONFIG[bluez] = "-Dbluez5=enabled,-Dbluez5=disabled,bluez5 sbc" PACKAGECONFIG[bluez-aac] = "-Dbluez5-codec-aac=enabled,-Dbluez5-codec-aac=disabled,fdk-aac" PACKAGECONFIG[bluez-opus] = "-Dbluez5-codec-opus=enabled,-Dbluez5-codec-opus=disabled,libopus" +PACKAGECONFIG[bluez-lc3] = "-Dbluez5-codec-lc3=enabled,-Dbluez5-codec-lc3=disabled,liblc3" # From the pipewire git log: # "Some Linux phones doesn't use oFono but ModemManager to control the modem." # This packageconfig enables modemmanager specific code in the BlueZ backend. -- cgit v1.2.3-54-g00ecf