summaryrefslogtreecommitdiff
path: root/multimedia/mkvtoolnix/Makefile.dist
diff options
context:
space:
mode:
authorsalo <salo>2004-06-05 11:11:32 +0000
committersalo <salo>2004-06-05 11:11:32 +0000
commit2059901e66f5dce43062b33e5d6968291865bb31 (patch)
tree39da901092d2f309fc5c0b97b228b6fab463b66f /multimedia/mkvtoolnix/Makefile.dist
parentd3698dd5000595c8fead3540e02efcbcb60bc33d (diff)
downloadpkgsrc-2059901e66f5dce43062b33e5d6968291865bb31.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/Makefile.dist')
-rw-r--r--multimedia/mkvtoolnix/Makefile.dist2
1 files changed, 1 insertions, 1 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