diff options
author | salo <salo@pkgsrc.org> | 2004-12-15 13:53:08 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-12-15 13:53:08 +0000 |
commit | e138821033d38bfcc952de6d5e29d915dda10b08 (patch) | |
tree | 0b20ca854f2ae20d9620c61ebc0e41f5004cb3e3 /multimedia | |
parent | 389c21f3a5115c5db78edc43f362e00c33dcb0e3 (diff) | |
download | pkgsrc-e138821033d38bfcc952de6d5e29d915dda10b08.tar.gz |
Updated to version 1.0.1
Changes:
- mmg: Fixed some layout issues with wxWidgets 2.5.3 and newer.
- mmg: new feature: The window position is saved and restored when mmg is
started the next time.
- mmg: bug fix: Fixed a crash/memory corruption showing weird characters
in the input boxes. This happened when the user removed a file from
mmg while mmg was updating the command line.
- mmg: bug fix: mmg now has an icon associated with it while it is running
instead of the generic Windows application icon (Windows only).
- mmg: bug fix: The main window is now minimized during muxing. This allows
to hide both of the windows while muxing is running and restoring them
later, even if they were iconized when muxing finished (Windows only).
- mmg: bug fix: Made the muxing dialog ("mkvmerge is running") modal all the
time. This prevents the user from hitting the main window's minimize
button. On Windows this makes mmg stuck in iconized mode if it was
iconized when muxing finished.
- mkvmerge: bug fix: The first packet of an AAC track read from Real
containers might not start at the timecode 0. This offset was ignored by
mkvmerge.
- mkvmerge: bug fix: Fixed a buffer overflow in the UTF-8 file reading
routines.
Diffstat (limited to 'multimedia')
-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 f0260c48108..7ee0cccba3d 100644 --- a/multimedia/mkvtoolnix/Makefile.dist +++ b/multimedia/mkvtoolnix/Makefile.dist @@ -1,4 +1,4 @@ -DISTNAME= mkvtoolnix-1.0 +DISTNAME= mkvtoolnix-1.0.1 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 0424e9b4b1e..014fd75c89a 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2004/11/24 08:14:47 salo Exp $ +$NetBSD: distinfo,v 1.14 2004/12/15 13:53:08 salo Exp $ -SHA1 (mkvtoolnix-1.0.tar.bz2) = fc6f0b19bf33e3dca84878a66267a3188cdf9270 -Size (mkvtoolnix-1.0.tar.bz2) = 519780 bytes +SHA1 (mkvtoolnix-1.0.1.tar.bz2) = 67551f7d86314e55cb250ff44a58e1c3b39236d0 +Size (mkvtoolnix-1.0.1.tar.bz2) = 523644 bytes diff --git a/multimedia/mmg/distinfo b/multimedia/mmg/distinfo index ce7b352d4f7..df35b949915 100644 --- a/multimedia/mmg/distinfo +++ b/multimedia/mmg/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2004/11/24 08:14:47 salo Exp $ +$NetBSD: distinfo,v 1.11 2004/12/15 13:53:09 salo Exp $ -SHA1 (mkvtoolnix-1.0.tar.bz2) = fc6f0b19bf33e3dca84878a66267a3188cdf9270 -Size (mkvtoolnix-1.0.tar.bz2) = 519780 bytes +SHA1 (mkvtoolnix-1.0.1.tar.bz2) = 67551f7d86314e55cb250ff44a58e1c3b39236d0 +Size (mkvtoolnix-1.0.1.tar.bz2) = 523644 bytes SHA1 (patch-aa) = 19177b4a75ed8a27b746e2d1825c23fe59f95a77 SHA1 (patch-ab) = 43b0aaccc6c18da2a2fca6384ea118239c912795 |