[xiph-commits] r16515 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Mon Aug 24 06:25:17 PDT 2009
Author: j
Date: 2009-08-24 06:25:16 -0700 (Mon, 24 Aug 2009)
New Revision: 16515
Modified:
trunk/ffmpeg2theora/SConstruct
Log:
include svn revision
Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct 2009-08-23 19:39:18 UTC (rev 16514)
+++ trunk/ffmpeg2theora/SConstruct 2009-08-24 13:25:16 UTC (rev 16515)
@@ -4,8 +4,13 @@
import SCons
+def svnversion():
+ f = os.popen("svnversion")
+ version = f.read().strip()
+ f.close()
+ return version
-pkg_version="0.24+svn"
+pkg_version="0.24+svn" + svnversion()
pkg_name="ffmpeg2theora"
scons_version=(0,97,0)
More information about the commits
mailing list