The following message is a courtesy copy of an article that has been posted to gmane.linux.debian.devel.release as well.
With your permission, I'd like to upload the following debdiff to fix a rather embarrassing bug: diff --git a/debian/changelog b/debian/changelog index 59a7196..ee4457a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +ffmpeg (4:0.5.2-5) unstable; urgency=low + + [ Dominic Evans ] + * add libxfixes-dev to build-depends to unbreak x11grab input, + Closes: #596342, LP: #631103 + + [ Reinhard Tartler ] + * fix x11grab example in e.g. the manpage so that they actually work + + -- Reinhard Tartler <siret...@tauware.de> Mon, 13 Sep 2010 15:29:49 +0200 + ffmpeg (4:0.5.2-4) unstable; urgency=low [ Loïc Minier ] diff --git a/debian/control b/debian/control index 260932e..86a0e38 100644 --- a/debian/control +++ b/debian/control @@ -31,6 +31,7 @@ Build-Depends: debhelper (>= 7), libvorbis-dev, libx11-dev, libxext-dev, + libxfixes-dev, libvdpau-dev, libxvmc-dev, quilt, diff --git a/debian/patches/fix-x11grab-example.patch b/debian/patches/fix-x11grab-example.patch new file mode 100644 index 0000000..b6fde93 --- /dev/null +++ b/debian/patches/fix-x11grab-example.patch @@ -0,0 +1,31 @@ +From: siretart <siret...@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b> +Date: Mon, 13 Sep 2010 13:25:51 +0000 (+0000) +Subject: fix x11grab example in e.g. the manpage so that they actually work +X-Git-Url: http://git.ffmpeg.org/?p=ffmpeg;a=commitdiff_plain;h=ead47de1d89067e24bc3f520b6d762ecf64db002 + +fix x11grab example in e.g. the manpage so that they actually work + +git-svn-id: file:///var/local/repositories/ffmpeg/tr...@25113 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b +--- + +diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi +index 71bed9b..d9c5c14 100644 +--- a/doc/ffmpeg-doc.texi ++++ b/doc/ffmpeg-doc.texi +@@ -817,14 +817,14 @@ standard mixer. + FFmpeg can grab the X11 display. + + @example +-ffmpeg -f x11grab -s cif -i :0.0 /tmp/out.mpg ++ffmpeg -f x11grab -s cif -r 25 -i :0.0 /tmp/out.mpg + @end example + + 0.0 is display.screen number of your X11 server, same as + the DISPLAY environment variable. + + @example +-ffmpeg -f x11grab -s cif -i :0.0+10,20 /tmp/out.mpg ++ffmpeg -f x11grab -s cif -r 25 -i :0.0+10,20 /tmp/out.mpg + @end example + + 0.0 is display.screen number of your X11 server, same as the DISPLAY environment diff --git a/debian/patches/series b/debian/patches/series index 104c330..4c91710 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,6 +3,7 @@ fix-dv-seeking.patch fix-constant-quant-encoding.patch increase-VOFW-on-x86.patch use-normal-check_func-test-for-math-functions.patch +fix-x11grab-example.patch 900_doxyfile 901-fix-misc-typos.patch # fpic-ftbfs-fix.patch -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 _______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers