forked from Mirrors/freeswitch
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
This commit is contained in:
parent
78cc2f4091
commit
693ec60a71
@ -13,7 +13,7 @@ URL: http://www.freeswitch.org/
|
|||||||
Packager: Michal Bielicki
|
Packager: Michal Bielicki
|
||||||
Vendor: http://www.freeswitch.org/
|
Vendor: http://www.freeswitch.org/
|
||||||
Source0: http://files.freeswitch.org/%{name}-%{version}.tar.bz2
|
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
|
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
|
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
|
Source4: http://files.freeswitch.org/downloads/libs/libshout-2.2.2.tar.gz
|
||||||
|
22
scripts/freeswitch.pkg_deps.sh
Normal file
22
scripts/freeswitch.pkg_deps.sh
Normal file
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user