[ubuntu/quantal] libav 6:0.8.3-6ubuntu1 (Accepted)
Reinhard Tartler
siretart at tauware.de
Sat Aug 11 19:20:39 UTC 2012
libav (6:0.8.3-6ubuntu1) quantal; urgency=low
* Merge from debian, remaining changes:
- don't build against libdirac, lame, libopenjpeg, librtmp, frei0r,
vo-aacenc, vo-amrenc, x264, and xvid (all in universe)
- do not build libav-extra-dbg, it is build from the libav-extra source
package in ubuntu.
- drop libav-regular-dbg, not necessary in ubuntu
- Adjust LIB_PKGS/LIB_PKGS2 lists in debian/rules
- several ifdefs in debian/rules that allow the use of the same file
in libav and libav-extra (most of this can be merged into the debian
package)
- several dependency fixups in debian/control
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.
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.
libav (6:0.8.3-4) unstable; urgency=low
* Declare a 'Breaks' relationship against mplayer, Closes: #671934
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
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
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.
libav (6:0.8.2-2) unstable; urgency=low
* Revert "temporarily disable opencv to work around dependency troubles"
* Simplify internal dependencies (Closes: #672791)
libav (6:0.8.2-1) unstable; urgency=medium
* New upstream release:
- Several bugs and crashes have been fixed in the following codecs: AAC,
APE, H.263, H.264, Indeo 4, Mimic, MJPEG, Motion Pixels Video, RAW,
TTA, VC1, VQA, WMA Voice, vqavideo (CVE-2012-0947).
- Several bugs and crashes have been fixed in the following formats:
ASF, ID3v2, MOV, xWMA
- This release additionally updates the following codecs to the
bytestream2 API, and therefore benefit from additional overflow
checks: truemotion2, utvideo, vqavideo
* drop 02-fix-avpreset-extension.patch, applied upstream
* Revert "Revert "temporarily disable opencv to work around dependency
troubles"" (Closes: #671302)
* Bumped urgency because of security issue.
libav (6:0.8.1-7) unstable; urgency=low
* Fix build for hurd. Thanks to Samuel Thibault for patch. (Closes: #613034)
(Closes: #671038)
* Properly migrate /etc/ffserver.conf to /etc/avserver.conf.
(Closes: #660786)
* Renable opencv support.
libav (6:0.8.1-6) unstable; urgency=low
* Fix epoch in strict internal dependencies. Closes: #670861
* Temporarily disable opencv to work around dependency trouble
libav (6:0.8.1-5) unstable; urgency=low
[ Andres Mejia ]
* Fix issue with file not being multiarch compatible. (Closes: #669988)
[ Reinhard Tartler ]
* Bump epoch to fix messed upload to unstable (Closes: #670762)
libav (5:0.8.1-4) unstable; urgency=low
* Use a Provides field to provide transitional packages instead of Conflicts.
(Closes: #666401)
* Have both libavcodec and libavcodec-extra package conflict with each other.
libav (5:0.8.1-3) unstable; urgency=low
* Separate the ffmpeg program into the transitional package.
* Change ffmpeg warning so that it's clearer the program is
deprecated (LP: #939863)
libav (5:0.8.1-2) experimental; urgency=low
[ Andres Mejia ]
* Merge libav-extra packages to libav. (Closes: #658084)
* Provide only libavcodec-extra package, the other packages are unnecessary.
* Remove libav-source package. No longer necessary.
* Remove dependencies and suggests of FAAD, no longer needed.
* Set Enhances field and update package description for libavcodec-extra
package. (Closes: #653451)
* Fix issue with installation of debug symbols. (Closes: #642798)
[ Fabian Greffrath ]
* Mention license impact in libavcodec-extra-53's package description.
libav (4:0.8.1-1) unstable; urgency=medium
[ Reinhard Tartler ]
* Bump shlibs (Closes: #662793)
* force upgrades of older libavcodec-extra-53 packages
* drop all post-0.8 patches, applied upstream
* bump standards version, no changes needed
* Imported Upstream version 0.8.1
* Bumped urgency to medium because of included security fixes:
CVE-2012-0848, CVE-2012-0853, CVE-2012-0858, CVE-2011-3929,
CVE-2011-3936, CVE-2011-3937, CVE-2011-3940, CVE-2011-3945,
CVE-2011-3947, CVE-2011-3951, CVE-2011-3952
[ Andres Mejia ]
* Enable frei0r support.
* Enable tls support through gnutls.
* Enable libcdio support.
* Enable opencv support.
* Enable pulse support.
* Enable vaapi for all architectures.
libav (4:0.8-2) unstable; urgency=low
[ Reinhard Tartler ]
* confflags: use --enable-pic instead of manually messing with cflags
* Import post 0.8 patches
* Bugfix: expects wrong preset file extension (Closes: #660978)
Thanks to Laurento <laurento.frittella at gmail.com> for spotting this.
[ Alessio Treglia ]
* Fix maintainer's name.
[ Fabian Greffrath ]
* Enable hardened build flags through dpkg-buildflags (Closes: #658929).
* Fix format string vulnerability detected by -Wformat-security.
* Filter out system-wide setting of -Bsymbolic-functions to avoid FTBFS.
* Set CPPFLAGS separately.
Date: Tue, 07 Aug 2012 22:23:55 +0200
Changed-By: Reinhard Tartler <siretart at tauware.de>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/libav/6:0.8.3-6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 07 Aug 2012 22:23:55 +0200
Source: libav
Binary: libav-tools ffmpeg ffmpeg-dbg libav-dbg ffmpeg-doc libav-doc libavutil51 libavcodec53 libavdevice53 libavformat53 libavfilter2 libpostproc52 libswscale2 libavutil-dev libavcodec-dev libavdevice-dev libavformat-dev libavfilter-dev libpostproc-dev libswscale-dev libav-source
Architecture: source
Version: 6:0.8.3-6ubuntu1
Distribution: quantal
Urgency: medium
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Reinhard Tartler <siretart at tauware.de>
Description:
ffmpeg - Multimedia player, server, encoder and transcoder (transitional p
ffmpeg-dbg - Debug symbols for Libav related packages (transitional package)
ffmpeg-doc - Documentation of the Libav API (transitional package)
libav-dbg - Debug symbols for Libav related packages
libav-doc - Documentation of the Libav API
libav-source - Patched Libav sources
libav-tools - Multimedia player, server, encoder and transcoder
libavcodec-dev - Development files for libavcodec
libavcodec53 - Libav codec library
libavdevice-dev - Development files for libavdevice
libavdevice53 - Libav device handling library
libavfilter-dev - Development files for libavfilter
libavfilter2 - Libav video filtering library
libavformat-dev - Development files for libavformat
libavformat53 - Libav file format library
libavutil-dev - Development files for libavutil
libavutil51 - Libav utility library
libpostproc-dev - Development files for libpostproc
libpostproc52 - Libav video postprocessing library
libswscale-dev - Development files for libswscale
libswscale2 - Libav video scaling library
Closes: 613034 642798 653451 657885 658084 658929 660786 660978 662793 666401 669988 670762 670861 671038 671302 671934 672791 674139 679542 680602 680613 681491
Launchpad-Bugs-Fixed: 937561 939863
Changes:
libav (6:0.8.3-6ubuntu1) quantal; urgency=low
.
* Merge from debian, remaining changes:
- don't build against libdirac, lame, libopenjpeg, librtmp, frei0r,
vo-aacenc, vo-amrenc, x264, and xvid (all in universe)
- do not build libav-extra-dbg, it is build from the libav-extra source
package in ubuntu.
- drop libav-regular-dbg, not necessary in ubuntu
- Adjust LIB_PKGS/LIB_PKGS2 lists in debian/rules
- several ifdefs in debian/rules that allow the use of the same file
in libav and libav-extra (most of this can be merged into the debian
package)
- several dependency fixups in debian/control
.
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.
.
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.
.
libav (6:0.8.3-4) unstable; urgency=low
.
* Declare a 'Breaks' relationship against mplayer, Closes: #671934
.
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
.
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
.
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.
.
libav (6:0.8.2-2) unstable; urgency=low
.
* Revert "temporarily disable opencv to work around dependency troubles"
* Simplify internal dependencies (Closes: #672791)
.
libav (6:0.8.2-1) unstable; urgency=medium
.
* New upstream release:
- Several bugs and crashes have been fixed in the following codecs: AAC,
APE, H.263, H.264, Indeo 4, Mimic, MJPEG, Motion Pixels Video, RAW,
TTA, VC1, VQA, WMA Voice, vqavideo (CVE-2012-0947).
- Several bugs and crashes have been fixed in the following formats:
ASF, ID3v2, MOV, xWMA
- This release additionally updates the following codecs to the
bytestream2 API, and therefore benefit from additional overflow
checks: truemotion2, utvideo, vqavideo
* drop 02-fix-avpreset-extension.patch, applied upstream
* Revert "Revert "temporarily disable opencv to work around dependency
troubles"" (Closes: #671302)
* Bumped urgency because of security issue.
.
libav (6:0.8.1-7) unstable; urgency=low
.
* Fix build for hurd. Thanks to Samuel Thibault for patch. (Closes: #613034)
(Closes: #671038)
* Properly migrate /etc/ffserver.conf to /etc/avserver.conf.
(Closes: #660786)
* Renable opencv support.
.
libav (6:0.8.1-6) unstable; urgency=low
.
* Fix epoch in strict internal dependencies. Closes: #670861
* Temporarily disable opencv to work around dependency trouble
.
libav (6:0.8.1-5) unstable; urgency=low
.
[ Andres Mejia ]
* Fix issue with file not being multiarch compatible. (Closes: #669988)
.
[ Reinhard Tartler ]
* Bump epoch to fix messed upload to unstable (Closes: #670762)
.
libav (5:0.8.1-4) unstable; urgency=low
.
* Use a Provides field to provide transitional packages instead of Conflicts.
(Closes: #666401)
* Have both libavcodec and libavcodec-extra package conflict with each other.
.
libav (5:0.8.1-3) unstable; urgency=low
.
* Separate the ffmpeg program into the transitional package.
* Change ffmpeg warning so that it's clearer the program is
deprecated (LP: #939863)
.
libav (5:0.8.1-2) experimental; urgency=low
.
[ Andres Mejia ]
* Merge libav-extra packages to libav. (Closes: #658084)
* Provide only libavcodec-extra package, the other packages are unnecessary.
* Remove libav-source package. No longer necessary.
* Remove dependencies and suggests of FAAD, no longer needed.
* Set Enhances field and update package description for libavcodec-extra
package. (Closes: #653451)
* Fix issue with installation of debug symbols. (Closes: #642798)
.
[ Fabian Greffrath ]
* Mention license impact in libavcodec-extra-53's package description.
.
libav (4:0.8.1-1) unstable; urgency=medium
.
[ Reinhard Tartler ]
* Bump shlibs (Closes: #662793)
* force upgrades of older libavcodec-extra-53 packages
* drop all post-0.8 patches, applied upstream
* bump standards version, no changes needed
* Imported Upstream version 0.8.1
* Bumped urgency to medium because of included security fixes:
CVE-2012-0848, CVE-2012-0853, CVE-2012-0858, CVE-2011-3929,
CVE-2011-3936, CVE-2011-3937, CVE-2011-3940, CVE-2011-3945,
CVE-2011-3947, CVE-2011-3951, CVE-2011-3952
.
[ Andres Mejia ]
* Enable frei0r support.
* Enable tls support through gnutls.
* Enable libcdio support.
* Enable opencv support.
* Enable pulse support.
* Enable vaapi for all architectures.
.
libav (4:0.8-2) unstable; urgency=low
.
[ Reinhard Tartler ]
* confflags: use --enable-pic instead of manually messing with cflags
* Import post 0.8 patches
* Bugfix: expects wrong preset file extension (Closes: #660978)
Thanks to Laurento <laurento.frittella at gmail.com> for spotting this.
.
[ Alessio Treglia ]
* Fix maintainer's name.
.
[ Fabian Greffrath ]
* Enable hardened build flags through dpkg-buildflags (Closes: #658929).
* Fix format string vulnerability detected by -Wformat-security.
* Filter out system-wide setting of -Bsymbolic-functions to avoid FTBFS.
* Set CPPFLAGS separately.
Checksums-Sha1:
87ce9f56b61ef4b95cc09d18f755f6f72ffa90a2 3142 libav_0.8.3-6ubuntu1.dsc
d81a156e6482b970a21c5e08239eaf1d841b9b35 5455278 libav_0.8.3.orig.tar.gz
73e52d391ebc0e3007721d3a8b277b490ae95511 47371 libav_0.8.3-6ubuntu1.debian.tar.gz
Checksums-Sha256:
0a70ee461179ff839e435934462dabc4f7ba6d394cc816a3062b9c3e7b23c072 3142 libav_0.8.3-6ubuntu1.dsc
a31ebc6ea16f54bb8ec04534fc2c041d1bb50325666bba0f14f8b680124f1bd1 5455278 libav_0.8.3.orig.tar.gz
01fb947f224a493b050514ff76da476ce9f92be9ea247256054445f1515c37e5 47371 libav_0.8.3-6ubuntu1.debian.tar.gz
Files:
1c867ed3a536f66be814d9aeab8c76b2 3142 libs optional libav_0.8.3-6ubuntu1.dsc
b76d78e799afa53782b9c3771671b3bd 5455278 libs optional libav_0.8.3.orig.tar.gz
1008b46c11541e8946be620c3e26ae70 47371 libs optional libav_0.8.3-6ubuntu1.debian.tar.gz
Original-Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Debian Powered!
iEYEARECAAYFAlAmquMACgkQmAg1RJRTSKSk6wCeJyvTrhw30Scpfcau9I+3lE1L
RwwAn0WAEy3MoVA7vJX8La6PDEkzualk
=lV+Q
-----END PGP SIGNATURE-----
More information about the Quantal-changes
mailing list