]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix celt path and add freeswitch.pkg_deps.sh from FSBUILD-176
authorMichael Jerris <mike@jerris.com>
Fri, 24 Jul 2009 23:07:52 +0000 (23:07 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 24 Jul 2009 23:07:52 +0000 (23:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14356 d0543943-73ff-0310-b7d9-9358b9ac24b2

freeswitch.spec
scripts/freeswitch.pkg_deps.sh [new file with mode: 0644]

index 3c330edd58009529badc0bacc144ba9345ccd390..e4e9e387611e44fdfefcc5566e846afbf6ac2f49 100644 (file)
@@ -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 (file)
index 0000000..61082e0
--- /dev/null
@@ -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
+
+