summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb14
-rw-r--r--meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.77.bb1
2 files changed, 15 insertions, 0 deletions
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 000000000..7f531efc6
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Low Complexity Communication Codec (LC3)"
2HOMEPAGE = "https://github.com/google/liblc3"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5
6SRC_URI = "git://github.com/google/liblc3.git;protocol=https;branch=main"
7
8S = "${WORKDIR}/git"
9SRCREV = "1a5938ebaca4f13fe79ce074f5dee079783aa29f"
10
11inherit pkgconfig meson
12
13BBCLASSEXTEND = "native nativesdk"
14
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 d4b725ba3..34b372096 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"
101PACKAGECONFIG[bluez] = "-Dbluez5=enabled,-Dbluez5=disabled,bluez5 sbc" 101PACKAGECONFIG[bluez] = "-Dbluez5=enabled,-Dbluez5=disabled,bluez5 sbc"
102PACKAGECONFIG[bluez-aac] = "-Dbluez5-codec-aac=enabled,-Dbluez5-codec-aac=disabled,fdk-aac" 102PACKAGECONFIG[bluez-aac] = "-Dbluez5-codec-aac=enabled,-Dbluez5-codec-aac=disabled,fdk-aac"
103PACKAGECONFIG[bluez-opus] = "-Dbluez5-codec-opus=enabled,-Dbluez5-codec-opus=disabled,libopus" 103PACKAGECONFIG[bluez-opus] = "-Dbluez5-codec-opus=enabled,-Dbluez5-codec-opus=disabled,libopus"
104PACKAGECONFIG[bluez-lc3] = "-Dbluez5-codec-lc3=enabled,-Dbluez5-codec-lc3=disabled,liblc3"
104# From the pipewire git log: 105# From the pipewire git log:
105# "Some Linux phones doesn't use oFono but ModemManager to control the modem." 106# "Some Linux phones doesn't use oFono but ModemManager to control the modem."
106# This packageconfig enables modemmanager specific code in the BlueZ backend. 107# This packageconfig enables modemmanager specific code in the BlueZ backend.