[ubuntu/jaunty] ffmpeg 3:0.svn20090204-2ubuntu1+unstripped1 (Accepted)

Reinhard Tartler siretart at tauware.de
Thu Feb 5 20:50:21 GMT 2009


ffmpeg (3:0.svn20090204-2ubuntu1+unstripped1) jaunty; urgency=low

  * rebuild using a clean, uncrippled ffmpeg tarball

ffmpeg-debian (3:0.svn20090204-2ubuntu1) jaunty; urgency=low

  * merge from debian. Remaining changes:
    - don't build depend on libfaad-dev

ffmpeg-debian (3:0.svn20090204-2) experimental; urgency=low

  * add libxvmc-dev to build-depends in the 'ffmpeg' variant
  * add libasound2-dev to build-depends. This means that ffplay is now able to
    actually play using alsa directly instead only via libsdl
  * add epochs for the "internal" shlibs dependencies

ffmpeg-debian (3:0.svn20090204-1) experimental; urgency=low

  [ Reinhard Tartler ]
  * New Upstream Version (svn revision 16978 libswscale revision 28461)

  Upstream Changes:
    - R3D REDCODE demuxer
    - ALSA support for playback and record

  * strighten internal dependencies by using a shlibs.local file
    Closes: #512844, #512466
  * New upstream version reintroduces a compatibility symbol ff_gcd
    Closes: #512946
  * Bump shlibs because of changes of the Metadata API in libavformat.
    Actually no other package should use them yet, but let's better play safe
    here...
  * no longer install dsputil.h. It exposes lots of function that are private
    to ffmpeg and may change on any new upstream revision. Please get in touch
    with the ffmpeg maintainers if you maintain packages that rely on that
    ffmpeg internal headers like this.
  * simplify debian/confflags by doing autodetection of headers:
     - xvid.h
     - lame/lame.h
     - faac.h
     - x264.h
     - vdpau/vdpau.h
    Also remove the setting externalcodecs from DEB_BUILD_OPTIONS. The codecs
    will be enabled as soon as the headers are installed on the filesystem,
    so there is no need in enabling that separately.
  * install ffpresets in /usr/share/ffmpeg/. Currently only presets for
    x264 are avaiable, so a libx264 enabled libavcodec (like
    libavcodec-unstripped-52) is needed to actually use them.

  [ Fabian Greffrath ]
  * Enabled Speex decoding via libspeex.
  * Use an alternative approach to achieve strict internal dependencies
    by calling dh_makeshlibs twice in debian/rules instead of a
    debian/shlibs.local file.

ffmpeg (3:0.svn20090119-1ubuntu1+unstripped2) jaunty; urgency=low

  * add conflicts/replaces on libavfilter0. LP: #323789

Date: Thu, 05 Feb 2009 21:45:05 +0100
Changed-By: Reinhard Tartler <siretart at tauware.de>
Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
https://launchpad.net/ubuntu/jaunty/+source/ffmpeg/3:0.svn20090204-2ubuntu1+unstripped1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 05 Feb 2009 21:45:05 +0100
Source: ffmpeg
Binary: libavutil-unstripped-49 libavcodec-unstripped-52 libavdevice-unstripped-52 libavfilter-unstripped-0 libpostproc-unstripped-51 libavformat-unstripped-52 libswscale-unstripped-0
Architecture: source
Version: 3:0.svn20090204-2ubuntu1+unstripped1
Distribution: jaunty
Urgency: low
Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Changed-By: Reinhard Tartler <siretart at tauware.de>
Description: 
 libavcodec-unstripped-52 - ffmpeg codec library
 libavdevice-unstripped-52 - ffmpeg device handling library
 libavfilter-unstripped-0 - ffmpeg video filtering library
 libavformat-unstripped-52 - ffmpeg file format library
 libavutil-unstripped-49 - ffmpeg utility library
 libpostproc-unstripped-51 - ffmpeg video postprocessing library
 libswscale-unstripped-0 - ffmpeg video scaling library
