Package: ffmpeg-free
Version: 0.cvs20070307-6

hi,

ffmpeg is missing a tool, which is inside the source tree, but is never compiled. this tool is necessary to edit some movie files, to work as a source for flv streaming things.

Rational:
http://www.entropy.ch/blog/Software/2007/08/30/QTFastStart-for-Flash-Video-H-264.html
http://www.kaourantin.net/2007/08/what-just-happened-to-video-on-web_20.html

Please find attached a debdiff which is fixing this issue. This change is also in Ubuntu.

diff -u ffmpeg-free-0.cvs20070307/debian/rules 
ffmpeg-free-0.cvs20070307/debian/rules
--- ffmpeg-free-0.cvs20070307/debian/rules
+++ ffmpeg-free-0.cvs20070307/debian/rules
@@ -79,6 +79,8 @@
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
        -$(MAKE) -C tests
 endif
+
+       $(MAKE) qt-faststart
        
        touch build-stamp
 
@@ -118,6 +120,7 @@
        sed -e s/@FIREWIRELIBS@/$(FIREWIRELIBS)/ -e s/@VERSION@/$(DEB_VERSION)/ 
ffmpeg-config.in > debian/tmp/usr/bin/ffmpeg-config
        chmod 644 debian/tmp/usr/bin/ffmpeg-config
        cp ffmpeg-config.1 debian/tmp/usr/share/man/man1/ffmpeg-config.1
+       cp qt-faststart debian/tmp/usr/bin/qt-faststart
        
        dh_install --fail-missing --sourcedir=debian/tmp
 
diff -u ffmpeg-free-0.cvs20070307/debian/changelog 
ffmpeg-free-0.cvs20070307/debian/changelog
--- ffmpeg-free-0.cvs20070307/debian/changelog
+++ ffmpeg-free-0.cvs20070307/debian/changelog
@@ -1,3 +1,17 @@
+ffmpeg-free (0.cvs20070307-7) unstable; urgency=low
+
+  * added qt-faststart
+    reorders the components of an H.264 MPEG4 video file to enable progressive
+    download playback of certain H.264 videos in the Flash Player browser
+    plugin.
+  * debian/rules: 
+    - build: $(MAKE) qt-faststart
+    - install: cp this to debian/tmp/usr/bin/
+  * debian/ffmpeg.install:
+    - added usr/bin/qt-faststart
+
+ -- Stephan Hermann <[EMAIL PROTECTED]>  Tue, 11 Mar 2008 14:46:53 +0100
+
 ffmpeg-free (0.cvs20070307-6) unstable; urgency=low
 
   * Rename the source package. We are (again) no longer shipping the
diff -u ffmpeg-free-0.cvs20070307/debian/ffmpeg.install 
ffmpeg-free-0.cvs20070307/debian/ffmpeg.install
--- ffmpeg-free-0.cvs20070307/debian/ffmpeg.install
+++ ffmpeg-free-0.cvs20070307/debian/ffmpeg.install
@@ -3,6 +3,7 @@
 usr/bin/ffmpeg
 usr/bin/ffserver
 usr/bin/ffplay
+usr/bin/qt-faststart
 usr/share/doc/ffmpeg
 usr/share/man/man1/ffmpeg.1
 usr/share/man/man1/ffserver.1

Reply via email to