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 | |
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')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile.dist | 2 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 6 | ||||
-rw-r--r-- | multimedia/mmg/Makefile | 3 | ||||
-rw-r--r-- | multimedia/mmg/distinfo | 6 |
4 files changed, 8 insertions, 9 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 diff --git a/multimedia/mmg/Makefile b/multimedia/mmg/Makefile index 4bf1880bd68..a0588e2b4e4 100644 --- a/multimedia/mmg/Makefile +++ b/multimedia/mmg/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/05/08 18:22:14 salo Exp $ +# $NetBSD: Makefile,v 1.2 2004/06/05 11:11:32 salo Exp $ # .include "../../multimedia/mkvtoolnix/Makefile.dist" - PKGNAME= ${DISTNAME:S/mkvtoolnix/mmg/} MAINTAINER= tech-pkg@NetBSD.org diff --git a/multimedia/mmg/distinfo b/multimedia/mmg/distinfo index 80f54f090d3..9f4d6879c6b 100644 --- a/multimedia/mmg/distinfo +++ b/multimedia/mmg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/05/08 18:22:14 salo Exp $ +$NetBSD: distinfo,v 1.2 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) = ab3d0fe8735b5fec65316879f9f30f867175b312 SHA1 (patch-ab) = 43b0aaccc6c18da2a2fca6384ea118239c912795 |