[ubuntu/karmic] ffmpeg 4:0.5+svn20090706-1ubuntu1 (Accepted)

Reinhard Tartler siretart at tauware.de
Wed Aug 19 21:20:24 BST 2009


ffmpeg (4:0.5+svn20090706-1ubuntu1) karmic; urgency=low

  * merge from debian. Remaining changes:
    - don't build-depend on libfaad-dev, disabling faad decoder.
    - build arm vfp variant
    - don't build libopenjpeg support (not in main)
  * change shlibs file to make applications depend on the -extra- packages.
  * don't build depend on yasm.

ffmpeg (4:0.5+svn20090706-1) unstable; urgency=low

  * preparing new upstream version, 0.5 release branch, rev 19352
    - this version is capable of compiling swscale in LGPL mode
  * rename source package back
    - The replacement package with the 'missing bits' will be called
      'ffmpeg-extra'
    - simplify README.upstream-upgrade
    - rename the source package from 'ffmpeg-debian' -> 'ffmpeg'
  * fix aac playback regression, thanks to Matthew Wakeling for reporting
     (Closes: #540729)
  * fix seeking in DIF (DV) movies
     Thanks to Dan Dennedy for identifying the patch! (Closes: #540424)
  * debian/rules:
    - merge cond_enable_nf macro from master.extra branch
    - don't disable ffserver in various optimized variants
    - don't disable building of statically linked helper binaries

ffmpeg-debian (4:0.5+svn20090609-2) unstable; urgency=low

  [ Fabian Greffrath ]
  * Remove .install files for unstripped packages that we do not build
    from this branch anyway.
  * Remove debian/fixup-config.sh which was only a hack needed to repair
    the crippled config.h
  * Finally remove strip.sh.

  [ Andres Mejia ]
  * Add vdpau support by including vdpau headers in deb packaging.
    (Closes: #511544)
  * Don't disable encoders if internalencoders is set in
    DEB_BUILD_OPTIONS.
  * Enable yasm for i386 and amd64.

  [ Reinhard Tartler ]
  * clarifications suggested by upstream in README.Source
  * refresh patches

  [ Fabian Greffrath ]
  * Document the copyright notice and license for the VDPAU headers in
    debian/copyright.
  * Remove parallel make support from debian/confflags, it's overridden
    in debian/rules anyway.
  * Quote opts in debian/watch.
  * Bump debhelper compat to 7.
  * Clean up clean target in debian/rules in favour of debian/clean.
  * Replace "dh_clean -k" by dh_prep.

  [ Reinhard Tartler ]
  * remove duplicated libxvmc-dev build dependency
  * sort build dependencies alphabetically
  * remove section numbering from README.Debian
  * add note about the lintian override

Date: Sat, 15 Aug 2009 18:18:23 +0200
Changed-By: Reinhard Tartler <siretart at tauware.de>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/ffmpeg/4:0.5+svn20090706-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 15 Aug 2009 18:18:23 +0200
Source: ffmpeg
Binary: ffmpeg ffmpeg-dbg ffmpeg-doc libavutil49 libavcodec52 libavdevice52 libavformat52 libavfilter0 libpostproc51 libswscale0 libavutil-dev libavcodec-dev libavdevice-dev libavformat-dev libavfilter-dev libpostproc-dev libswscale-dev
Architecture: source
Version: 4:0.5+svn20090706-1ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Reinhard Tartler <siretart at tauware.de>
Description: 
 ffmpeg     - multimedia player, server and encoder
 ffmpeg-dbg - Debug symbols for ffmpeg related packages
 ffmpeg-doc - documentation of the ffmpeg API
 libavcodec-dev - development files for libavcodec
 libavcodec52 - ffmpeg codec library
 libavdevice-dev - development files for libavdevice
 libavdevice52 - ffmpeg device handling library
 libavfilter-dev - development files for libavfilter
 libavfilter0 - ffmpeg video filtering library
 libavformat-dev - development files for libavformat
 libavformat52 - ffmpeg file format library
 libavutil-dev - development files for libavutil
 libavutil49 - ffmpeg utility library
 libpostproc-dev - development files for libpostproc
 libpostproc51 - ffmpeg video postprocessing library
 libswscale-dev - development files for libswscale
 libswscale0 - ffmpeg video scaling library
Closes: 511544 540424 540729
Changes: 
 ffmpeg (4:0.5+svn20090706-1ubuntu1) karmic; urgency=low
 .
   * merge from debian. Remaining changes:
     - don't build-depend on libfaad-dev, disabling faad decoder.
     - build arm vfp variant
     - don't build libopenjpeg support (not in main)
   * change shlibs file to make applications depend on the -extra- packages.
   * don't build depend on yasm.
 .
 ffmpeg (4:0.5+svn20090706-1) unstable; urgency=low
 .
   * preparing new upstream version, 0.5 release branch, rev 19352
     - this version is capable of compiling swscale in LGPL mode
   * rename source package back
     - The replacement package with the 'missing bits' will be called
       'ffmpeg-extra'
     - simplify README.upstream-upgrade
     - rename the source package from 'ffmpeg-debian' -> 'ffmpeg'
   * fix aac playback regression, thanks to Matthew Wakeling for reporting
      (Closes: #540729)
   * fix seeking in DIF (DV) movies
      Thanks to Dan Dennedy for identifying the patch! (Closes: #540424)
   * debian/rules:
     - merge cond_enable_nf macro from master.extra branch
     - don't disable ffserver in various optimized variants
     - don't disable building of statically linked helper binaries
 .
 ffmpeg-debian (4:0.5+svn20090609-2) unstable; urgency=low
 .
   [ Fabian Greffrath ]
   * Remove .install files for unstripped packages that we do not build
     from this branch anyway.
   * Remove debian/fixup-config.sh which was only a hack needed to repair
     the crippled config.h
   * Finally remove strip.sh.
 .
   [ Andres Mejia ]
   * Add vdpau support by including vdpau headers in deb packaging.
     (Closes: #511544)
   * Don't disable encoders if internalencoders is set in
     DEB_BUILD_OPTIONS.
   * Enable yasm for i386 and amd64.
 .
   [ Reinhard Tartler ]
   * clarifications suggested by upstream in README.Source
   * refresh patches
 .
   [ Fabian Greffrath ]
   * Document the copyright notice and license for the VDPAU headers in
     debian/copyright.
   * Remove parallel make support from debian/confflags, it's overridden
     in debian/rules anyway.
   * Quote opts in debian/watch.
   * Bump debhelper compat to 7.
   * Clean up clean target in debian/rules in favour of debian/clean.
   * Replace "dh_clean -k" by dh_prep.
 .
   [ Reinhard Tartler ]
   * remove duplicated libxvmc-dev build dependency
   * sort build dependencies alphabetically
   * remove section numbering from README.Debian
   * add note about the lintian override
Checksums-Sha1: 
 30826d38cf10a03f5d1149bbce0c4374e048edcf 2466 ffmpeg_0.5+svn20090706-1ubuntu1.dsc
 e7cfb31ec361b73079bb03098682aa88e7441c8a 3319603 ffmpeg_0.5+svn20090706.orig.tar.gz
 202f23aac5d26cffdf4cac3fd9cb5d28b5366e66 77378 ffmpeg_0.5+svn20090706-1ubuntu1.diff.gz
Checksums-Sha256: 
 0e4975dea78448e1e8bdcd5ba5113a73a2a3ac70b9ed6556eaf3e36dc51ef630 2466 ffmpeg_0.5+svn20090706-1ubuntu1.dsc
 0c56171c0e8d511ff5da650c19fad29f9a5c09f33702a89bde89211dd577d8ad 3319603 ffmpeg_0.5+svn20090706.orig.tar.gz
 4daedb0615dbc7e9b59425370444de6725300811c67154d3468e3aa26aa0c8c1 77378 ffmpeg_0.5+svn20090706-1ubuntu1.diff.gz
Files: 
 983cee5157086991ca20c1116926b7c1 2466 libs optional ffmpeg_0.5+svn20090706-1ubuntu1.dsc
 8ab802d5cc6645b646c3fe46acd80f20 3319603 libs optional ffmpeg_0.5+svn20090706.orig.tar.gz
 0892fbda19457c3ebe42ed298af34bd4 77378 libs optional ffmpeg_0.5+svn20090706-1ubuntu1.diff.gz
Original-Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>

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

iJwEAQECAAYFAkqMWx0ACgkQ78RAoABp8o9b7QQAiLGUkNfv3XSfj0uhn3odiguQ
EhPkRKN9fMK9l9RJzF/VMqSvUhQeTWn9r7P5WOW2W0WZv38HQ21kTuo+K3N738ZM
m2lWDWdK8PR9HvH0KKmTZpSU6ZDMtSjEoTJA8wJfwo3dGf3twtCxMoelSe4cyktI
+EVZ3pPa+MqltW6yyws=
=dEp6
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list