summaryrefslogtreecommitdiff
path: root/multimedia/mkvtoolnix/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2004-07-21 00:04:30 +0000
committersalo <salo@pkgsrc.org>2004-07-21 00:04:30 +0000
commitfadc5b229cde8bc9b5c2dea936a0469f0215e8b6 (patch)
tree41f1ca1971ccc01d3099c1784eb0fe292662f4e4 /multimedia/mkvtoolnix/Makefile
parent96a5e36e55a4c76722d1267ec8ad0028e45b3fb8 (diff)
downloadpkgsrc-fadc5b229cde8bc9b5c2dea936a0469f0215e8b6.tar.gz
Updated to version 0.9.3.
Changes: - add patch to fix compilation when MATROSKA_VERSION is set to 2 or bigger. Patch sent to Moritz Bunkus and it's fixed in svn repo. - take MAINTAINERSHIP 0.9.3: ====== - mmg: bug fix: The 'default track' checkbox was broken. - mkvmerge: bug fix: Using '--cues ...:all' was broken for audio tracks that use lacing. bug fix: The latest OpenDML AVI files generated by mencoder were not read correctly. Only the first RIFF chunk was processed. bug fix: The default track feature did not work correctly with the new --track-order. new feature: When using a CUE sheet as a chapter file mkvmerge will automatically convert some of the entries to tags. new feature: Added support for TTA lossless audio files. If the user does not specify a --language for a track 'und' ('undefined') will now be used instead of 'eng'. The user can use the new option '--default-language' to change that.
Diffstat (limited to 'multimedia/mkvtoolnix/Makefile')
-rw-r--r--multimedia/mkvtoolnix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile
index 034148e244d..e471442f714 100644
--- a/multimedia/mkvtoolnix/Makefile
+++ b/multimedia/mkvtoolnix/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2004/05/08 18:09:20 salo Exp $
+# $NetBSD: Makefile,v 1.5 2004/07/21 00:04:30 salo Exp $
#
.include "../../multimedia/mkvtoolnix/Makefile.dist"
-MAINTAINER= tech-pkg@NetBSD.org
+MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://www.bunkus.org/videotools/mkvtoolnix/
COMMENT= Set of tools to create, alter and inspect Matroska files