diff options
author | salo <salo@pkgsrc.org> | 2004-06-05 11:11:32 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-06-05 11:11:32 +0000 |
commit | 1dea1d651613fafc5e124185a85ca1af66b49ea4 (patch) | |
tree | 39da901092d2f309fc5c0b97b228b6fab463b66f /multimedia/mkvtoolnix | |
parent | b18799bf74db0e13aeeff8f0f59b7d8d192184d1 (diff) | |
download | pkgsrc-1dea1d651613fafc5e124185a85ca1af66b49ea4.tar.gz |
Updated to version 0.9.0.
Changes:
- mkvmerge
bug fix: Improved handling for OGM files. Streams that
are lacking the comment packet are handled better.
bug fix: Some MP3 streams are padded in the front with trash
(mostly those in AVI files). This trash might contain
valid MP3 headers which do not match the remaining headers
for the actual track. Both the MP3 reader and the MP3
packetizer can now skip up to one of those bogus headers
in the trash.
bug fix: The OGM reader was not Endian safe.
bug fix: Audio sync for Vorbis was partially broken for positive
offsets.
Rewrite of the VobSub handling code.
- mmg
bug fix: On some occasions the chapter editor thought there was no
language associated with a chapter name and complained
about that.
bug fix: The chapter editor did not honor the values selected for
'country' and 'language'.
Removed the 'advanced' tab. Those options shouldn't be used anyway.
Diffstat (limited to 'multimedia/mkvtoolnix')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile.dist | 2 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mkvtoolnix/Makefile.dist b/multimedia/mkvtoolnix/Makefile.dist index 4a185304354..9de47310a1e 100644 --- a/multimedia/mkvtoolnix/Makefile.dist +++ b/multimedia/mkvtoolnix/Makefile.dist @@ -1,4 +1,4 @@ -DISTNAME= mkvtoolnix-0.8.9 +DISTNAME= mkvtoolnix-0.9.0 CATEGORIES= multimedia MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ EXTRACT_SUFX= .tar.bz2 diff --git a/multimedia/mkvtoolnix/distinfo b/multimedia/mkvtoolnix/distinfo index 51ba808bb02..b92c268e85f 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/05/08 18:09:20 salo Exp $ +$NetBSD: distinfo,v 1.4 2004/06/05 11:11:32 salo Exp $ -SHA1 (mkvtoolnix-0.8.9.tar.bz2) = 0d926648aacd0b7621cca7727ec067d2a34f3c3c -Size (mkvtoolnix-0.8.9.tar.bz2) = 480502 bytes +SHA1 (mkvtoolnix-0.9.0.tar.bz2) = c84534a99e8a460cfd0899d5034a8081fc315c5a +Size (mkvtoolnix-0.9.0.tar.bz2) = 483208 bytes SHA1 (patch-aa) = a7ffe453a5d6c1881b2c62e8e2a5c1f59d82c6c1 |