diff options
author | salo <salo> | 2004-05-05 15:57:47 +0000 |
---|---|---|
committer | salo <salo> | 2004-05-05 15:57:47 +0000 |
commit | 0a139435d7003608a475c899f25785b87bbea410 (patch) | |
tree | 09cbc2f61ff366d631c2095481dbf0ce7c7c8c5e /multimedia/mkvtoolnix | |
parent | 233c414f8a4352ff49d780eb2c3c845e859ca434 (diff) | |
download | pkgsrc-0a139435d7003608a475c899f25785b87bbea410.tar.gz |
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.
Diffstat (limited to 'multimedia/mkvtoolnix')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 5 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index ec8de8c3d4e..cd77b339f22 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -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" diff --git a/multimedia/mkvtoolnix/distinfo b/multimedia/mkvtoolnix/distinfo index 0d41bc97355..949ad2b510c 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -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 |