From: Andrey Volk Date: Thu, 18 Apr 2019 14:27:49 +0000 (+0400) Subject: FS-11567: [Build-System] CentOS packaging: enable mod_shout X-Git-Tag: v1.8.6~1^2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d8fc7c13c08eb0597b6f2342ca29509c179317;p=thirdparty%2Ffreeswitch.git FS-11567: [Build-System] CentOS packaging: enable mod_shout --- diff --git a/freeswitch.spec b/freeswitch.spec index 97739a4260..128669ac47 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -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