diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-19 14:41:41 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-19 15:20:48 -0600 |
commit | 6b7f27e63c9c5b110acad2c11f8f1a85dd9e9f6a (patch) | |
tree | af3fcece4df61761015200d47b149c7da48bdfcf /system/freeswitch | |
parent | 871f33f4f4e0d5c00816fe4f0b51c899e4478685 (diff) | |
download | slackbuilds-6b7f27e63c9c5b110acad2c11f8f1a85dd9e9f6a.tar.gz |
system/freeswitch: Updated for version 1.2.15.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/freeswitch')
-rw-r--r-- | system/freeswitch/README | 2 | ||||
-rw-r--r-- | system/freeswitch/freeswitch.SlackBuild | 6 | ||||
-rw-r--r-- | system/freeswitch/freeswitch.info | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/system/freeswitch/README b/system/freeswitch/README index 5567ede0be..caba05d95a 100644 --- a/system/freeswitch/README +++ b/system/freeswitch/README @@ -24,3 +24,5 @@ To enable building with PostgreSQL support, use: To disable building with Python support, use: # PYTHON=no ./freeswitch.SlackBuild + +erlang-otp is another optional dependency (but this is autodetected). diff --git a/system/freeswitch/freeswitch.SlackBuild b/system/freeswitch/freeswitch.SlackBuild index 057c9867f2..1490d78b8c 100644 --- a/system/freeswitch/freeswitch.SlackBuild +++ b/system/freeswitch/freeswitch.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=freeswitch -VERSION=${VERSION:-20130414} +VERSION=${VERSION:-1.2.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -110,7 +110,7 @@ find . \ -exec chmod 644 {} \; # Prepare some things -./bootstrap.sh +./rebootstrap.sh # Disable Cluecon registration annoyance touch noreg @@ -130,7 +130,7 @@ CXXFLAGS="$SLKCFLAGS" \ $PGSQL \ --build=$ARCH-slackware-linux -make +make -j1 make install DESTDIR=$PKG make samples DESTDIR=$PKG diff --git a/system/freeswitch/freeswitch.info b/system/freeswitch/freeswitch.info index 71f61bbc50..d873d67c94 100644 --- a/system/freeswitch/freeswitch.info +++ b/system/freeswitch/freeswitch.info @@ -1,7 +1,7 @@ PRGNAM="freeswitch" -VERSION="20130414" +VERSION="1.2.15" HOMEPAGE="http://www.freeswitch.org/" -DOWNLOAD="http://mirror.slackverse.org/sources/freeswitch/freeswitch-20130414.tar.bz2 \ +DOWNLOAD="http://files.freeswitch.org/freeswitch-1.2.15.tar.bz2 \ http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-1.0.22.tar.gz \ http://files.freeswitch.org/freeswitch-sounds-en-us-callie-16000-1.0.22.tar.gz \ http://files.freeswitch.org/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz \ @@ -10,7 +10,7 @@ DOWNLOAD="http://mirror.slackverse.org/sources/freeswitch/freeswitch-20130414.ta http://files.freeswitch.org/freeswitch-sounds-music-16000-1.0.8.tar.gz \ http://files.freeswitch.org/freeswitch-sounds-music-32000-1.0.8.tar.gz \ http://files.freeswitch.org/freeswitch-sounds-music-48000-1.0.8.tar.gz" -MD5SUM="c80247919dfefc57bb1a550dc045b731 \ +MD5SUM="64b60dffd99f4a7f9799bb2865945258 \ cff509d878708ce5e6e7fedac7f683ef \ d9f7b0da8e2251ac6ab786fb18e52df6 \ 3d266ef251a48d00db6f3851c53240d8 \ |