diff options
author | salo <salo> | 2004-07-05 01:05:51 +0000 |
---|---|---|
committer | salo <salo> | 2004-07-05 01:05:51 +0000 |
commit | 20ffb0d9f7dc9781649c9e5a819d43bf8f35af47 (patch) | |
tree | 7dd9a4f96a6821cf30ec458abfa545b173e3d842 | |
parent | a2f447ba608830c4a1a71d755d0c86623520e5cc (diff) | |
download | pkgsrc-20ffb0d9f7dc9781649c9e5a819d43bf8f35af47.tar.gz |
Updated to version 0.9.2.
Changes:
========
- mkvextract: bug fix: Video extraction was not working correctly
on big endian systems.
- mkvmerge, mmg: new feature: --track-order now controls the track
creation order globally, meaning that it isn't used for each file
but only once. This allows the tracks to be created in ANY order
(before it was first ordered by file, then by track). For mmg this
means that the track list contains all available tracks and that
there are no 'up' and 'down' buttons in the file list anymore.
- mkvmerge: new feature: You can specifiy the time after which to
split with ms precision.
- mkvmerge: bug fix: Fixed more of that 'garbage at the beginning
of MP3 streams' issue.
- mkvmerge: bug fix: Reading of broken / unfinished AVI files was
broken on Windows.
- mmg: Updated the mkvmerge GUI guide to reflect changes and
additions.
- mmg: new feature: Added 'minimize' buttons to the two 'mkvmerge
is running' dialogs.
- mmg: new feature: Added an option for automatically calling
'File -> new' after a job has been added to the job queue.
- mmg: bug fix: The job manager did not always catch all of
mkvmerge's output, especially if a job failed.
- mmg: new feature: Line wrap the tooltips on Windows.
- mmg: new feature: Suggest a name for a new job based on the
output file name.
- mmg: new feature: Temporarily disaable 'always on top' if the
muxing or the job dialog are visible.
- mmg: new feature: Ask for confirmation before adding a job if
there's already an old job with the same description.
- mmg: bug fix: The functions 'move up', 'move down' and 'delete'
in the 'job' dialog were not working correctly on Windows.
- mmg: bug fix: The 'always on top' option was ignored when
starting mmg.
-rw-r--r-- | multimedia/mkvtoolnix/Makefile.dist | 2 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 6 | ||||
-rw-r--r-- | multimedia/mmg/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/mkvtoolnix/Makefile.dist b/multimedia/mkvtoolnix/Makefile.dist index 8000cd23f78..aedbdc9c1a7 100644 --- a/multimedia/mkvtoolnix/Makefile.dist +++ b/multimedia/mkvtoolnix/Makefile.dist @@ -1,4 +1,4 @@ -DISTNAME= mkvtoolnix-0.9.1 +DISTNAME= mkvtoolnix-0.9.2 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 9db6dc6e72c..13ef0d91e8b 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2004/06/27 15:27:28 salo Exp $ +$NetBSD: distinfo,v 1.6 2004/07/05 01:05:51 salo Exp $ -SHA1 (mkvtoolnix-0.9.1.tar.bz2) = 9cdfa82be93e427d7458a2b70ab912ee13f0b22f -Size (mkvtoolnix-0.9.1.tar.bz2) = 463165 bytes +SHA1 (mkvtoolnix-0.9.2.tar.bz2) = e3a021ee990656af926d921bab4df55648ce111a +Size (mkvtoolnix-0.9.2.tar.bz2) = 481348 bytes SHA1 (patch-aa) = a7ffe453a5d6c1881b2c62e8e2a5c1f59d82c6c1 diff --git a/multimedia/mmg/distinfo b/multimedia/mmg/distinfo index 2e135e8ca00..4e4279b19e3 100644 --- a/multimedia/mmg/distinfo +++ b/multimedia/mmg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2004/06/27 15:27:28 salo Exp $ +$NetBSD: distinfo,v 1.4 2004/07/05 01:05:51 salo Exp $ -SHA1 (mkvtoolnix-0.9.1.tar.bz2) = 9cdfa82be93e427d7458a2b70ab912ee13f0b22f -Size (mkvtoolnix-0.9.1.tar.bz2) = 463165 bytes +SHA1 (mkvtoolnix-0.9.2.tar.bz2) = e3a021ee990656af926d921bab4df55648ce111a +Size (mkvtoolnix-0.9.2.tar.bz2) = 481348 bytes SHA1 (patch-aa) = ab3d0fe8735b5fec65316879f9f30f867175b312 SHA1 (patch-ab) = 43b0aaccc6c18da2a2fca6384ea118239c912795 |