From 62401be9877ee087de49a40c35ae64c75a820387 Mon Sep 17 00:00:00 2001 From: Victor Gaydov Date: Fri, 14 Jun 2024 14:45:56 +0400 Subject: [PATCH] Add libsndfile to sphinx and DEB package --- debian/rules | 4 ++-- docs/sphinx/building/dependencies.rst | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 94428c9e8..5593e7de9 100755 --- a/debian/rules +++ b/debian/rules @@ -14,12 +14,12 @@ override_dh_auto_clean: override_dh_auto_build: scons --prefix=/usr --host=${DEB_HOST_GNU_TYPE} \ --libdir=/usr/lib/${DEB_HOST_MULTIARCH} \ - --build-3rdparty=libuv,libunwind,speexdsp,sox,openssl,openfec + --build-3rdparty=libuv,libunwind,speexdsp,sox,sndfile,openssl,openfec override_dh_auto_install: scons --prefix=/usr --host=${DEB_HOST_GNU_TYPE} \ --libdir=/usr/lib/${DEB_HOST_MULTIARCH} \ - --build-3rdparty=libuv,libunwind,speexdsp,sox,openssl,openfec \ + --build-3rdparty=libuv,libunwind,speexdsp,sox,sndfile,openssl,openfec \ install DESTDIR=debian/tmp override_dh_shlibdeps: diff --git a/docs/sphinx/building/dependencies.rst b/docs/sphinx/building/dependencies.rst index e0c74bf74..2bbf4bec7 100644 --- a/docs/sphinx/building/dependencies.rst +++ b/docs/sphinx/building/dependencies.rst @@ -80,7 +80,7 @@ Runtime dependencies * - `OpenSSL `_ - >= 1.1.1 - - optional, used for SRTP and DTLS support + - optional, used for SRTP and DTLS support and CSPRNG * - `PulseAudio `_ - >= 5.0 @@ -90,6 +90,10 @@ Runtime dependencies - >= 14.4.0 - optional, used for audio I/O + * - `libsndfile `_ + - >= 1.0.26 + - optional, used for audio I/O + * - `SpeexDSP `_ - >= 1.2beta3 - optional, used for fast resampling