Your message dated Sat, 28 Jun 2008 20:47:07 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#487911: fixed in ffmpeg2theora 0.21-0.1 has caused the Debian Bug report #487911, regarding ffmpeg2theora: Package new version 0.21 to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 487911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487911 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: ffmpeg2theora Version: 0.19-1 Severity: important Tags: patch Hello, A new version of ffmpeg2theora is available. This would close the RC bugs #484813, #482218. It builds after minor modifications to the build dependency and a small patch to the upstream source to fix the paths for includes. I prepared an NMU with version number 0.21-0.1, the output of interdiff -z -p1 ffmpeg2theora_0.19-1.diff.gz ffmpeg2theora_0.21-0.1.diff.gz is attached. Regards, Kapil. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages ffmpeg2theora depends on: pn libavcodec1d <none> (no description available) pn libavformat1d <none> (no description available) pn libavutil1d <none> (no description available) ii libc6 2.7-10 GNU C Library: Shared libraries ii libgsm1 1.0.12-1 Shared libraries for GSM speech co ii libogg0 1.1.3-4 Ogg Bitstream Library ii libraw1394-8 1.3.0-3 library for direct access to IEEE pn libswscale1d <none> (no description available) ii libtheora0 1.0~beta3-1 The Theora Video Compression Codec ii libvorbis0a 1.2.0.dfsg-3.1 The Vorbis General Audio Compressi ii libvorbisenc2 1.2.0.dfsg-3.1 The Vorbis General Audio Compressi ffmpeg2theora recommends no packages.diff -u ffmpeg2theora-0.19/debian/rules ffmpeg2theora-0.21/debian/rules --- ffmpeg2theora-0.19/debian/rules +++ ffmpeg2theora-0.21/debian/rules @@ -2,6 +2,7 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk # DC1394 is Linux-only and not needed #ifneq (,findstring($(DEB_HOST_ARCH_OS), hurd kfreebsd)) diff -u ffmpeg2theora-0.19/debian/control ffmpeg2theora-0.21/debian/control --- ffmpeg2theora-0.19/debian/control +++ ffmpeg2theora-0.21/debian/control @@ -2,8 +2,12 @@ Section: graphics Priority: optional Maintainer: RISKO Gergely <[EMAIL PROTECTED]> -Build-Depends: cdbs, debhelper, libavcodec-dev, libswscale-dev, libavformat-dev, libogg-dev, libvorbis-dev, libtheora-dev, pkg-config, zlib1g-dev, libdts-dev, libgsm1-dev -Standards-Version: 3.7.2.0 +Build-Depends: cdbs, debhelper, libavcodec-dev, libavutil-dev, libpostproc-dev, + libswscale-dev, libavformat-dev, libavdevice-dev, libogg-dev, libvorbis-dev, + libtheora-dev, pkg-config, zlib1g-dev, libdts-dev, libgsm1-dev, libfaad-dev, + libx11-dev, libxext-dev +Homepage: http://v2v.cc/~j/ffmpeg2theora/ +Standards-Version: 3.8.0 Package: ffmpeg2theora Architecture: any diff -u ffmpeg2theora-0.19/debian/changelog ffmpeg2theora-0.21/debian/changelog --- ffmpeg2theora-0.19/debian/changelog +++ ffmpeg2theora-0.21/debian/changelog @@ -1,3 +1,20 @@ +ffmpeg2theora (0.21-0.1) unstable; urgency=low + + * Non-maintainer upload. + * New upstream release (0.21). + Closes: #484813, #482218. + * debian/control: + - added libavutil-dev, libavdevice-dev, libfaad-dev, libx11-dev, + libxext-dev to dependencies. + - added Homepage field + - Standards-Version 3.8.0 + * debian/rules: + - added cdbs simple-patchsys include. + * debian/patches/01-fix_includes.patch: point the include + directives in "ffmpegtheora.c" to the correct directories. + + -- Kapil Hari Paranjape <[EMAIL PROTECTED]> Wed, 25 Jun 2008 08:20:11 +0530 + ffmpeg2theora (0.19-1) unstable; urgency=low * New upstream release (closes: #429937, #368588) only in patch2: unchanged: --- ffmpeg2theora-0.21.orig/debian/patches/01-fix_includes.patch +++ ffmpeg2theora-0.21/debian/patches/01-fix_includes.patch @@ -0,0 +1,17 @@ +--- ffmpeg2theora-0.21/ffmpeg2theora.c.orig 2008-06-24 21:01:30.000000000 +0530 ++++ ffmpeg2theora-0.21/ffmpeg2theora.c 2008-06-24 21:03:30.000000000 +0530 +@@ -27,10 +27,10 @@ + #include <math.h> + #include <errno.h> + +-#include "libavformat/avformat.h" +-#include "libavdevice/avdevice.h" +-#include "libswscale/swscale.h" +-#include "libpostproc/postprocess.h" ++#include "ffmpeg/avformat.h" ++#include "ffmpeg/avdevice.h" ++#include "ffmpeg/swscale.h" ++#include "postproc/postprocess.h" + + #include "theora/theora.h" + #include "vorbis/codec.h"
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: ffmpeg2theora Source-Version: 0.21-0.1 We believe that the bug you reported is fixed in the latest version of ffmpeg2theora, which is due to be installed in the Debian FTP archive: ffmpeg2theora_0.21-0.1.diff.gz to pool/main/f/ffmpeg2theora/ffmpeg2theora_0.21-0.1.diff.gz ffmpeg2theora_0.21-0.1.dsc to pool/main/f/ffmpeg2theora/ffmpeg2theora_0.21-0.1.dsc ffmpeg2theora_0.21-0.1_powerpc.deb to pool/main/f/ffmpeg2theora/ffmpeg2theora_0.21-0.1_powerpc.deb ffmpeg2theora_0.21.orig.tar.gz to pool/main/f/ffmpeg2theora/ffmpeg2theora_0.21.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Kapil Hari Paranjape <[EMAIL PROTECTED]> (supplier of updated ffmpeg2theora package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Thu, 26 Jun 2008 06:47:53 +0530 Source: ffmpeg2theora Binary: ffmpeg2theora Architecture: source powerpc Version: 0.21-0.1 Distribution: unstable Urgency: low Maintainer: RISKO Gergely <[EMAIL PROTECTED]> Changed-By: Kapil Hari Paranjape <[EMAIL PROTECTED]> Description: ffmpeg2theora - Theora video encoder using ffmpeg Closes: 482218 484813 487911 Changes: ffmpeg2theora (0.21-0.1) unstable; urgency=low . * Non-maintainer upload to fix RC bugs. * New upstream release (0.21). Closes: #484813, #482218, #487911. * debian/control: - added libavutil-dev, libavdevice-dev, libfaad-dev, libx11-dev, libxext-dev to dependencies. - added Homepage field - Standards-Version 3.8.0 * debian/rules: - added cdbs simple-patchsys include. - added "as-needed" and "no-undefined" flags for linker to reduce dependencies. * debian/patches/01-fix_includes.patch: point the include directives in ffmpeg2theora.c to the correct directories. * debian/patches/02-fix_hyphen-used-as-minus_in_manpage.patch: replaced incorrect uses of hyphen as minus in ffmpeg2theora.1. Checksums-Sha1: a4c336d6456416c9b547ad2ee434546f67e00055 1249 ffmpeg2theora_0.21-0.1.dsc 2332e62165837b1969bf1a08d197f7fb4a285077 354853 ffmpeg2theora_0.21.orig.tar.gz 39d342ae329ff2b262964fee2413119827bcf791 3237 ffmpeg2theora_0.21-0.1.diff.gz d562028493a541b21382dd8033543f3f0dd73a87 35046 ffmpeg2theora_0.21-0.1_powerpc.deb Checksums-Sha256: 6ea392c63b731e117efbb1181c06c89b17a5d2a7fa3023ed6c45e188a20cc71e 1249 ffmpeg2theora_0.21-0.1.dsc 1cd2ce0f99b2ccac31dd67dd45a0e6d8fa0da2c1bbb6f960172348d27b403f57 354853 ffmpeg2theora_0.21.orig.tar.gz b8dd564c8a784590b7f37a1cf722f81829561bc341728d92d720c8fb588b2769 3237 ffmpeg2theora_0.21-0.1.diff.gz b6daceff69e75997e13029396e1fb56e904fd514ca60eaed5be10d60a8ae2d2b 35046 ffmpeg2theora_0.21-0.1_powerpc.deb Files: de08bbddc0cf509346cb951eefe1d636 1249 graphics optional ffmpeg2theora_0.21-0.1.dsc 07a18b8e18d8c22f328221b21974f579 354853 graphics optional ffmpeg2theora_0.21.orig.tar.gz deeb2dd2077389edd34309f39e75d1ae 3237 graphics optional ffmpeg2theora_0.21-0.1.diff.gz 26fc84ed3b15cb6be546a7c450a03534 35046 graphics optional ffmpeg2theora_0.21-0.1_powerpc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIYwT4SR+P2lQW5bgRAs4NAJ0YOwX2QU4CiOrakgYC99bLJxPKZQCeMXZg MkC46iAVl8koHWL4aH74gIs= =Gznd -----END PGP SIGNATURE-----
--- End Message ---

