Skip to content

Commit 6a5ac7e

Browse files
authored
Merge pull request #2707 from signalwire/soundtouch
[mod_soundtouch] Remove from tree
2 parents 1d8ff14 + d912e9f commit 6a5ac7e

File tree

10 files changed

+2
-527
lines changed

10 files changed

+2
-527
lines changed

build/modules.conf.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ applications/mod_sms
4040
#applications/mod_snapshot
4141
#applications/mod_snom
4242
#applications/mod_sonar
43-
#applications/mod_soundtouch
4443
applications/mod_spandsp
4544
#applications/mod_spy
4645
applications/mod_test

build/modules.conf.most

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ applications/mod_sms
4040
applications/mod_snapshot
4141
applications/mod_snom
4242
applications/mod_sonar
43-
applications/mod_soundtouch
4443
applications/mod_spandsp
4544
applications/mod_spy
4645
applications/mod_test

configure.ac

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ if test "x${ax_cv_c_compiler_vendor}" = "xclang" ; then
10791079
fi
10801080

10811081
# Tested and fixed lot of modules, but some are untested. Will be added back when the core team decide it ready
1082-
# Untested modules : mod_osp mod_soundtouch mod_opal mod_h323 mod_khomp
1082+
# Untested modules : mod_osp mod_opal mod_h323 mod_khomp
10831083
# mod_erlang_event mod_snmp mod_perl mod_java mod_managed
10841084
#
10851085
#saved_CFLAGS="$CFLAGS"
@@ -1469,10 +1469,6 @@ PKG_CHECK_MODULES([OPUS], [opus >= 1.1],[
14691469
AM_CONDITIONAL([HAVE_OPUS],[true])],[
14701470
AC_MSG_RESULT([no]); AM_CONDITIONAL([HAVE_OPUS],[false])])
14711471

1472-
PKG_CHECK_MODULES([SOUNDTOUCH], [soundtouch >= 1.7.0],[
1473-
AM_CONDITIONAL([HAVE_SOUNDTOUCH],[true])],[
1474-
AC_MSG_RESULT([no]); AM_CONDITIONAL([HAVE_SOUNDTOUCH],[false])])
1475-
14761472
flite="true"
14771473
PKG_CHECK_MODULES([FLITE], [flite >= 2],[],[
14781474
AC_CHECK_LIB([flite], [flite_init],[
@@ -2132,7 +2128,6 @@ AC_CONFIG_FILES([Makefile
21322128
src/mod/applications/mod_snapshot/Makefile
21332129
src/mod/applications/mod_snom/Makefile
21342130
src/mod/applications/mod_sonar/Makefile
2135-
src/mod/applications/mod_soundtouch/Makefile
21362131
src/mod/applications/mod_spandsp/Makefile
21372132
src/mod/applications/mod_spy/Makefile
21382133
src/mod/applications/mod_test/Makefile

debian/bootstrap.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ avoid_mods_wheezy=(
7878
applications/mod_hiredis
7979
formats/mod_shout
8080
applications/mod_sonar
81-
applications/mod_soundtouch
8281
formats/mod_vlc
8382
)
8483
avoid_mods_trusty=(
@@ -547,7 +546,6 @@ Recommends:
547546
freeswitch-mod-snapshot (= \${binary:Version}),
548547
freeswitch-mod-snom (= \${binary:Version}),
549548
freeswitch-mod-sonar (= \${binary:Version}),
550-
freeswitch-mod-soundtouch (= \${binary:Version}),
551549
freeswitch-mod-spandsp (= \${binary:Version}),
552550
freeswitch-mod-spy (= \${binary:Version}),
553551
freeswitch-mod-valet-parking (= \${binary:Version}),
@@ -636,7 +634,6 @@ Depends: \${misc:Depends}, freeswitch (= \${binary:Version}),
636634
freeswitch-mod-snapshot (= \${binary:Version}),
637635
freeswitch-mod-snom (= \${binary:Version}),
638636
freeswitch-mod-sonar (= \${binary:Version}),
639-
freeswitch-mod-soundtouch (= \${binary:Version}),
640637
freeswitch-mod-spandsp (= \${binary:Version}),
641638
freeswitch-mod-spy (= \${binary:Version}),
642639
freeswitch-mod-translate (= \${binary:Version}),
@@ -862,7 +859,6 @@ Depends: \${misc:Depends}, freeswitch (= \${binary:Version}),
862859
freeswitch-mod-snapshot-dbg (= \${binary:Version}),
863860
freeswitch-mod-snom-dbg (= \${binary:Version}),
864861
freeswitch-mod-sonar-dbg (= \${binary:Version}),
865-
freeswitch-mod-soundtouch-dbg (= \${binary:Version}),
866862
freeswitch-mod-spandsp-dbg (= \${binary:Version}),
867863
freeswitch-mod-spy-dbg (= \${binary:Version}),
868864
freeswitch-mod-translate-dbg (= \${binary:Version}),

debian/control-modules

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,6 @@ Description: Sonar ping timer
210210
This module measures the latency on an audio link by sending audible
211211
audio sonar pings.
212212

213-
Module: applications/mod_soundtouch
214-
Description: Soundtouch
215-
This module implements example media bugs.
216-
Build-Depends: libsoundtouch-dev
217-
218213
Module: applications/mod_spandsp
219214
Description: SpanDSP
220215
This module implements spandsp fax, dsp, and codec functionality.

freeswitch.spec

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -514,18 +514,6 @@ Requires: %{name} = %{version}-%{release}
514514
Provides FreeSWITCH mod_snom, an application for controlling the functionality
515515
and appearance of the programmable softkeys on Snom phones
516516

517-
%package application-soundtouch
518-
Summary: FreeSWITCH mod_soundtouch
519-
Group: System/Libraries
520-
Requires: %{name} = %{version}-%{release}
521-
BuildRequires: soundtouch-devel >= 1.7.1
522-
523-
%description application-soundtouch
524-
Provides FreeSWITCH mod_soundtouch, uses the soundtouch library, which can do
525-
pitch shifting and other audio effects, so you can pipe the audio of a call
526-
(or any other channel audio) through this module and achieve those effects. You
527-
can specifically adjust pitch, rate, and tempo.
528-
529517
%package application-spy
530518
Summary: FreeSWITCH mod_spy
531519
Group: System/Libraries
@@ -1217,7 +1205,6 @@ Requires: freeswitch-application-signalwire
12171205
Requires: freeswitch-application-sms
12181206
Requires: freeswitch-application-snapshot
12191207
Requires: freeswitch-application-snom
1220-
Requires: freeswitch-application-soundtouch
12211208
Requires: freeswitch-application-spy
12221209
Requires: freeswitch-application-valet_parking
12231210
Requires: freeswitch-application-video_filter
@@ -1296,7 +1283,7 @@ APPLICATION_MODULES_FR="applications/mod_fifo applications/mod_fsk applications/
12961283
applications/mod_memcache applications/mod_mongo applications/mod_nibblebill applications/mod_rad_auth \
12971284
applications/mod_redis applications/mod_rss "
12981285

1299-
APPLICATION_MODULES_SZ="applications/mod_signalwire applications/mod_sms applications/mod_snapshot applications/mod_snom applications/mod_soundtouch \
1286+
APPLICATION_MODULES_SZ="applications/mod_signalwire applications/mod_sms applications/mod_snapshot applications/mod_snom \
13001287
applications/mod_spandsp applications/mod_spy \
13011288
applications/mod_valet_parking applications/mod_translate applications/mod_voicemail \
13021289
applications/mod_voicemail_ivr applications/mod_video_filter"
@@ -1963,9 +1950,6 @@ fi
19631950
%files application-snom
19641951
%{MODINSTDIR}/mod_snom.so*
19651952

1966-
%files application-soundtouch
1967-
%{MODINSTDIR}/mod_soundtouch.so*
1968-
19691953
%files application-spy
19701954
%{MODINSTDIR}/mod_spy.so*
19711955

libs/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,6 @@ opal
420420
/sofia-sip/win32/Makefile
421421
/sofia-sip/win32/Makefile.in
422422
/sounds/
423-
/soundtouch/
424-
/soundtouch-*/
425423
/sphinxbase-*/
426424
/srtp/aes_tables
427425
/srtp/config_in.h

scripts/freeswitch.pkg_deps.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ wget -c http://svn.freeswitch.org/downloads/libs/libshout-2.2.2.tar.gz
66
wget -c http://svn.freeswitch.org/downloads/libs/mpg123.tar.gz
77
wget -c http://svn.freeswitch.org/downloads/libs/openldap-2.4.11.tar.gz
88
wget -c http://svn.freeswitch.org/downloads/libs/pocketsphinx-0.5.99-latest.tar.gz
9-
wget -c http://svn.freeswitch.org/downloads/libs/soundtouch-1.3.1.tar.gz
109
wget -c http://svn.freeswitch.org/downloads/libs/sphinxbase-0.4.99-latest.tar.gz
1110
wget -c http://files.freeswitch.org/releases/sounds/freeswitch-sounds-music-8000-1.0.8.tar.gz
1211
wget -c http://files.freeswitch.org/releases/sounds/freeswitch-sounds-music-16000-1.0.8.tar.gz

src/mod/applications/mod_soundtouch/Makefile.am

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)