Updated to version 0.8.8.
Changes: 0.8.8: ====== - mkvtoolnix now depends on libebml 0.7.0 and libmatroska 0.7.0. - mkvinfo: bug fix: mkvinfo was forcing libmatroska not to handle unknown elements and crashed on those. - mmg: new feature: When adding Matroska files the video track's display dimensions are displayed as well. - mmg: bug fix: On non-Windows systems some combinations of wxWindows and GTK caused continuous 100% CPU usage after a special call to wxExecute. - mkvmerge: new feature: Implemented reading AAC from AVIs. - mkvmerge: bug fix: The Flac packetizer was accessing uninitialized memory resulting in a crash on Windows. - mkvemrge: bug fix: Fixed the handling of RealMedia files with 'multirate' tracks (again). - mkvmerge: bug fix: On some rare occasions chapters were not written correctly when splitting was active. - avilib: bug fix: Fixed compilation on big endian systems. 0.8.7: ====== - mkvinfo: new feature: Added a terse output format via '-s'. - mkvmerge: new feature: If using MPEG4 video and no aspect ratio or display dimensions are given mkvmerge will extract the aspect ratio information from the stream and automatically set the display dimensions accordingly. - mkvmerge: bug fix: Using audio sync on AC3 tracks read from Matroska files did not work. - mkvextract: new feature: Added extraction of RealAudio and RealVideo tracks to RealMedia files. - mmg: new feature: Added a 'job queue'. The current settings can be added as a new job, and all pending jobs can be started for batch processing without user interaction.
This commit is contained in:
parent
acdff7bfd8
commit
64cb4f43ba
2 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2004/04/12 23:22:59 salo Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2004/05/05 15:57:47 salo Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mkvtoolnix-0.8.6
|
||||
DISTNAME= mkvtoolnix-0.8.8
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -22,6 +22,7 @@ CONFIGURE_ARGS+= --with-extra-includes=${PREFIX}
|
|||
.include "../../audio/flac/buildlink3.mk"
|
||||
.include "../../audio/libvorbis/buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../devel/libebml/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../multimedia/libmatroska/buildlink3.mk"
|
||||
.include "../../multimedia/libogg/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/04/10 12:44:31 salo Exp $
|
||||
$NetBSD: distinfo,v 1.2 2004/05/05 15:57:47 salo Exp $
|
||||
|
||||
SHA1 (mkvtoolnix-0.8.6.tar.bz2) = 2fdb833c14fef3a0f7817ff7f2bb8319c182f29b
|
||||
Size (mkvtoolnix-0.8.6.tar.bz2) = 444379 bytes
|
||||
SHA1 (mkvtoolnix-0.8.8.tar.bz2) = 3714df8c3d159ebbcfd1c6a44a283345084b2b55
|
||||
Size (mkvtoolnix-0.8.8.tar.bz2) = 479167 bytes
|
||||
|
|
Loading…
Reference in a new issue