diff options
author | salo <salo@pkgsrc.org> | 2005-02-17 11:04:09 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-02-17 11:04:09 +0000 |
commit | 21d07b2ea042b662b907e5a71b53291e7fbced3d (patch) | |
tree | a6106f22d9bf6eecac09e4c91205fa22bf07fe90 /multimedia/mkvtoolnix | |
parent | bffdbaed046681d530c7047cfacfa8725f6f3a49 (diff) | |
download | pkgsrc-21d07b2ea042b662b907e5a71b53291e7fbced3d.tar.gz |
Update to version 1.0.2
Changes:
- all: bug fix: Fixed compilation with the upcoming new versions
of libebml and libmatroska.
- mkvmerge: bug fix: mkvmerge did not accept XML chapter files
created with older mkvtoolnix versions due to deprecated chapter
elements. Such elements are now skipped.
- mkvmerge: bug fix: Fixed negative audio displacement for a
couple of formats.
- mmg: bug fix: Again the window handling. Hopefully this is
better than the other attempts.
- mmg: bug fix: One was able to crash mmg by pressing 'ok' in the
muxing dialog right after muxing finished, especially if the
'abort' button was hit before. This mostly happened on Linux.
Diffstat (limited to 'multimedia/mkvtoolnix')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile.dist | 2 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mkvtoolnix/Makefile.dist b/multimedia/mkvtoolnix/Makefile.dist index 7ee0cccba3d..ca0389cf963 100644 --- a/multimedia/mkvtoolnix/Makefile.dist +++ b/multimedia/mkvtoolnix/Makefile.dist @@ -1,4 +1,4 @@ -DISTNAME= mkvtoolnix-1.0.1 +DISTNAME= mkvtoolnix-1.0.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 f86be9b8336..503daa52b51 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2005/01/29 23:25:10 kristerw Exp $ +$NetBSD: distinfo,v 1.16 2005/02/17 11:04:09 salo Exp $ -SHA1 (mkvtoolnix-1.0.1.tar.bz2) = 67551f7d86314e55cb250ff44a58e1c3b39236d0 -Size (mkvtoolnix-1.0.1.tar.bz2) = 523644 bytes +SHA1 (mkvtoolnix-1.0.2.tar.bz2) = a590d575ade3b6952b3f3864ce99045ad1c0bd56 +Size (mkvtoolnix-1.0.2.tar.bz2) = 529778 bytes SHA1 (patch-aa) = 104355ded3f3e1050070135d8c25db0d772b27f7 SHA1 (patch-ab) = 74bbf8f9a092446af43253b9f7658890adf507d0 SHA1 (patch-ac) = 0bef3efaed92455b784585b8c7195325043509de |