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