[SCM] libav/experimental: Cope with localized Subversion clients.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:49:31 UTC 2013


The following commit has been merged in the experimental branch:
commit 7ea3b2e00eb07214f69ee5666d52c2c2aba1bb1e
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat Jul 29 21:43:24 2006 +0000

    Cope with localized Subversion clients.
    
    Originally committed as revision 5859 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/version.sh b/version.sh
index 4721a71..d1090f6 100755
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-svn_revision=`cd "$1" && svn info 2> /dev/null | grep Revision | cut -d' ' -f2`
+svn_revision=`cd "$1" && LANG=C svn info 2> /dev/null | grep Revision | cut -d' ' -f2`
 test $svn_revision || svn_revision=UNKNOWN
 
 NEW_REVISION="#define FFMPEG_VERSION \"SVN-r$svn_revision\""

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list