[SCM] libav/master: prepare upload to unstable

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Tue Aug 13 16:44:17 UTC 2013


update debian/changelog
backport patch from upstream to make samplefmt auto-aling buffers (Closes: #713856)
update debian/changelog
Merge tag 'upstream/0.8.8'
Imported Upstream version 0.8.8
fixup version number
update debian/changelog
Merge tag 'upstream/0.8.7'
Imported Upstream version 0.8.7
debian/watch: download xz files
use xz tarballs
update debian/changelog
Merge tag 'upstream/0.8.6'
Imported Upstream version 0.8.6
prepare new upload
fix typo in last changelog entry
drop debian/recordshow
update debian/changelog
Merge tag 'upstream/0.8.5'
Imported Upstream version 0.8.5
update debian/changelog
drop patches applied upstream
Merge tag 'upstream/0.8.4'
Imported Upstream version 0.8.4
update debian/changelog
use EPOCH macro in SHLIBS_VERSION
Drop the package libav-regular-dbg
update debian/changelog
Use xz compression for binary packages, thanks Ansgar Burchardt (Closes: #683895).
Fix generation of shlibs file not only for libavcodec*, but for all the other library packages as well.
Also make libav-regular-dbg 'arch: all' for consistency with the other debug packages.
update debian/changelog
Fix generation of shlibs file
update debian/changelog and correct earlier changelog entries
Make ffmpeg-dbg 'arch: all' for consistency with the libav-extra-dbg package
update debian/changelog
Make libav-extra-dbg arch:all
Fix up debian/changelog and get dependencies right accordingly.
update debian/changelog
Do not run doxygen if it is not installed.
Install all debug symbols into libav-dbg (Closes: #680602).
Mention qt-faststart in the long description (Closes: #681491.)
Remove Multi-arch header from the empty, transitional -extra- packages
Bug fix: "Multi-Arch: foreign libraries", thanks to Stepan Golosunov.
update debian/changelog
Declare a 'Breaks' relationship against mplayer, Closes: #671934
6:0.8.3-3
control/Uploaders: update my email address
Install the shared flavor last
update debian/changelog
{ffmpeg,libav-tools}.install: make files to install more explicit
add Pre-Depend on dpkg to libav-tools to ensure smooth updates
add dependency on libavcodec53 to libav-dbg
fix location in ffmpeg.NEWS file
add patch from upstream to fix playback of Canon AVHCD movies
Restrict Build-Depends to "yasm [any-amd64 any-i386]" and explicitely disable it if not found.
Add a debian/README.source file that describes how to rebuild libav with a reduced feature set in order to avoid circular build-dependencies for bootstrapping.
Tidy up and sort configuration flags.
Use the cond_enable() macro for all additional features in debian/confflags.
Clarify relations between libavcodec53 and libavcodec-extra-53 in debian/control.\n\nConflicts seems too strong, Breaks should be enough, Enhances is plain wrong.
update debian/changelog
Merge tag 'upstream/0.8.3'
Imported Upstream version 0.8.3
Update libav-doc doc base. (Closes: #674139)
create correct shlibs file for libavcodec-extra-53
update debian/changelog
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-Git-Refname: refs/heads/master
X-Git-Reftype: branch
X-Git-Oldrev: 628be9ab8dea15d74fb453e27c0b49dd89c22b98
X-Git-Newrev: 029c2447fbffb8eaa21df202b30eb69549ee8bd6

The following commit has been merged in the master branch:
commit 4c1d3044cf2f2ce7384ce4c4c65ac964a4cec0af
Merge: 143fd67dbe7f934c4fb24f446d7aeba6e0c07c42 628be9ab8dea15d74fb453e27c0b49dd89c22b98
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Tue Aug 13 15:10:31 2013 +0200

    prepare upload to unstable

diff --combined debian/changelog
index ff8d60f,09adc01..1d9feef
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,278 -1,185 +1,463 @@@
++libav (6:9.8-2) unstable; urgency=low
++
++  * Upload to unstable
++
++ -- Reinhard Tartler <siretart at tauware.de>  Tue, 13 Aug 2013 15:10:05 +0200
++
 +libav (6:9.8-1) experimental; urgency=low
 +
 +  * New upstream release 9.8, Closes: #716734, #716735
 +  * Upstream Changes:
 +  
 +     - kmvc: Clip pixel position to valid range
 +     - kmvc: Use fixed sized arrays in the context
 +     - indeo: Reject negative array indexes
 +     - indeo: Check for reference when inheriting motion vectors
 +     - indeo: Properly forward the error codes
 +     - mjpeg: Check the unescaped size for overflows
 +     - wmapro: Error out on impossible scale factor offsets
 +     - wmapro: Check the min_samples_per_subframe
 +     - wmapro: Return early on unsupported condition
 +     - wmapro: Check num_vec_coeffs against the actual available buffer
 +     - wmapro: Make sure there is room to store the current packet
 +     - lavc: Move put_bits_left in put_bits.h
 +     - 4xm: Do not overread the source buffer in decode_p_block
 +     - 4xm: Check bitstream_size boundary before using it
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Sat, 13 Jul 2013 08:26:24 +0200
 +
 +libav (6:9.7-1) experimental; urgency=low
 +
 +  * New upstream release 9.7, Most of the following fixes resulted from
 +    test samples that the Google Security Team has kindly made available:
 +
 +     - 4xm: fix several programming errors to avoid crashes, etc.
 +     - apetag: use int64_t for filesize
 +     - jpegls: Fix invalid writes to memory
 +     - ljpeg: use the correct number of components in YUV
 +     - mjpeg: Validate sampling factors
 +     - mjpegdec: properly report unsupported disabled features
 +     - mjpegdec: validate parameters in mjpeg_decode_scan_progressive_ac
 +     - mpegvideo: allocate sufficiently large scratch buffer for interlaced vid
 +     - pixdesc: mark gray8 as pseudopal
 +     - smacker: fix several programming errors to avoid crashes, etc.
 +     - tiff: do not overread the source buffer
 +     - vmd: drop incomplete chunks and spurious samples
 +     - vmdav: convert to bytestream2 to avoid invalid reads and writes
 +     - wavpack: check packet size early
 +     - wavpack: use bytestream2 in wavpack_decode_block
 +     - wavpack: validate samples size parsed in wavpack_decode_block
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Sun, 30 Jun 2013 17:21:27 +0200
 +
 +libav (6:9.6-2) experimental; urgency=low
 +
 +  * Tighten build dependency on libx264, Closes: #709817
 +  * Introduce the libavcodec-extra meta-package
 +  * No longer check for --enable-dirac switch
 +  * Bump standards version
 +  * Cleanup some obsolete Package relationship fields
 +  * Drop obsolete DM-Upload field
 +  * libavcodec-extra: add misc:Depends substvar
 +  * Factor out binary-indep builds
 +  * Install tool HTML documentation into libav-tools package
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Wed, 29 May 2013 22:07:02 +0200
 +
 +libav (6:9.6-1) experimental; urgency=low
 +
 +  * New Upstream release 9.6
 +    - wav: Always seek to an even offset, Bug #500, LP: #1174737
 +    - various security relevant patches
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Mon, 20 May 2013 10:54:36 +0200
 +
 +libav (6:9.5-1) experimental; urgency=low
 +
 +  * New Upstream version 9.5:
 +    - Most of the following fixes resulted from test samples that
 +      the Google Security Team has kindly made available
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Thu, 25 Apr 2013 22:32:11 +0200
 +
 +libav (6:9.4-1) experimental; urgency=low
 +
 +  * Imported Upstream version 9.4
 +    - h264: check for luma and chroma bit dept being equal (CVE-2013-2277)
 +    - iff: validate CMAP palette size (CVE-2013-2495)
 +    - Thus, closes: #703200
 +  * debian/watch: download xz files and  tigthen checks
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Sun, 24 Mar 2013 07:30:01 +0100
 +
 +libav (6:9.3-1) experimental; urgency=low
 +
 +  [ Jonas Smedegaard ]
 +  * Stop using CDBS.
 +
 +  [ Reinhard Tartler ]
 +  * Imported Upstream version 9.2 (never uploaded, though)
 +  * Imported Upstream version 9.3:
 +    - Fixes CVE-2013-0894
 +  * drop 02-fix-build-on-non-armv5te.patch, merged upstream
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Sat, 02 Mar 2013 14:34:27 +0100
 +
 +libav (6:9.1-3) experimental; urgency=low
 +
 +  * Build-depend on libopus-dev.
 +  * Stop needlessly build-depending on libcv-dev.
 +  * Tighten build-dependencies on frei0r-plugins-dev, libopencv-dev and
 +    libx264-dev, to use experimental packages.
 +  * Have libav-tools and libavfilter3 suggest frei0r-plugins.
 +  * Add upstream patch 02 to fix build on armel without armv5te support.
 +
 + -- Jonas Smedegaard <dr at jones.dk>  Sun, 20 Jan 2013 15:54:42 +0100
 +
 +libav (6:9.1-2) experimental; urgency=low
 +
 +  [ Jonas Smedegaard ]
 +  * Document all licensing of binary packages in README.Debian (not
 +    partly as comment in copyright file), to avoid confusing source
 +    issued licenses with binary resolved licensing.
 +
 +  [ Reinhard Tartler ]
 +  * Bump shlibs to 6:9.1-1
 +  * Fix internal shlibs
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Sat, 19 Jan 2013 10:06:15 +0100
 +
 +libav (6:9.1-1) experimental; urgency=low
 +
 +  [ Jonas Smedegaard ]
 +  * Rewrite copyright file using copyright format 1.0.
 +    Closes: bug#694657. Thanks to Francesco Poli.
 +  * Include CDBS utils.mk, to track future copyright/licensing changes.
 +    Build-depend on cdbs. Update README.source.
 +
 +  [ Reinhard Tartler ]
 +  * Imported Upstream version 9
 +    - New releases fixes (among others) CVE-2012-2882 CVE-2012-5359
 +      CVE-2012-5360 CVE-2012-5361, Closes: #694483
 +  * drop debian/recordshow.sh
 +  * ignore shlib-with-non-pic-code also for libavcodec-extra-54
 +  * make libavcodec54/libavcodec-extra-54 properly conflict/replace each other
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Mon, 07 Jan 2013 22:42:25 +0100
 +
 +libav (6:9~beta3-1) experimental; urgency=low
 +
 +  * New upstream version.
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Fri, 21 Dec 2012 15:32:13 +0100
 +
 +libav (6:9~beta2-4) experimental; urgency=low
 +
 +  * Fix compilation on the buildds
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Fri, 16 Nov 2012 07:56:59 +0100
 +
 +libav (6:9~beta2-3) experimental; urgency=low
 +
 +  * Include all post 9beta2 patches
 +    - Fixes linking with libavfilter/libavutil, Closes: #693040
 +  * libavresample1: Unbreak partial updates by adding Replaces
 +    relationship with libavresample0, Closes: #693327
 +  * Fix installation of doxygen HTML pages.
 +  * add lintian override for libavcodec-extra-54
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Thu, 15 Nov 2012 21:29:50 +0100
 +
 +libav (6:9~beta2-2) experimental; urgency=low
 +
 +  * add post 9 beta2 patches
 +  * import bits from ubuntu to minimize the diff
 +  * Remove stale Conflicts/Replaces on libavutil51, fixes instability
 +    issues with libavutil51.
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Sun, 11 Nov 2012 17:21:15 +0100
 +
 +libav (6:9~beta2-1) experimental; urgency=low
 +
 +  * new upstream release: libav 9 beta2
 +  * Imported Upstream version 9~beta2
 +  * SONAME bump: libavutil51->libavutil52, (Closes: #691088)
 +  * bump shlibs file
 +  * fix package names to follow correct soname of libavresample1
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Tue, 23 Oct 2012 18:49:26 +0200
 +
 +libav (6:9~beta1-1) experimental; urgency=low
 +
 +  [ Fabian Greffrath ]
 +  * Imported Upstream version 6:0.8.99-3213-gd16860a
 +
 +  [ Andres Mejia ]
 +  * Update libav-doc doc base. (Closes: #674139)
 +
 +  [ Fabian Greffrath ]
 +  * Use the cond_enable() macro for all additional features in
 +    debian/confflags.
 +  * Tidy up and sort configuration flags.
 +  * Add a debian/README.source file that describes how to rebuild libav with a
 +    reduced feature set in order to avoid circular build-dependencies for
 +    bootstrapping.
 +  * Restrict Build-Depends to "yasm [any-amd64 any-i386]" and explicitely
 +    disable it if not found.
 +
 +  [ Reinhard Tartler ]
 +  * add dependency on libavcodec54 to libav-dbg
 +  * add Pre-Depend on dpkg to libav-tools to ensure smooth updates
 +  * libav-tools.install: make files to install more explicit
 +
 +  [ Loïc Minier ]
 +  * Install the shared flavor last
 +  * control/Uploaders: update my email address
 +
 +  [ Reinhard Tartler ]
 +  * Declare a 'Breaks' relationship against mplayer, Closes: #671934
 +  * Bug fix: "Multi-Arch: foreign libraries", thanks to Stepan Golosunov.
 +  * Remove Multi-arch header from the empty, transitional -extra- packages
 +
 +  [ Fabian Greffrath ]
 +  * Mention qt-faststart in the long description (Closes: #681491.)
 +  * Install all debug symbols into libav-dbg (Closes: #680602).
 +  * Do not run doxygen if it is not installed.
 +  * Fix up debian/changelog and get dependencies right accordingly.
 +
 +  [ Reinhard Tartler ]
 +  * Make libav-extra-dbg arch:all
 +  * Fix generation of shlibs file (Closes: #679542)
 +
 +  [ Fabian Greffrath ]
 +  * Also make libav-regular-dbg 'arch: all' for consistency with the other debug packages.
 +  * Fix generation of shlibs file not only for libavcodec*, but for all the other library packages as well.
 +  * Use xz compression for binary packages, thanks Ansgar Burchardt (Closes: #683895).
 +
 +  [ Reinhard Tartler ]
 +  * Drop the package libav-regular-dbg
 +
 +  [ Fabian Greffrath ]
 +  * Clarify relations between libavcodec54 and libavcodec-extra-54 in debian/control.
 +
 +  [ Reinhard Tartler ]
 +  * New Upstream version: 9 beta1
 +  * remove compatibility links for ff* tools.
 +  * New release fixes all known CVE entries so far (Closes: #688847)
 +  * libav-dbg: avoid dependency on 'ffmpeg' package
 +  * remove package libav-extra-dbg
 +  * allow co-installation of libav-dbg with libavcodec-extra-54
 +  * temporarily disable libopus support until #690563 is fixed
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Tue, 16 Oct 2012 18:38:46 +0200
 +
 +libav (6:0.8.99-1537-gacb2c79-2) experimental; urgency=low
 +
 +  [ Rico Tzschichholz ]
 +  * Fix lintian-overrides after soname bump
 +  * Fix some conflicts/replaces
 +  * Bump shlibs version
 +
 +  [ Reinhard Tartler ]
 +  * Update changelog
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Tue, 15 May 2012 09:21:24 +0200
 +
 +libav (6:0.8.99-1537-gacb2c79-1) experimental; urgency=low
 +
 +  * New upstream snapshot
 +    - Drop patches applied upstream
 +    - Longer build libpostproc, dropped upstream
 +    - follow soname bump of libavcodec and libavformat 53->54
 +    - New library: libswresample
 +  * no longer build and use dirac, removed upstream in favor of libschroedinger
 +  * remove deprecated ffmpeg package
 +  * bump shlibs version
 +
 + -- Reinhard Tartler <siretart at tauware.de>  Sat, 12 May 2012 22:02:03 +0200
 +
+ libav (6:0.8.8-1) unstable; urgency=low
+ 
+   * Imported Upstream version 0.8.7, new releases fixes a number of
+     security relevant patches.
+   * backport patch from upstream to make samplefmt auto-aling buffers
+     (Closes: #713856)
+ 
+  -- Reinhard Tartler <siretart at tauware.de>  Fri, 12 Jul 2013 22:00:28 +0200
+ 
+ libav (6:0.8.7-1) unstable; urgency=medium
+ 
+   * Imported Upstream version 0.8.7, new releases fixes:
+     - wav: Always seek to an even offset, Bug #500, LP: #1174737
+     - A number of further security relevant patches.
+ 
+  -- Reinhard Tartler <siretart at tauware.de>  Mon, 20 May 2013 11:04:00 +0200
+ 
+ libav (6:0.8.6-1) unstable; urgency=low
+ 
+   * Imported Upstream version 0.8.6, new releases fixes:
+     - h264: check for luma and chroma bit depth being equal (CVE-2013-2277)
+     - iff: validate CMAP palette size (CVE-2013-2495)
+     - msrledec: convert to bytestream2 API and add proper bounds checking (CVE-2013-2496)
+     - vorbisdec: Error on bark_map_size equal to 0 (CVE-2013-0894)
+     - Thus, closes: #703200
+ 
+  -- Reinhard Tartler <siretart at tauware.de>  Sun, 24 Mar 2013 07:35:51 +0100
+ 
+ libav (6:0.8.5-1) unstable; urgency=low
+ 
+   * New upstream security/bugfix release. New releases fixes
+     (bug numbers reference http://bugzilla.libav.org, Closes: #694483)
+     - Indeo 4 (CVE-2012-2791)
+     - VP5/VP6 (CVE-2012-2783)
+     - Indeo 3 (CVE-2012-2804)
+     - MPEG-1/2 (CVE-2012-2803)
+     - MP3 (CVE-2012-2797)
+     - AAC (CVE-2012-5144)
+     - AC-3 (CVE-2012-2802)
+     - AVS (CVE-2012-2801)
+     - DFA (CVE-2012-2798)
+     - ID3v2 (Bug 395)
+     - Serious Memory leaks on broken Ogg files
+   * drop recordshow script. This clearly undermaintained script has
+     unclear copyright status and is unlikely to work properly anyway.
+ 
+  -- Reinhard Tartler <siretart at tauware.de>  Sun, 13 Jan 2013 11:56:59 +0100
+ 
+ libav (6:0.8.4-1) unstable; urgency=low
+ 
+   * New upstream security/bugfix release. New release fixes:
+     (bug numbers reference http://bugzilla.libav.org, Closes: #688847)
+     - h264 (Bug 118), vc1dec (CVE-2012-2796), sipr, bmpdec (bug 367), alsdec
+       (CVE-2012-2775), rv34/rv40 (CVE-2012-2772), indeo3/indeo4
+       (CVE-2012-2776, CVE-2012-2779, CVE-2012-2787, CVE-2012-2794,
+       CVE-2012-2800), vorbisenc, vorbisdec (Bug 277), snow, ac3dec
+       (CVE-2012-2802), avsdec (CVE-2012-2801), dfa (CVE-2012-2786,
+       CVE-2012-2798), lagrith (CVE-2012-2793), wmaprodec (CVE-2012-2789 &
+       Bug 327), avidec (CVE-2012-2788, CVE-2012-2790), cavsdec
+       (CVE-2012-2777, CVE-2012-2784), wav (Bug 379), yuff4mpeg (Bug 373),
+       mpegaudio, tiffenc, smacker (Bug 265).
+     - smaller bug fixes in avconv (Bug 352)
+     - fix lt() and lte() in function evaluator
+     - fix segfault in avformat_open_input()
+     - fix segfault in golomb decoder (bug 310)
+     - fix segfault (double free) in libavfilter
+     - convert dfa decoder to bytestream2 API to protect from overreads
+     - bugfix in vf_pad/scale filter (Bug 203 & 245)
+     - lavc: remove stats_out and stats_in from the options table.
+       (Bug 380, Closes: #690726)
+   * Drop patches applied upstream.
+ 
+  -- Reinhard Tartler <siretart at tauware.de>  Mon, 22 Oct 2012 20:57:08 +0200
+ 
+ libav (6:0.8.3-7) unstable; urgency=low
+ 
+   [ Fabian Greffrath ]
+   * Fix generation of shlibs file not only for libavcodec*, but for all the
+     other library packages as well. Really closes: #679542
+   * Use xz compression for binary packages, thanks Ansgar Burchardt
+     (Closes: #683895).
+ 
+   [ Reinhard Tartler ]
+   * use EPOCH macro in SHLIBS_VERSION
+   * Drop the package 'libav-regular-dbg'. It was not included in squeeze.
+ 
+  -- Reinhard Tartler <siretart at tauware.de>  Sat, 25 Aug 2012 11:08:48 +0200
+ 
+ libav (6:0.8.3-6) unstable; urgency=low
+ 
+   * Clarify the changes in the 6:0.8.3-5 upload, as discussed in bug
+     #683247.
+   * Make ffmpeg-dbg 'arch: all' for consistency with the libav-extra-dbg
+     package.
+   * Fix generation of shlibs file. (Closes: #679542)
+     Wrong make variables where used for the shlibs generation.
+   
+  -- Reinhard Tartler <siretart at tauware.de>  Sat, 04 Aug 2012 09:03:54 +0200
+ 
+ libav (6:0.8.3-5) unstable; urgency=low
+ 
+   [ Reinhard Tartler ]
+   * Bug fix: "Multi-Arch: foreign libraries", thanks to Stepan Golosunov.
+     Make the transitional libavfoo-extra-NN packages 'arch: all' and
+     remove the 'Multi-Arch: foreign' fields to avoid that the dependency
+     can be satisfied by packages of other architectures, which would break
+     applications. Closes: #680613
+   * Make libav-extra-dbg 'arch: all'.  As empty, transitional package
+     without strict dependencies, we can safely ship it as arch:all
+     package.
+ 
+   [ Fabian Greffrath ]
+   * Mention qt-faststart in the long description (Closes: #681491).
+   * Install all debug symbols into libav-dbg (Closes: #680602).
+   * Do not run doxygen if it is not installed. This does not change anything
+     for regular builds, but helps with bootstrapping the package to new
+     architectures that may not have doxygen available yet.
+   * Fix up debian/changelog and tighten dependencies.
+   * Do not declare "ffmpeg" as virtual package (provided by libav-tools).
+     Instead, we provide it as transitional package for libav-tools. Note
+     the next upstream version will no longer provide neither an 'ffmpeg'
+     package, nor a /usr/bin/ffmpeg binary. This means that front-end
+     applications in Debian that previously used this binary needs to be
+     ported to /usr/bin/avconv for jessie.
+ 
+  -- Reinhard Tartler <siretart at tauware.de>  Sun, 15 Jul 2012 23:13:42 +0200
+ 
+ libav (6:0.8.3-4) unstable; urgency=low
+ 
+   * Declare a 'Breaks' relationship against mplayer, Closes: #671934
+ 
+  -- Reinhard Tartler <siretart at tauware.de>  Tue, 26 Jun 2012 08:46:42 +0200
+ 
+ libav (6:0.8.3-3) unstable; urgency=low
+ 
+   * Install the shared flavor last; the binaries from the optimized flavor(s)
+     would overwrite the ones from the shared baseline flavor causing SIGILL;
+     closes: #657885.
+   * control/Uploaders: update my email address
+ 
+  -- Loïc Minier <lool at debian.org>  Mon, 25 Jun 2012 21:21:24 +0200
+ 
+ libav (6:0.8.3-2) unstable; urgency=low
+ 
+   [ Fabian Greffrath ]
+   * Clarify relations between libavcodec53 and libavcodec-extra-53
+     in debian/control.
+   * Use the cond_enable() macro for all additional features in debian/confflags.
+   * Tidy up and sort configuration flags.
+   * Add a debian/README.source file that describes how to rebuild libav
+     with a reduced feature set in order to avoid circular build-dependencies
+     for bootstrapping.
+   * Restrict Build-Depends to "yasm [any-amd64 any-i386]"
+     and explicitly disable it if not found.
+ 
+   [ Reinhard Tartler ]
+   * add patch from upstream to fix playback of Canon AVHCD movies.
+     (Fixes: LP: #937561)
+   * fix location in ffmpeg.NEWS file
+   * add dependency on libavcodec53 to libav-dbg
+   * add Pre-Depend on dpkg to libav-tools to ensure smooth updates
+   * {ffmpeg,libav-tools}.install: make files to install more explicit
+ 
+  -- Reinhard Tartler <siretart at tauware.de>  Mon, 25 Jun 2012 19:06:49 +0200
+ 
+ libav (6:0.8.3-1) unstable; urgency=medium
+ 
+   [ Andres Mejia ]
+   * Update libav-doc doc base. (Closes: #674139)
+ 
+   [ Reinhard Tartler ]
+   * New upstream release 0.8.3:
+     - Several bugs and crashes have been fixed in the following codecs: PNG,
+       Electronic Arts TQI, H.264 (CVE-2012-0851) and H.263 (CVE-2011-3937)
+   * Raising severity because of security issues.
+ 
+  -- Reinhard Tartler <siretart at tauware.de>  Sat, 09 Jun 2012 13:25:31 +0200
+ 
  libav (6:0.8.2-2) unstable; urgency=low
  
-   *
+   * Revert "temporarily disable opencv to work around dependency troubles"
+   * Simplify internal dependencies (Closes: #672791)
  
   -- Reinhard Tartler <siretart at tauware.de>  Mon, 14 May 2012 21:37:59 +0200
  
@@@ -764,9 -671,9 +949,9 @@@ ffmpeg (4:0.6~svn20100505-1) experiment
                #298095, #294422, #561553, #525385, #495274, #420230
        LP: #305286, #457106, #529200, #301723, #305315, #336479, #420230,
            #412063, #428912, #432181, #440591, #453732, #453732, #453732,
 -   	  #514259, #515243, #521472, #530186, #530186, #197842, #483317,
 -  	  #483317, #539407, #280098, #331255, #566107, #569823, #570305,
 -  	  #573190
 +          #514259, #515243, #521472, #530186, #530186, #197842, #483317,
 +          #483317, #539407, #280098, #331255, #566107, #569823, #570305,
 +          #573190
    * Fixup lintian overrides for new upstream snapshot
    * Bump Standards-Version to 3.8.4
    * Many upstream changes, see upstream Changelog for details
@@@ -786,7 -693,7 +971,7 @@@ ffmpeg (4:0.5.2-5) unstable; urgency=lo
    [ 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
  
@@@ -1113,7 -1020,7 +1298,7 @@@ ffmpeg-debian (4:0.5+svn20090420-1) uns
    * Reorder some confflags to account for GPL licensed libraries.
    * Remove patents.txt
    * Explicitely mention that no decoders are disabled in our packages.
 -  
 +
    [ Loïc Minier ]
    * Disable more autodetecter ARM arch features
    * Add neon and vfp flavors to armel disabled for now
@@@ -1121,7 -1028,7 +1306,7 @@@
  
    [ Reinhard Tartler ]
    * New Upstream Version (svn revision 18630)
 -  * bump epoch as 0.5 was released. Future version will use '+' to indicate 
 +  * bump epoch as 0.5 was released. Future version will use '+' to indicate
      that the package is based on a release branch and '~' to indicate that
      the package is based on the 'trunk' branch.
    * update from the upstream release branch to generate a new upstream
@@@ -1141,7 -1048,7 +1326,7 @@@
      Closes: #526007, LP: #312898
    * be more careful with svn:externals in debian/get-orig-source.sh.
      (Closes: #525348)
 -  
 +
   -- Reinhard Tartler <siretart at tauware.de>  Sat, 02 May 2009 09:09:54 +0200
  
  ffmpeg-debian (3:0.svn20090303-1) unstable; urgency=low
@@@ -1249,11 -1156,11 +1434,11 @@@ ffmpeg-debian (3:0.svn20090119-1) exper
  ffmpeg-debian (3:0.svn20090110-1) experimental; urgency=low
  
    * new upstream svn snapshot (svn revision 16508, libswscale revision 28286)
 -  
 +
    Upstream Changes:
     - RV30 and RV40 decoder
     - QCELP / PureVoice decoder
 -  
 +
    * removed patch 050_fix_pkgconfig_files.patch. Merged upstream
    * disabled patch 020_visibility_patch. It needs to be adapted to the new
      upstream changes. Hopefully it will get merged into ffmpeg properly.
@@@ -1274,7 -1181,7 +1459,7 @@@ ffmpeg-debian (3:0.svn20081115-1) exper
  ffmpeg-debian (3:0.svn20081108-1) experimental; urgency=low
  
    * upstream svn snapshot (svn revision 15786, libswscale revision 27900).
 -  * apply visibility patch from ffmpeg-devel mailing list. This reduces the 
 +  * apply visibility patch from ffmpeg-devel mailing list. This reduces the
      number of symbols that are exposed to other applications. Please file
      bugs if applications fail to link against ffmpeg because of that.
    * remove 001_fixup_version.diff patch and use upstream --extra-version
@@@ -1359,7 -1266,7 +1544,7 @@@ ffmpeg-debian (0.svn20080206-11) unstab
  
  ffmpeg-debian (0.svn20080206-10) unstable; urgency=high
  
 -  * enable mmx and sse3 in builds. These CPU features are autodetected 
 +  * enable mmx and sse3 in builds. These CPU features are autodetected
      at runtime on amd64 and i386 using the 'cpuid' instrcution.
      (Closes: #489732)
    * disable support for liba52-dev. ffmpeg has its own implementation.
@@@ -1725,12 -1632,12 +1910,12 @@@ ffmpeg (0.cvs20070307-5) unstable; urge
  ffmpeg (0.cvs20070307-4) experimental; urgency=low
  
    * added myself to uploaders
 -  
 +
    * 020_fix_libswscale_pic_code:
      + added, avoid some MMX code to avoid PIC code
  
    [ Sam Hocevar ]
 -  
 +
    * fixed path in library installation.
  
   -- Reinhard Tartler <siretart at tauware.de>  Wed, 11 Apr 2007 23:17:47 +0200
@@@ -1808,7 -1715,7 +1993,7 @@@ ffmpeg (0.cvs20070307-1) experimental; 
    * debian/rules:
      + Fix syntax for a few --enable flags.
      + Only ship ffmpeg_powerpc_performance_evaluation_howto.txt.gz on
 -      powerpc machines (Closes: #385079). 
 +      powerpc machines (Closes: #385079).
      + Readded --enable-libtheora, it's here again.
      + Activate --enable-swscaler (Closes: #399141, #398442).
  
@@@ -2226,3 -2133,4 +2411,3 @@@ ffmpeg (0.cvs20040716-1) unstable; urge
    * Initial release (Closes: #199266).
  
   -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Fri, 16 Jul 2004 12:47:27 +0200
 -

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list