r1139 - in /experimental/ffmpeg/debian: changelog ffmpeg.install rules

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Fri Apr 18 21:45:35 UTC 2008


Author: siretart
Date: Fri Apr 18 21:45:35 2008
New Revision: 1139

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1139
Log:
install qt-faststart. Thanks Stefan Hermann for the patch from ubuntu. (Closes: #470484)

Modified:
    experimental/ffmpeg/debian/changelog
    experimental/ffmpeg/debian/ffmpeg.install
    experimental/ffmpeg/debian/rules

Modified: experimental/ffmpeg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg/debian/changelog?rev=1139&op=diff
==============================================================================
--- experimental/ffmpeg/debian/changelog (original)
+++ experimental/ffmpeg/debian/changelog Fri Apr 18 21:45:35 2008
@@ -1,6 +1,7 @@
 ffmpeg-free (0.svn20080206-3) UNRELEASED; urgency=low
 
-  * ...
+  * install qt-faststart. Thanks Stefan Hermann for the patch from ubuntu.
+    (Closes: #470484)
 
  -- Reinhard Tartler <siretart at tauware.de>  Fri, 18 Apr 2008 23:02:24 +0200
 

Modified: experimental/ffmpeg/debian/ffmpeg.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg/debian/ffmpeg.install?rev=1139&op=diff
==============================================================================
--- experimental/ffmpeg/debian/ffmpeg.install (original)
+++ experimental/ffmpeg/debian/ffmpeg.install Fri Apr 18 21:45:35 2008
@@ -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

Modified: experimental/ffmpeg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg/debian/rules?rev=1139&op=diff
==============================================================================
--- experimental/ffmpeg/debian/rules (original)
+++ experimental/ffmpeg/debian/rules Fri Apr 18 21:45:35 2008
@@ -97,6 +97,9 @@
 	done
 	touch ffmpeg ffmpeg_g ffplay ffplay_g
 
+	# build qt-faststart
+	$(MAKE) tools/qt-faststart
+
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
 	-$(MAKE) test
 endif
@@ -145,6 +148,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 tools/qt-faststart debian/tmp/usr/bin/qt-faststart
 
 	dh_install --fail-missing --sourcedir=debian/tmp
 




More information about the pkg-multimedia-commits mailing list