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.dist | |
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.dist')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mkvtoolnix/Makefile.dist b/multimedia/mkvtoolnix/Makefile.dist index aedbdc9c1a7..592b79d5305 100644 --- a/multimedia/mkvtoolnix/Makefile.dist +++ b/multimedia/mkvtoolnix/Makefile.dist @@ -1,4 +1,4 @@ -DISTNAME= mkvtoolnix-0.9.2 +DISTNAME= mkvtoolnix-0.9.3 CATEGORIES= multimedia MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ EXTRACT_SUFX= .tar.bz2 |