~ubuntu-branches/ubuntu/lucid/ffmpeg/lucid-security

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-03-13 09:18:28 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090313091828-n4ktby5eca487uhv
Tags: 3:0.svn20090303-1ubuntu1+unstripped1
merge from ubuntu.jaunty branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ffmpeg (3:0.svn20090303-1ubuntu1+unstripped1) jaunty; urgency=low
 
2
 
 
3
  * merge from ubuntu.jaunty branch
 
4
 
 
5
 -- Reinhard Tartler <siretart@tauware.de>  Fri, 13 Mar 2009 09:18:28 +0100
 
6
 
 
7
ffmpeg-debian (3:0.svn20090303-1ubuntu1) jaunty; urgency=low
 
8
 
 
9
  * FFE granted in LP: #340303.
 
10
 
 
11
  * merge from debian/unstable.
 
12
  * remaining changes to debian:
 
13
    - don't build-depend on libfaad-dev, disabling faad decoder.
 
14
 
 
15
 -- Reinhard Tartler <siretart@tauware.de>  Fri, 13 Mar 2009 08:54:33 +0100
 
16
 
 
17
ffmpeg-debian (3:0.svn20090303-1) unstable; urgency=low
 
18
 
 
19
  * New Upstream Version (svn revision 17737 libswscale revision 28799)
 
20
    - Electronic Arts TQI decoder
 
21
    - OpenJPEG based JPEG 2000 decoder
 
22
    - NC (NC4600) camera file demuxer
 
23
    - Gopher client support
 
24
    - MXF D-10 muxer
 
25
    - generic metadata API
 
26
  * debian/get-orig-source.sh: Track the version 0.5 release branch. The
 
27
    version number does not really reflect this, but this package is
 
28
    actually very close to the 0.5 release branch.
 
29
  * various cleanups to improve get-orig-source.sh
 
30
  * Remove liba52 from the suggests field in debian/control.ffmpeg, as
 
31
    ffmpeg does no longer use it since upload 0.svn20080206-10.
 
32
  * Fix the Vcs-Git urls to the correct locations.
 
33
  * The libavformat52 now links against libavcodec52, which breaks
 
34
    applications that *ALSO* link against libavcodec51. Adding a
 
35
    Breaks: libavcodec51 should prevent this and (hopefully) Closes: #516885.
 
36
  * improve parallel builds on SMP/multicores by supporting the parallel
 
37
    flag in DEB_BUILD_OPTIONS, and default to the number of available CPUs
 
38
    on i386 and amd64.
 
39
  * Drop unapplied patches from debian/patches.
 
40
  * bump shlibs version.
 
41
 
 
42
 -- Reinhard Tartler <siretart@tauware.de>  Tue, 03 Mar 2009 21:01:25 +0100
 
43
 
 
44
ffmpeg-debian (3:0.svn20090204-3) unstable; urgency=low
 
45
 
 
46
  [ Fabian Greffrath ]
 
47
  * remove libasound2-dev from build-depends on non-Linux archs
 
48
 
 
49
  [ Reinhard Tartler ]
 
50
  * fix postinst generation by calling dh_installdeb after dh_makeshlibs
 
51
  * upload to unstable
 
52
 
 
53
 -- Reinhard Tartler <siretart@tauware.de>  Sun, 22 Feb 2009 09:32:49 +0100
 
54
 
1
55
ffmpeg (3:0.svn20090204-2ubuntu1+unstripped3) jaunty; urgency=low
2
56
 
3
57
  * add conflicts replaces for libavfilter0, LP: #322570