Magellan Linux

Diff of /trunk/mplayer/make-svn-snapshot.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1163 by niro, Wed Sep 29 21:31:38 2010 UTC revision 1437 by niro, Fri Jul 22 15:10:19 2011 UTC
# Line 12  echo -n "building latest tarball for ${t Line 12  echo -n "building latest tarball for ${t
12  cd ${temp}  cd ${temp}
13  svn checkout ${svn_base_uri} ${svn_module}  svn checkout ${svn_base_uri} ${svn_module}
14    
15    # check out git ffmpeg via provided configure
16    pushd ${temp}/${svn_module}
17    yes | ./configure --help
18    popd
19    
20  latest_version="1.0_svn$(svn info ${svn_module} | grep Revision | sed 's:.*\:\ \(.*\):\1:')"  latest_version="1.0_svn$(svn info ${svn_module} | grep Revision | sed 's:.*\:\ \(.*\):\1:')"
21    
22  mv ${temp}/${svn_module} ${tarball_prefix}-${latest_version}  mv ${temp}/${svn_module} ${tarball_prefix}-${latest_version}

Legend:
Removed from v.1163  
changed lines
  Added in v.1437