mirror of
https://abf.rosa.ru/djam/pipewire.git
synced 2025-02-24 08:02:56 +00:00
Enabled roc support
This commit is contained in:
parent
e3d9af708b
commit
97987c7c9b
1 changed files with 7 additions and 3 deletions
|
@ -61,8 +61,12 @@ BuildRequires: pkgconfig(gstreamer-net-1.0)
|
|||
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
||||
BuildRequires: pkgconfig(jack)
|
||||
BuildRequires: pkgconfig(fdk-aac)
|
||||
%ifnarch %e2k riscv64
|
||||
BuildRequires: roc-toolkit-devel
|
||||
%endif
|
||||
%ifnarch %e2k
|
||||
BuildRequires: pkgconfig(libcamera)
|
||||
BuildRequires: libunwind-devel
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libcanberra)
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
|
@ -83,9 +87,6 @@ BuildRequires: lilv-devel
|
|||
BuildRequires: speexdsp-devel
|
||||
BuildRequires: sox-devel
|
||||
BuildRequires: openfec-devel
|
||||
%ifarch %ix86 x86_64 riscv64 aarch64
|
||||
BuildRequires: libunwind-devel
|
||||
%endif
|
||||
# to render text in pictures inside devel docs
|
||||
BuildRequires: fonts-ttf-freefont
|
||||
Requires: %{libname} = %{EVRD}
|
||||
|
@ -424,6 +425,9 @@ PipeWire media server.
|
|||
-Dlv2="enabled" \
|
||||
-Dflatpak="enabled" \
|
||||
-Dopus="enabled" \
|
||||
%ifnarch %e2k riscv64
|
||||
-Droc="enabled" \
|
||||
%endif
|
||||
-Dlibusb="enabled"
|
||||
%meson_build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue