r178 - experimental/ffmpeg/debian

Samuel Hocevar sho at alioth.debian.org
Wed Mar 14 14:23:05 CET 2007


Author: sho
Date: 2007-03-09 18:18:35 +0000 (Fri, 09 Mar 2007)
New Revision: 178

Modified:
   experimental/ffmpeg/debian/changelog
   experimental/ffmpeg/debian/rules
Log:
  * Set distribution to experimental.

  * debian/rules:
    + Only ship ffmpeg_powerpc_performance_evaluation_howto.txt.gz on
      powerpc machines (Closes: #385079).


Modified: experimental/ffmpeg/debian/changelog
===================================================================
--- experimental/ffmpeg/debian/changelog	2007-03-09 18:12:17 UTC (rev 177)
+++ experimental/ffmpeg/debian/changelog	2007-03-09 18:18:35 UTC (rev 178)
@@ -1,4 +1,4 @@
-ffmpeg (0.cvs20070307-1) UNRELEASED; urgency=low
+ffmpeg (0.cvs20070307-1) experimental; urgency=low
 
   [ Sam Hocevar ]
 
@@ -36,6 +36,8 @@
 
   * debian/rules:
     + Fix syntax for a few --enable flags.
+    + Only ship ffmpeg_powerpc_performance_evaluation_howto.txt.gz on
+      powerpc machines (Closes: #385079). 
     + Readded --enable-libtheora, it's here again.
     + Activate --enable-swscaler (Closes: #399141, #398442).
 

Modified: experimental/ffmpeg/debian/rules
===================================================================
--- experimental/ffmpeg/debian/rules	2007-03-09 18:12:17 UTC (rev 177)
+++ experimental/ffmpeg/debian/rules	2007-03-09 18:18:35 UTC (rev 178)
@@ -17,6 +17,9 @@
   lib1394-dev =
   FIREWIRELIBS=""
 endif
+ifneq (,$(findstring powerpc,$(DEB_BUILD_GNU_TYPE)))
+  extradoc = doc/ffmpeg_powerpc_performance_evaluation_howto.txt
+endif
 
 ifeq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
   confflags += --disable-debug
@@ -174,7 +177,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs doc/ffmpeg_powerpc_performance_evaluation_howto.txt doc/optimization.txt
+	dh_installdocs $(extradoc) doc/optimization.txt
 	dh_installdocs -A CREDITS doc/TODO debian/patents.txt debian/README.Debian
 	dh_installexamples -pffmpeg doc/ffserver.conf
 	dh_installexamples -plibavcodec-dev libavcodec/apiexample.c




More information about the Pkg-multimedia-commits mailing list