diff options
author | adam <adam@pkgsrc.org> | 2021-04-10 09:29:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-04-10 09:29:11 +0000 |
commit | 310a5cbbf0d3e404efc80152cc2e0a3e97f2b967 (patch) | |
tree | 6c22f25fca10295ca302aaac120c9a88b5e5b43e /multimedia/mkvtoolnix/Makefile | |
parent | cb535b5a142bf59507e65c4d451acd2f46bba5f8 (diff) | |
download | pkgsrc-310a5cbbf0d3e404efc80152cc2e0a3e97f2b967.tar.gz |
mkvtoolnix: updated to 56.1.0
Version 56.1.0 "My Friend" 2021-04-09
New features and enhancements
* mkvmerge: AAC: added support for LOAS/LATM files with channel configuration
indexes 9–21 (e.g. channel count 22.2 for index 13) according to Rec. ITU-R
BS.1196-7 & ISO/IEC 23008-3:2019.
Bug fixes
* mkvmerge: HEVC/H.265 parser: fixed invalid memory access that could happen
when reading certain types of HEVC data (e.g. with changing parameter sets
mid-stream) from certain containers (e.g. Matroska). This bug was introduced
in release 56.0.0.
* mkvextract: AAC: mkvextract will now abort with an useful error message when
the user tries to extract a track whose 'audio-specific config' element in
`CodecPrivate` signals a number of channels of 7 or greater than 8 as that
isn't supported by the ADTS format.
Build system changes
* configure: the `--enable-ubsan` option hasn't actually enabled anything
since release 39.0.0.
Diffstat (limited to 'multimedia/mkvtoolnix/Makefile')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 7fcdaa3812c..e32837484e6 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.171 2021/04/05 19:45:07 adam Exp $ +# $NetBSD: Makefile,v 1.172 2021/04/10 09:29:11 adam Exp $ -DISTNAME= mkvtoolnix-56.0.0 +DISTNAME= mkvtoolnix-56.1.0 CATEGORIES= multimedia MASTER_SITES= https://mkvtoolnix.download/sources/ EXTRACT_SUFX= .tar.xz |