mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-17 05:33:55 -04:00
ci: add spandsp & liblc3
This commit is contained in:
parent
cee0c39b00
commit
f073a1a59b
1 changed files with 4 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ include:
|
||||||
.fedora:
|
.fedora:
|
||||||
variables:
|
variables:
|
||||||
# Update this tag when you want to trigger a rebuild
|
# Update this tag when you want to trigger a rebuild
|
||||||
FDO_DISTRIBUTION_TAG: '2025-06-28.0'
|
FDO_DISTRIBUTION_TAG: '2025-07-11.0'
|
||||||
FDO_DISTRIBUTION_VERSION: '41'
|
FDO_DISTRIBUTION_VERSION: '41'
|
||||||
FDO_DISTRIBUTION_PACKAGES: >-
|
FDO_DISTRIBUTION_PACKAGES: >-
|
||||||
alsa-lib-devel
|
alsa-lib-devel
|
||||||
|
|
@ -55,6 +55,7 @@ include:
|
||||||
gstreamer1-plugins-base-devel
|
gstreamer1-plugins-base-devel
|
||||||
jack-audio-connection-kit-devel
|
jack-audio-connection-kit-devel
|
||||||
libasan
|
libasan
|
||||||
|
liblc3-devel
|
||||||
libcanberra-devel
|
libcanberra-devel
|
||||||
libebur128-devel
|
libebur128-devel
|
||||||
libffado-devel
|
libffado-devel
|
||||||
|
|
@ -75,6 +76,7 @@ include:
|
||||||
sbc-devel
|
sbc-devel
|
||||||
ShellCheck
|
ShellCheck
|
||||||
SDL2-devel
|
SDL2-devel
|
||||||
|
spandsp-devel
|
||||||
systemd-devel
|
systemd-devel
|
||||||
vulkan-loader-devel
|
vulkan-loader-devel
|
||||||
webrtc-audio-processing-devel
|
webrtc-audio-processing-devel
|
||||||
|
|
@ -436,13 +438,12 @@ build_all:
|
||||||
extends:
|
extends:
|
||||||
- .build_on_fedora
|
- .build_on_fedora
|
||||||
variables:
|
variables:
|
||||||
# Fedora doesn't have libfreeaptx, lc3plus, lc3, or roc
|
# Fedora doesn't have libfreeaptx, lc3plus, or roc
|
||||||
# libcamera has no stable API, so let's not chase that target
|
# libcamera has no stable API, so let's not chase that target
|
||||||
MESON_OPTIONS: >-
|
MESON_OPTIONS: >-
|
||||||
-Dauto_features=enabled
|
-Dauto_features=enabled
|
||||||
-Dbluez5-codec-aptx=disabled
|
-Dbluez5-codec-aptx=disabled
|
||||||
-Dbluez5-codec-lc3plus=disabled
|
-Dbluez5-codec-lc3plus=disabled
|
||||||
-Dbluez5-codec-lc3=disabled
|
|
||||||
-Dbluez5-codec-ldac-dec=disabled
|
-Dbluez5-codec-ldac-dec=disabled
|
||||||
-Droc=disabled
|
-Droc=disabled
|
||||||
-Dlibcamera=disabled
|
-Dlibcamera=disabled
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue