]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11567: [Build-System] CentOS packaging: enable mod_shout
authorAndrey Volk <andywolk@gmail.com>
Thu, 18 Apr 2019 14:27:49 +0000 (18:27 +0400)
committerAndrey Volk <andywolk@gmail.com>
Thu, 23 May 2019 18:08:56 +0000 (22:08 +0400)
freeswitch.spec

index 97739a42600c487974f210446b8c6bf3cbc5ebe8..128669ac47f3b768e7ab1192a0e36fcb6c2b7acb 100644 (file)
@@ -37,7 +37,7 @@
 %define build_mod_esl 0
 %define build_mod_rayo 1
 %define build_mod_ssml 1
-%define build_mod_shout 0
+%define build_mod_shout 1
 %define build_mod_opusfile 0
 
 %{?with_sang_tc:%define build_sng_tc 1 }
@@ -1148,10 +1148,10 @@ a soundcard, etc.
 Summary:       Implements Media Steaming from arbitrary shell commands for the FreeSWITCH open source telephony platform
 Group:         System/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      libshout >= 2.3.1
+Requires:      libshout >= 2.2.2
 Requires:      libmpg123 >= 1.20.1
 Requires:      lame
-BuildRequires: libshout-devel >= 2.3.1
+BuildRequires: libshout-devel >= 2.2.2
 BuildRequires: libmpg123-devel >= 1.20.1
 BuildRequires: lame-devel