[xiph-commits] r16586 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Mon Sep 28 05:56:39 PDT 2009


Author: j
Date: 2009-09-28 05:56:39 -0700 (Mon, 28 Sep 2009)
New Revision: 16586

Modified:
   trunk/ffmpeg2theora/ChangeLog
   trunk/ffmpeg2theora/Makefile
   trunk/ffmpeg2theora/SConstruct
Log:
switch version to 0.25

Modified: trunk/ffmpeg2theora/ChangeLog
===================================================================
--- trunk/ffmpeg2theora/ChangeLog	2009-09-26 20:55:46 UTC (rev 16585)
+++ trunk/ffmpeg2theora/ChangeLog	2009-09-28 12:56:39 UTC (rev 16586)
@@ -1,4 +1,4 @@
-svn
+0.25 2009-09-28
     - fix input from codecs where width/height is not encoded width/height
     - fix a/v sync issues with some mov/mp4 files with strange framerates
     - add new option --info outputs json info about source

Modified: trunk/ffmpeg2theora/Makefile
===================================================================
--- trunk/ffmpeg2theora/Makefile	2009-09-26 20:55:46 UTC (rev 16585)
+++ trunk/ffmpeg2theora/Makefile	2009-09-28 12:56:39 UTC (rev 16586)
@@ -8,6 +8,6 @@
 	scons install $(PREFIX)
 
 dist:
-	svn export . ffmpeg2theora-`grep pkg_version= SConstruct | cut -d\" -f2`
-	tar cjf ffmpeg2theora-`grep pkg_version= SConstruct | cut -d\" -f2`.tar.bz2 ffmpeg2theora-`grep pkg_version= SConstruct | cut -d\" -f2`
-	rm -r ffmpeg2theora-`grep pkg_version= SConstruct | cut -d\" -f2`
+	svn export . ffmpeg2theora-`grep ^pkg_version= SConstruct | cut -d\" -f2`
+	tar cjf ffmpeg2theora-`grep ^pkg_version= SConstruct | cut -d\" -f2`.tar.bz2 ffmpeg2theora-`grep ^pkg_version= SConstruct | cut -d\" -f2`
+	rm -r ffmpeg2theora-`grep ^pkg_version= SConstruct | cut -d\" -f2`

Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct	2009-09-26 20:55:46 UTC (rev 16585)
+++ trunk/ffmpeg2theora/SConstruct	2009-09-28 12:56:39 UTC (rev 16586)
@@ -10,7 +10,8 @@
     f.close()
     return version
 
-pkg_version="0.24+svn" + svnversion()
+#pkg_version="0.25+svn" + svnversion()
+pkg_version="0.25"
 pkg_name="ffmpeg2theora"
 
 scons_version=(0,97,0)



More information about the commits mailing list