[MPlayer-cvslog] r29223 - trunk/TOOLS/binary_codecs.sh

siretart subversion at mplayerhq.hu
Thu Apr 23 10:46:05 CEST 2009


Author: siretart
Date: Thu Apr 23 10:46:05 2009
New Revision: 29223

Log:
Part 3 of syncing binary_codecs.sh with Debian

This patch contains no functional changes again, only whitespace fixes
that has been misse from Part 1 have been included.

Modified:
   trunk/TOOLS/binary_codecs.sh

Modified: trunk/TOOLS/binary_codecs.sh
==============================================================================
--- trunk/TOOLS/binary_codecs.sh	Thu Apr 23 10:37:20 2009	(r29222)
+++ trunk/TOOLS/binary_codecs.sh	Thu Apr 23 10:46:05 2009	(r29223)
@@ -26,14 +26,14 @@ choosemirror ()
   cd $PREFDIR
 
   #if [ ! -r mirrors ] || find mirrors -mtime +20 ; then
-    echo Downloading mirrors list..
+    echo Downloading mirrors list
     wget -nv -c -N $MYSITE/mirrors || true
   #fi
   if [ ! -r bestsites ] || [ mirrors -nt bestsites ] || \
     find bestsites -mtime +20 > /dev/null ; then
-    if which netselect > /dev/null  ; then
-      echo  Choosing best mirrors using netselect....
-      netselect  -s 5  $( cat mirrors ) | awk '{print $2}' > bestsites
+    if which netselect > /dev/null ; then
+      echo Choosing best mirrors using netselect
+      netselect -s 5 $( cat mirrors ) | awk '{print $2}' > bestsites
     elif which fping > /dev/null ; then
      fping -C 1  $( sed   's#.*//##;s#/.*##' mirrors ) 2>&1 | \
        egrep -v 'bytes.*loss' | sort -n -k3 | \
@@ -147,8 +147,8 @@ case "$1" in
     fi
     choosemirror
     cd $PREFDIR
-    #if [ ! -r codecs_list ] || find  codecs_list -mtime +20  ; then
-      echo 'Getting  codecs list ...'
+    #if [ ! -r codecs_list ] || find codecs_list -mtime +20 ; then
+      echo 'Getting codecs list'
       wget -nv -c -N $MYSITE/codecs_list || true
     #fi
 
@@ -156,7 +156,7 @@ case "$1" in
       egrep -v "^[[:space:]]*(#|$)" $PREFDIR/codecs_list | \
         while read arch url dir file info ; do
           if [ "$dpkgarch" = "$arch" ]; then
-            echo Installing $file $info...
+            echo Downloading and installing $file $info...
             INSTALL "$url" "$dir" "$file"
 	    n=1
           fi


More information about the MPlayer-cvslog mailing list