diff options
author | salo <salo> | 2004-07-21 00:04:30 +0000 |
---|---|---|
committer | salo <salo> | 2004-07-21 00:04:30 +0000 |
commit | c7680df2f6b3ffe52ffeb97dd782c8e2fcc25798 (patch) | |
tree | 41f1ca1971ccc01d3099c1784eb0fe292662f4e4 /multimedia/mkvtoolnix/Makefile | |
parent | 9456639a1d19fdd2a15c07a58b4733c59a0a0528 (diff) | |
download | pkgsrc-c7680df2f6b3ffe52ffeb97dd782c8e2fcc25798.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/Makefile | 4 |
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 |