]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix Spec file to build again
authorBrian West <brian@freeswitch.org>
Thu, 11 Sep 2014 01:00:29 +0000 (20:00 -0500)
committerBrian West <brian@freeswitch.org>
Thu, 11 Sep 2014 01:00:29 +0000 (20:00 -0500)
freeswitch.spec

index a14b64362575de9d6c1c52a73d74c3aa259ba90b..23bf56faae4e0fd636e9a82ec6b42504dd384171 100644 (file)
@@ -121,13 +121,13 @@ Source3:  http://files.freeswitch.org/downloads/libs/lame-3.98.4.tar.gz
 Source4:       http://files.freeswitch.org/downloads/libs/libshout-2.2.2.tar.gz
 Source5:       http://files.freeswitch.org/downloads/libs/mpg123-1.13.2.tar.gz
 #Source6:      http://files.freeswitch.org/downloads/libs/openldap-2.4.11.tar.gz
-Source6:       http://files.freeswitch.org/downloads/libs/pocketsphinx-0.7.tar.gz
+Source6:       http://files.freeswitch.org/downloads/libs/pocketsphinx-0.8.tar.gz
 Source7:       http://files.freeswitch.org/downloads/libs/soundtouch-1.7.1.tar.gz
-Source8:       http://files.freeswitch.org/downloads/libs/sphinxbase-0.7.tar.gz
+Source8:       http://files.freeswitch.org/downloads/libs/sphinxbase-0.8.tar.gz
 Source9:       http://files.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz
 Source10:      http://files.freeswitch.org/downloads/libs/libmemcached-0.32.tar.gz
 Source11:       http://files.freeswitch.org/downloads/libs/json-c-0.9.tar.gz
-Source12:       http://files.freeswitch.org/downloads/libs/opus-1.1.tar.gz
+Source12:       http://files.freeswitch.org/downloads/libs/opus-1.1-p2.tar.gz
 Source13:       http://files.freeswitch.org/downloads/libs/v8-3.24.14.tar.bz2
 Prefix:                %{prefix}
 
@@ -146,6 +146,7 @@ BuildRequires: lzo-devel
 %endif
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: bzip2
 BuildRequires: curl-devel
 BuildRequires: gcc-c++
 BuildRequires: gnutls-devel
@@ -155,6 +156,7 @@ BuildRequires: openssl-devel >= 1.0.1e
 BuildRequires: pcre-devel 
 BuildRequires: speex-devel 
 BuildRequires: sqlite-devel
+BuildRequires: ldns-devel
 BuildRequires: libedit-devel
 BuildRequires: perl
 %if 0%{?fedora_version} >= 8 || 0%{?rhel} >= 6
@@ -1521,6 +1523,7 @@ fi
 --with-dbdir=%{DBDIR} \
 --with-htdocsdir=%{HTDOCSDIR} \
 --with-soundsdir=%{SOUNDSDIR} \
+--enable-core-pgsql-support \
 --enable-core-odbc-support \
 --enable-core-libedit-support \
 --with-grammardir=%{GRAMMARDIR} \