[SCM] FFmpeg packaging branch, master, updated. upstream/0.svn20090119-48-g4412df3

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Mon Feb 2 23:03:53 UTC 2009


The following commit has been merged in the master branch:
commit cf489dac68cc31553a040a2253f2d8a88a6fe4f2
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Feb 1 22:10:53 2009 +0100

    no longer install dsputil.h. It exposes lots of function that are
    private to ffmpeg and may change on any new upstream revision. Please
    get in touch with the ffmpeg maintainers if you maintain packages that
    rely on that ffmpeg internal headers like this.

diff --git a/debian/changelog b/debian/changelog
index 9b9ce85..4eee2ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,11 @@ ffmpeg-debian (3:0.svn20090119-2) experimental; urgency=low
   * Add breaks on libavutil on earlier versions of libavcodec and
     libavformat. Again because of the ff_gcd -> av_gcd rename. 
     Closes: #512946
-
+  * no longer install dsputil.h. It exposes lots of function that are private
+    to ffmpeg and may change on any new upstream revision. Please get in touch
+    with the ffmpeg maintainers if you maintain packages that rely on that
+    ffmpeg internal headers like this.
+  
   [ Fabian Greffrath ]
   * Enabled Speex decoding via libspeex.
   * Use an alternative approach to achieve strict internal dependencies
diff --git a/debian/rules b/debian/rules
index 163330d..ed6c710 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,7 +92,6 @@ install: build
 	dh_installdirs -ptmp usr/share/doc/ffmpeg/html etc
 	dh_installdirs -ptmp usr/share/doc/ffmpeg-doc/html
 	$(foreach flavor,$(FLAVORS),$(call install_flavor,$(flavor)))
-	cp -a libavcodec/dsputil.h debian/tmp/usr/include/libavcodec
 	cp debian-shared/doc/*.html debian/tmp/usr/share/doc/ffmpeg/html/
 	# don't fail on binary-indep only builds.
 	[ ! -d doxy ] || cp doxy/html/* debian/tmp/usr/share/doc/ffmpeg-doc/html

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list