diff options
-rw-r--r-- | meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb | 14 | ||||
-rw-r--r-- | meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.77.bb | 1 |
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 @@ | |||
1 | SUMMARY = "Low Complexity Communication Codec (LC3)" | ||
2 | HOMEPAGE = "https://github.com/google/liblc3" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
5 | |||
6 | SRC_URI = "git://github.com/google/liblc3.git;protocol=https;branch=main" | ||
7 | |||
8 | S = "${WORKDIR}/git" | ||
9 | SRCREV = "1a5938ebaca4f13fe79ce074f5dee079783aa29f" | ||
10 | |||
11 | inherit pkgconfig meson | ||
12 | |||
13 | BBCLASSEXTEND = "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" | |||
101 | PACKAGECONFIG[bluez] = "-Dbluez5=enabled,-Dbluez5=disabled,bluez5 sbc" | 101 | PACKAGECONFIG[bluez] = "-Dbluez5=enabled,-Dbluez5=disabled,bluez5 sbc" |
102 | PACKAGECONFIG[bluez-aac] = "-Dbluez5-codec-aac=enabled,-Dbluez5-codec-aac=disabled,fdk-aac" | 102 | PACKAGECONFIG[bluez-aac] = "-Dbluez5-codec-aac=enabled,-Dbluez5-codec-aac=disabled,fdk-aac" |
103 | PACKAGECONFIG[bluez-opus] = "-Dbluez5-codec-opus=enabled,-Dbluez5-codec-opus=disabled,libopus" | 103 | PACKAGECONFIG[bluez-opus] = "-Dbluez5-codec-opus=enabled,-Dbluez5-codec-opus=disabled,libopus" |
104 | PACKAGECONFIG[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. |