freeswitch: bump to 1.10.7
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 30 Oct 2021 20:08:16 +0000 (22:08 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 7 Nov 2021 22:21:46 +0000 (23:21 +0100)
commit0ca47d2ef130fccbbabcc705629ddcfc53464e75
treed06416bc6087293c60fe2e537e5eec1e810d6048
parented2719867150a9bfc85bf41dff52ef8443820f2a
freeswitch: bump to 1.10.7

- freetdm is now external
- added the freeswitch library to InstallDev in preparation for freetdm
  package
- various fixes related to general build
- patches refreshed

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit 4ab96a18799a8d185a748d0b239b5701f33562c8)

freeswitch: add python3 support

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit 652d110b2f7ab2ce50e612186ff220f8b2a7b8e0)

freeswitch: fix 230-mod_radius_cdr.patch

This is a patch in a patch. It may happen that the patch was already
applied previously, so this amends the patch line to continue if the
patch doesn't apply. It also sets the direction to forward-only.

Also removes two trailing whitespace warnings.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit 3fafe1afac304cc96a3ff941dcff46c72d504530)

freeswitch: only include python3-version.mk

We're just interested in the version, no need to include more than that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit 42574d54d4e864adeb4b00364069c963a685338d)

freeswitch: don't check for distutils

We're not using distutils, so don't check for it. This fixes #704.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit eb145cd014cc210c3a41f4341e139b1f9bda407d)

freeswitch: update 480-fix-libyuv-dependency.patch

Update the patch with the version that actually was applied upstream. No
functional change.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit 6004044dc0cd2aa434d75b195d1669f428acc9b7)

freeswitch: add missing item to PKG_CONFIG_DEPENDS

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit ebcdcb35477383eb4409bce14868a57ec9820cba)
14 files changed:
net/freeswitch/Makefile
net/freeswitch/patches/030-fix-configure-ac.patch
net/freeswitch/patches/120-fix-copts.patch
net/freeswitch/patches/140-libvpx-cross.patch
net/freeswitch/patches/230-mod_radius_cdr.patch
net/freeswitch/patches/280-tone-down-freetdm-COMP_VENDOR_CFLAGS.patch [deleted file]
net/freeswitch/patches/290-fix-mod_freetdm-copts.patch [deleted file]
net/freeswitch/patches/330-do-not-install-freetdm-twice.patch [deleted file]
net/freeswitch/patches/370-procd-compat.patch
net/freeswitch/patches/420-switch_rtp-report-undeclared.patch [new file with mode: 0644]
net/freeswitch/patches/430-mod_opusfile-format-error.patch [new file with mode: 0644]
net/freeswitch/patches/460-remove-python-configure-checks.patch [new file with mode: 0644]
net/freeswitch/patches/470-esl-python.patch [new file with mode: 0644]
net/freeswitch/patches/480-fix-libyuv-dependency.patch [new file with mode: 0644]