[xiph-commits] r14646 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Mon Mar 31 08:23:02 PDT 2008


Author: j
Date: 2008-03-31 08:23:02 -0700 (Mon, 31 Mar 2008)
New Revision: 14646

Modified:
   trunk/ffmpeg2theora/Makefile.am
   trunk/ffmpeg2theora/get_libkate.sh
Log:
- get latest version of libkate, 0.1.1
- include kate files in make dist


Modified: trunk/ffmpeg2theora/Makefile.am
===================================================================
--- trunk/ffmpeg2theora/Makefile.am	2008-03-28 17:32:30 UTC (rev 14645)
+++ trunk/ffmpeg2theora/Makefile.am	2008-03-31 15:23:02 UTC (rev 14646)
@@ -2,7 +2,8 @@
 
 SUBDIRS = kino_export
 
-EXTRA_DIST = Makefile.mingw32 theorautils.h get_ffmpeg_svn.sh ffmpeg2theora.1
+EXTRA_DIST = Makefile.mingw32 theorautils.h get_ffmpeg_svn.sh ffmpeg2theora.1 \
+             get_libkate.sh subtitles.txt 
 
 bin_PROGRAMS = ffmpeg2theora
 

Modified: trunk/ffmpeg2theora/get_libkate.sh
===================================================================
--- trunk/ffmpeg2theora/get_libkate.sh	2008-03-28 17:32:30 UTC (rev 14645)
+++ trunk/ffmpeg2theora/get_libkate.sh	2008-03-31 15:23:02 UTC (rev 14646)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-version=0.1.0
+version=0.1.1
 baseurl="http://libkate.googlecode.com/files/libkate-$version.tar.gz"
 
 which wget >& /dev/null



More information about the commits mailing list