pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/mkvtoolnix Updated to version 0.8.8.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2eb56eeb16b4
branches: trunk
changeset: 474807:2eb56eeb16b4
user: salo <salo%pkgsrc.org@localhost>
date: Wed May 05 15:57:47 2004 +0000
description:
Updated to version 0.8.8.
Changes:
0.8.8:
======
- mkvtoolnix now depends on libebml 0.7.0 and libmatroska 0.7.0.
- mkvinfo: bug fix: mkvinfo was forcing libmatroska not to handle
unknown elements and crashed on those.
- mmg: new feature: When adding Matroska files the video track's
display dimensions are displayed as well.
- mmg: bug fix: On non-Windows systems some combinations of wxWindows
and GTK caused continuous 100% CPU usage after a special call
to wxExecute.
- mkvmerge: new feature: Implemented reading AAC from AVIs.
- mkvmerge: bug fix: The Flac packetizer was accessing uninitialized
memory resulting in a crash on Windows.
- mkvemrge: bug fix: Fixed the handling of RealMedia files with 'multirate'
tracks (again).
- mkvmerge: bug fix: On some rare occasions chapters were not written
correctly when splitting was active.
- avilib: bug fix: Fixed compilation on big endian systems.
0.8.7:
======
- mkvinfo: new feature: Added a terse output format via '-s'.
- mkvmerge: new feature: If using MPEG4 video and no aspect ratio or display
dimensions are given mkvmerge will extract the aspect ratio
information from the stream and automatically set the display
dimensions accordingly.
- mkvmerge: bug fix: Using audio sync on AC3 tracks read from Matroska files
did not work.
- mkvextract: new feature: Added extraction of RealAudio and RealVideo tracks
to RealMedia files.
- mmg: new feature: Added a 'job queue'. The current settings can be added as
a new job, and all pending jobs can be started for batch processing
without user interaction.
diffstat:
multimedia/mkvtoolnix/Makefile | 5 +++--
multimedia/mkvtoolnix/distinfo | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (32 lines):
diff -r c64a87440d34 -r 2eb56eeb16b4 multimedia/mkvtoolnix/Makefile
--- a/multimedia/mkvtoolnix/Makefile Wed May 05 15:57:17 2004 +0000
+++ b/multimedia/mkvtoolnix/Makefile Wed May 05 15:57:47 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/04/12 23:22:59 salo Exp $
+# $NetBSD: Makefile,v 1.3 2004/05/05 15:57:47 salo Exp $
#
-DISTNAME= mkvtoolnix-0.8.6
+DISTNAME= mkvtoolnix-0.8.8
CATEGORIES= multimedia
MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/
EXTRACT_SUFX= .tar.bz2
@@ -22,6 +22,7 @@
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/libebml/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../multimedia/libmatroska/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
diff -r c64a87440d34 -r 2eb56eeb16b4 multimedia/mkvtoolnix/distinfo
--- a/multimedia/mkvtoolnix/distinfo Wed May 05 15:57:17 2004 +0000
+++ b/multimedia/mkvtoolnix/distinfo Wed May 05 15:57:47 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/04/10 12:44:31 salo Exp $
+$NetBSD: distinfo,v 1.2 2004/05/05 15:57:47 salo Exp $
-SHA1 (mkvtoolnix-0.8.6.tar.bz2) = 2fdb833c14fef3a0f7817ff7f2bb8319c182f29b
-Size (mkvtoolnix-0.8.6.tar.bz2) = 444379 bytes
+SHA1 (mkvtoolnix-0.8.8.tar.bz2) = 3714df8c3d159ebbcfd1c6a44a283345084b2b55
+Size (mkvtoolnix-0.8.8.tar.bz2) = 479167 bytes
Home |
Main Index |
Thread Index |
Old Index