[asterisk-commits] [svn-commits] kpfleming: branch 1.2 r111019 - in /branches/1.2: codecs/ilbc/ contrib/scripts/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 26 13:58:37 CDT 2008


Author: kpfleming
Date: Wed Mar 26 13:58:37 2008
New Revision: 111019

URL: http://svn.digium.com/view/asterisk?view=rev&rev=111019
Log:
add a script to make getting the iLBC source code simple for end users

Added:
    branches/1.2/contrib/scripts/get_ilbc_source.sh   (with props)
Modified:
    branches/1.2/codecs/ilbc/   (props changed)

Propchange: branches/1.2/codecs/ilbc/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Mar 26 13:58:37 2008
@@ -1,1 +1,5 @@
 *.a
+*.c
+*.h
+rfc3951.txt
+extract-cfile.awk

Added: branches/1.2/contrib/scripts/get_ilbc_source.sh
URL: http://svn.digium.com/view/asterisk/branches/1.2/contrib/scripts/get_ilbc_source.sh?view=auto&rev=111019
==============================================================================
--- branches/1.2/contrib/scripts/get_ilbc_source.sh (added)
+++ branches/1.2/contrib/scripts/get_ilbc_source.sh Wed Mar 26 13:58:37 2008
@@ -1,0 +1,22 @@
+#!/bin/sh -e
+
+echo "***"
+echo "This script will download the Global IP Solutions iLBC encoder/decoder"
+echo "source code from http://ilbcfreeware.org. Use of this code requires"
+echo "agreeing to the license agreement present at that site."
+echo ""
+echo "This script assumes that you have already agreed to the license agreement."
+echo "If you have not done so, you can abort the script now."
+echo "***"
+
+read
+
+wget -P codecs/ilbc http://www.ietf.org/rfc/rfc3951.txt
+
+wget -P codecs/ilbc http://www.ilbcfreeware.org/documentation/extract-cfile.awk
+
+(cd codecs/ilbc && awk -f extract-cfile.awk rfc3951.txt)
+
+echo "***"
+echo "The iLBC source code download is complete."
+echo "***"

Propchange: branches/1.2/contrib/scripts/get_ilbc_source.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: branches/1.2/contrib/scripts/get_ilbc_source.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: branches/1.2/contrib/scripts/get_ilbc_source.sh
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: branches/1.2/contrib/scripts/get_ilbc_source.sh
------------------------------------------------------------------------------
    svn:mime-type = text/plain


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the asterisk-commits mailing list