[xiph-commits] r18427 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Mon Jun 25 10:15:17 PDT 2012
Author: j
Date: 2012-06-25 10:15:16 -0700 (Mon, 25 Jun 2012)
New Revision: 18427
Modified:
trunk/ffmpeg2theora/ChangeLog
trunk/ffmpeg2theora/SConstruct
trunk/ffmpeg2theora/get_ffmpeg.sh
trunk/ffmpeg2theora/get_libkate.sh
trunk/ffmpeg2theora/version.sh
Log:
update versions
Modified: trunk/ffmpeg2theora/ChangeLog
===================================================================
--- trunk/ffmpeg2theora/ChangeLog 2012-06-25 07:07:54 UTC (rev 18426)
+++ trunk/ffmpeg2theora/ChangeLog 2012-06-25 17:15:16 UTC (rev 18427)
@@ -1,4 +1,4 @@
-svn 2011-09-15
+0.29 2012-06-25
- use GPL 2 or later, to make use of some decoders only available
in GPL 2 version of ffmpeg
- update to current ffmpeg api
Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct 2012-06-25 07:07:54 UTC (rev 18426)
+++ trunk/ffmpeg2theora/SConstruct 2012-06-25 17:15:16 UTC (rev 18427)
@@ -11,7 +11,7 @@
f.close()
return version
-pkg_version=version()
+pkg_version="0.29"
pkg_name="ffmpeg2theora"
Modified: trunk/ffmpeg2theora/get_ffmpeg.sh
===================================================================
--- trunk/ffmpeg2theora/get_ffmpeg.sh 2012-06-25 07:07:54 UTC (rev 18426)
+++ trunk/ffmpeg2theora/get_ffmpeg.sh 2012-06-25 17:15:16 UTC (rev 18427)
@@ -4,7 +4,7 @@
# load FFMPEG specific properties
. ./ffmpegrev
-test -e $FFMPEG_CO_DIR || git clone $FFMPEG_URL $FFMPEG_CO_DIR
+test -e $FFMPEG_CO_DIR || git clone --depth 1 $FFMPEG_URL $FFMPEG_CO_DIR
cd $FFMPEG_CO_DIR
#git pull -r $FFMPEG_REVISION
#git checkout release/0.7
Modified: trunk/ffmpeg2theora/get_libkate.sh
===================================================================
--- trunk/ffmpeg2theora/get_libkate.sh 2012-06-25 07:07:54 UTC (rev 18426)
+++ trunk/ffmpeg2theora/get_libkate.sh 2012-06-25 17:15:16 UTC (rev 18427)
@@ -1,6 +1,6 @@
#!/bin/bash
-version=0.3.8
+version=0.4.1
baseurl="http://libkate.googlecode.com/files/libkate-$version.tar.gz"
which wget >& /dev/null
Modified: trunk/ffmpeg2theora/version.sh
===================================================================
--- trunk/ffmpeg2theora/version.sh 2012-06-25 07:07:54 UTC (rev 18426)
+++ trunk/ffmpeg2theora/version.sh 2012-06-25 17:15:16 UTC (rev 18427)
@@ -1,6 +1,6 @@
#!/bin/bash
cd `dirname $0`
-version='0.28'
+version='0.29'
test -e .svn && svnversion=`which svnversion`
echo -n $version
if [ "x$svnversion" != "x" ]; then
More information about the commits
mailing list