[xiph-commits] r18036 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Sat Jul 30 12:55:10 PDT 2011


Author: j
Date: 2011-07-30 12:55:10 -0700 (Sat, 30 Jul 2011)
New Revision: 18036

Modified:
   trunk/ffmpeg2theora/ChangeLog
   trunk/ffmpeg2theora/SConstruct
   trunk/ffmpeg2theora/get_ffmpeg.sh
Log:
prepare for 0.28 release

Modified: trunk/ffmpeg2theora/ChangeLog
===================================================================
--- trunk/ffmpeg2theora/ChangeLog	2011-07-30 19:43:55 UTC (rev 18035)
+++ trunk/ffmpeg2theora/ChangeLog	2011-07-30 19:55:10 UTC (rev 18036)
@@ -1,7 +1,7 @@
-svn
+0.28 2011-07-30
     - select resize method via commandline
     - fix 5.1 channel ordering
-    - use ffmpeg trunk
+    - update to FFmpeg 0.7 branch
 
 0.27 2010-06-18
     - Use Skeleton 4.0 by default (including index),

Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct	2011-07-30 19:43:55 UTC (rev 18035)
+++ trunk/ffmpeg2theora/SConstruct	2011-07-30 19:55:10 UTC (rev 18036)
@@ -10,8 +10,8 @@
     f.close()
     return version
 
-pkg_version="0.27"
-pkg_version +="+svn" + svnversion()
+pkg_version="0.28"
+#pkg_version +="+svn" + svnversion()
 
 pkg_name="ffmpeg2theora"
 

Modified: trunk/ffmpeg2theora/get_ffmpeg.sh
===================================================================
--- trunk/ffmpeg2theora/get_ffmpeg.sh	2011-07-30 19:43:55 UTC (rev 18035)
+++ trunk/ffmpeg2theora/get_ffmpeg.sh	2011-07-30 19:55:10 UTC (rev 18036)
@@ -24,6 +24,7 @@
 test -e $FFMPEG_CO_DIR || git clone $FFMPEG_URL $FFMPEG_CO_DIR
 cd $FFMPEG_CO_DIR
 #git pull -r $FFMPEG_REVISION
+git checkout release/0.7 
 git pull
 cd ..
 



More information about the commits mailing list