Skip to content

Commit 62401be

Browse files
committed
Add libsndfile to sphinx and DEB package
1 parent 2afd759 commit 62401be

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

debian/rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ override_dh_auto_clean:
1414
override_dh_auto_build:
1515
scons --prefix=/usr --host=${DEB_HOST_GNU_TYPE} \
1616
--libdir=/usr/lib/${DEB_HOST_MULTIARCH} \
17-
--build-3rdparty=libuv,libunwind,speexdsp,sox,openssl,openfec
17+
--build-3rdparty=libuv,libunwind,speexdsp,sox,sndfile,openssl,openfec
1818

1919
override_dh_auto_install:
2020
scons --prefix=/usr --host=${DEB_HOST_GNU_TYPE} \
2121
--libdir=/usr/lib/${DEB_HOST_MULTIARCH} \
22-
--build-3rdparty=libuv,libunwind,speexdsp,sox,openssl,openfec \
22+
--build-3rdparty=libuv,libunwind,speexdsp,sox,sndfile,openssl,openfec \
2323
install DESTDIR=debian/tmp
2424

2525
override_dh_shlibdeps:

docs/sphinx/building/dependencies.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Runtime dependencies
8080

8181
* - `OpenSSL <https://www.openssl.org/>`_
8282
- >= 1.1.1
83-
- optional, used for SRTP and DTLS support
83+
- optional, used for SRTP and DTLS support and CSPRNG
8484

8585
* - `PulseAudio <https://www.freedesktop.org/wiki/Software/PulseAudio/>`_
8686
- >= 5.0
@@ -90,6 +90,10 @@ Runtime dependencies
9090
- >= 14.4.0
9191
- optional, used for audio I/O
9292

93+
* - `libsndfile <https://libsndfile.github.io/libsndfile/>`_
94+
- >= 1.0.26
95+
- optional, used for audio I/O
96+
9397
* - `SpeexDSP <https://github.com/xiph/speexdsp>`_
9498
- >= 1.2beta3
9599
- optional, used for fast resampling

0 commit comments

Comments
 (0)