[packaging] enable opus support for nightly

This commit is contained in:
akallabeth 2023-11-21 13:59:38 +01:00 committed by akallabeth
parent 84c3e5b027
commit dd8fce1c9e
4 changed files with 8 additions and 1 deletions

View File

@ -51,7 +51,9 @@ Build-Depends:
libsystemd-dev,
libpkcs11-helper1-dev,
libwebkit2gtk-4.0-dev,
liburiparser-dev
liburiparser-dev,
libopus-dev,
libopusenc-dev
Standards-Version: 3.9.5
Homepage: http://www.freerdp.com/
Vcs-Browser: http://github.com/FreeRDP/FreeRDP.git

View File

@ -16,6 +16,7 @@ DEB_CMAKE_EXTRA_FLAGS := -GNinja \
-DWITH_KRB5=ON \
-DWITH_PCSC=ON \
-DWITH_FFMPEG=ON \
-DWITH_OPUS=ON \
-DWITH_DSP_FFMPEG=ON \
-DCHANNEL_URBDRC=ON \
-DCHANNEL_URBDRC_CLIENT=ON \

View File

@ -73,6 +73,7 @@
"-DWITH_SERVER:BOOL=ON",
"-DWITH_SAMPLE:BOOL=ON",
"-DWITH_CUPS:BOOL=ON",
"-DWITH_OPUS:BOOL=ON",
"-DWITH_FUSE:BOOL=OFF",
"-DWITH_FFMPEG:BOOL=ON",
"-DWITH_URIPARSER:BOOL=ON",

View File

@ -48,6 +48,8 @@ BuildRequires: zlib-devel
BuildRequires: krb5-devel
BuildRequires: cjson-devel
BuildRequires: uriparser-devel
BuildRequires: opus-devel
BuildRequires: libopusenc-devel
# (Open)Suse
%if %{defined suse_version}
@ -132,6 +134,7 @@ cp %{_topdir}/SOURCES/source_version freerdp-nightly-%{version}/.source_version
-DWITH_CUPS=ON \
-DWITH_PCSC=ON \
-DWITH_JPEG=ON \
-DWITH_OPUS=ON \
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9 || 0%{?suse_version}
-DWITH_FFMPEG=ON \
-DWITH_DSP_FFMPEG=ON \