From: Michael Jerris Date: Fri, 24 Jul 2009 23:07:52 +0000 (+0000) Subject: fix celt path and add freeswitch.pkg_deps.sh from FSBUILD-176 X-Git-Tag: v1.0.4~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=693ec60a71da122408c57d618156eb1f1fe24c43;p=thirdparty%2Ffreeswitch.git fix celt path and add freeswitch.pkg_deps.sh from FSBUILD-176 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14356 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/freeswitch.spec b/freeswitch.spec index 3c330edd58..e4e9e38761 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -13,7 +13,7 @@ URL: http://www.freeswitch.org/ Packager: Michal Bielicki Vendor: http://www.freeswitch.org/ Source0: http://files.freeswitch.org/%{name}-%{version}.tar.bz2 -Source1: http://files.freeswitch.org/downloads/libs/celt-0.5.1.tar.gz +Source1: http://files.freeswitch.org/downloads/libs/celt-0.6.1.tar.gz Source2: http://files.freeswitch.org/downloads/libs/flite-1.3.99-latest.tar.gz Source3: http://files.freeswitch.org/downloads/libs/lame-3.97.tar.gz Source4: http://files.freeswitch.org/downloads/libs/libshout-2.2.2.tar.gz diff --git a/scripts/freeswitch.pkg_deps.sh b/scripts/freeswitch.pkg_deps.sh new file mode 100644 index 0000000000..61082e0747 --- /dev/null +++ b/scripts/freeswitch.pkg_deps.sh @@ -0,0 +1,22 @@ +#!/bin/sh + +wget -c http://svn.freeswitch.org/downloads/libs/celt-0.6.1.tar.gz +wget -c http://svn.freeswitch.org/downloads/libs/flite-1.3.99-latest.tar.gz +wget -c http://svn.freeswitch.org/downloads/libs/lame-3.97.tar.gz +wget -c http://svn.freeswitch.org/downloads/libs/libshout-2.2.2.tar.gz +wget -c http://svn.freeswitch.org/downloads/libs/mpg123.tar.gz +wget -c http://svn.freeswitch.org/downloads/libs/openldap-2.4.11.tar.gz +wget -c http://svn.freeswitch.org/downloads/libs/pocketsphinx-0.5.99-latest.tar.gz +wget -c http://svn.freeswitch.org/downloads/libs/soundtouch-1.3.1.tar.gz +wget -c http://svn.freeswitch.org/downloads/libs/sphinxbase-0.4.99-latest.tar.gz +wget -c http://files.freeswitch.org/freeswitch-sounds-music-8000-1.0.8.tar.gz +wget -c http://files.freeswitch.org/freeswitch-sounds-music-16000-1.0.8.tar.gz +wget -c http://files.freeswitch.org/freeswitch-sounds-music-32000-1.0.8.tar.gz +wget -c http://files.freeswitch.org/freeswitch-sounds-music-48000-1.0.8.tar.gz +wget -c http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-1.0.10.tar.gz +wget -c http://files.freeswitch.org/freeswitch-sounds-en-us-callie-16000-1.0.10.tar.gz +wget -c http://files.freeswitch.org/freeswitch-sounds-en-us-callie-32000-1.0.10.tar.gz +wget -c http://files.freeswitch.org/freeswitch-sounds-en-us-callie-48000-1.0.10.tar.gz +wget -c http://svn.freeswitch.org/downloads/libs/communicator_semi_6000_20080321.tar.gz + +