Closes: 512466 512844 512946
Launchpad-Bugs-Fixed: 323789
Changes: 
 ffmpeg (3:0.svn20090204-2ubuntu1+unstripped1) jaunty; urgency=low
 .
   * rebuild using a clean, uncrippled ffmpeg tarball
 .
 ffmpeg-debian (3:0.svn20090204-2ubuntu1) jaunty; urgency=low
 .
   * merge from debian. Remaining changes:
     - don't build depend on libfaad-dev
 .
 ffmpeg-debian (3:0.svn20090204-2) experimental; urgency=low
 .
   * add libxvmc-dev to build-depends in the 'ffmpeg' variant
   * add libasound2-dev to build-depends. This means that ffplay is now able to
     actually play using alsa directly instead only via libsdl
   * add epochs for the "internal" shlibs dependencies
 .
 ffmpeg-debian (3:0.svn20090204-1) experimental; urgency=low
 .
   [ Reinhard Tartler ]
   * New Upstream Version (svn revision 16978 libswscale revision 28461)
 .
   Upstream Changes:
     - R3D REDCODE demuxer
     - ALSA support for playback and record
 .
   * strighten internal dependencies by using a shlibs.local file
     Closes: #512844, #512466
   * New upstream version reintroduces a compatibility symbol ff_gcd
     Closes: #512946
   * Bump shlibs because of changes of the Metadata API in libavformat.
     Actually no other package should use them yet, but let's better play safe
     here...
   * no longer install dsputil.h. It exposes lots of function that are private
     to ffmpeg and may change on any new upstream revision. Please get in touch
     with the ffmpeg maintainers if you maintain packages that rely on that
     ffmpeg internal headers like this.
   * simplify debian/confflags by doing autodetection of headers:
      - xvid.h
      - lame/lame.h
      - faac.h
      - x264.h
      - vdpau/vdpau.h
     Also remove the setting externalcodecs from DEB_BUILD_OPTIONS. The codecs
     will be enabled as soon as the headers are installed on the filesystem,
     so there is no need in enabling that separately.
   * install ffpresets in /usr/share/ffmpeg/. Currently only presets for
     x264 are avaiable, so a libx264 enabled libavcodec (like
     libavcodec-unstripped-52) is needed to actually use them.
 .
   [ Fabian Greffrath ]
   * Enabled Speex decoding via libspeex.
   * Use an alternative approach to achieve strict internal dependencies
     by calling dh_makeshlibs twice in debian/rules instead of a
     debian/shlibs.local file.
 .
 ffmpeg (3:0.svn20090119-1ubuntu1+unstripped2) jaunty; urgency=low
 .
   * add conflicts/replaces on libavfilter0. LP: #323789
Checksums-Sha1: 
 3890fe09c8528dcf06e0353f9ee192febc74d7eb 2389 ffmpeg_0.svn20090204-2ubuntu1+unstripped1.dsc
 c7379a7ed6cec9e6fd03fc491f75780fc2cb0f09 3264607 ffmpeg_0.svn20090204.orig.tar.gz
 9704b11cf6e18bf7c3ae4cf2a1375f639412c18c 38324 ffmpeg_0.svn20090204-2ubuntu1+unstripped1.diff.gz
Checksums-Sha256: 
 8e4cf11dbda47e62e2c58570be1a75efb2c159df9b7f48b2957c892e4e8785d6 2389 ffmpeg_0.svn20090204-2ubuntu1+unstripped1.dsc
 eab2eefcb6e2812ad9916fd2df552b21d315a380304457fb1f9a963eea0f9272 3264607 ffmpeg_0.svn20090204.orig.tar.gz
 f5290714eefd8fbbc7a06db41bbe379d121522c63172ad14ef7625d0fcc28ca4 38324 ffmpeg_0.svn20090204-2ubuntu1+unstripped1.diff.gz
Files: 
 b3555761cc0b8b1d1e1c602ff46f5c90 2389 libs optional ffmpeg_0.svn20090204-2ubuntu1+unstripped1.dsc
 ba745bf42a7ec855069b4cc3596727c2 3264607 libs optional ffmpeg_0.svn20090204.orig.tar.gz
 d8bbaa2671ad8d1f28f1c5d618c871d2 38324 libs optional ffmpeg_0.svn20090204-2ubuntu1+unstripped1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Debian Powered!

iJwEAQECAAYFAkmLUKkACgkQ78RAoABp8o/aPwP9EmUz3dDC82wLZBnhGwYieXlJ
Sfr7uAYFiKUvz8FYX+TSsMiBUhfGnTw7dHljkJ2DYOUFe4boR1rhfrXeI4t9DRZp
du6dhNAQdn/oJSpLKTbmuv3tIaZZt0JLRLHr7oyaUuA+nlh0+PcuLj+7fmjIXPcl
S+f72vWSuVpTR8omQl4=
=mXEQ
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list