pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia Updated to version 0.9.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4af61691421
branches:  trunk
changeset: 477174:a4af61691421
user:      salo <salo%pkgsrc.org@localhost>
date:      Sun Jun 27 15:27:28 2004 +0000

description:
Updated to version 0.9.1.

Changes:

- mkvmerge: Dropped supoprt for 'aviclasses' (one of the two
            libraries for accessing AVI files). This mostly
            affects the Windows users as I've used aviclasses
            and not avilib on Windows so far. The 0.9.0-pre-builds
            so far haven't shown any problems, though, so I hope
            this doesn't break anything.
  new feature: mmg will set the 'display dimensions' automatically
           for AVI files whose video track is MPEG4 and has the
           pixel aspect ratio stored in the bitstream.
  bug fix: The improved MP3 garbage detection was broken resulting
           in an error message from mkvmerge in some weird
  bug fix: Matroska tracks can use lacing (several frames inside
           one Matroska block with only one timecode for the whole
           block). mkvmerge did not recreate the timecodes for the
           frames 1..n in the lacing correctly.
  feature removed: Dropped support for 'time slices'. They were not
           used, didn't offer the player any additional value and
           caused massive increase in overhead.
  bug fix: The OGM fix in 0.9.0 broke handling for non-broken OGM
           files a bit.
  new feature: Added support for the audio/video synchronization
           method used by NanDub (garbage at the beginning of audio
           tracks inside an AVI) for AC3 and MPEG audio tracks. In
           other words: If an AVI is read and an audio track contains
           garbage right at the beginning then the corresponding
           audio delay is calculated and used instead of simply
           discarding the garbage.
  new feature: Enabled reading MPEG4 video from MP4 files (nope,
           they're not stored in Matroska's native mode yet).

- mmg
  bug fix: The job manager did not handle the conversion of non-ASCII
           characters correctly.
  new feature: The action 'delete job' in the job manager will also
           delete the file in the 'jobs' subdirectory.
  new feature: Added an option to make mmg stay always on top (only
           on Windows).
  new feature: Added a dialog for adding arbitrary command line options
           which includes a list of advanced options to chose from.

diffstat:

 multimedia/mkvtoolnix/Makefile.dist |  2 +-
 multimedia/mkvtoolnix/distinfo      |  6 +++---
 multimedia/mmg/distinfo             |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 4d6efbb0b0e7 -r a4af61691421 multimedia/mkvtoolnix/Makefile.dist
--- a/multimedia/mkvtoolnix/Makefile.dist       Sun Jun 27 15:03:16 2004 +0000
+++ b/multimedia/mkvtoolnix/Makefile.dist       Sun Jun 27 15:27:28 2004 +0000
@@ -1,4 +1,4 @@
-DISTNAME=      mkvtoolnix-0.9.0
+DISTNAME=      mkvtoolnix-0.9.1
 CATEGORIES=    multimedia
 MASTER_SITES=  http://www.bunkus.org/videotools/mkvtoolnix/sources/
 EXTRACT_SUFX=  .tar.bz2
diff -r 4d6efbb0b0e7 -r a4af61691421 multimedia/mkvtoolnix/distinfo
--- a/multimedia/mkvtoolnix/distinfo    Sun Jun 27 15:03:16 2004 +0000
+++ b/multimedia/mkvtoolnix/distinfo    Sun Jun 27 15:27:28 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/06/05 11:11:32 salo Exp $
+$NetBSD: distinfo,v 1.5 2004/06/27 15:27:28 salo Exp $
 
-SHA1 (mkvtoolnix-0.9.0.tar.bz2) = c84534a99e8a460cfd0899d5034a8081fc315c5a
-Size (mkvtoolnix-0.9.0.tar.bz2) = 483208 bytes
+SHA1 (mkvtoolnix-0.9.1.tar.bz2) = 9cdfa82be93e427d7458a2b70ab912ee13f0b22f
+Size (mkvtoolnix-0.9.1.tar.bz2) = 463165 bytes
 SHA1 (patch-aa) = a7ffe453a5d6c1881b2c62e8e2a5c1f59d82c6c1
diff -r 4d6efbb0b0e7 -r a4af61691421 multimedia/mmg/distinfo
--- a/multimedia/mmg/distinfo   Sun Jun 27 15:03:16 2004 +0000
+++ b/multimedia/mmg/distinfo   Sun Jun 27 15:27:28 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2004/06/05 11:11:32 salo Exp $
+$NetBSD: distinfo,v 1.3 2004/06/27 15:27:28 salo Exp $
 
-SHA1 (mkvtoolnix-0.9.0.tar.bz2) = c84534a99e8a460cfd0899d5034a8081fc315c5a
-Size (mkvtoolnix-0.9.0.tar.bz2) = 483208 bytes
+SHA1 (mkvtoolnix-0.9.1.tar.bz2) = 9cdfa82be93e427d7458a2b70ab912ee13f0b22f
+Size (mkvtoolnix-0.9.1.tar.bz2) = 463165 bytes
 SHA1 (patch-aa) = ab3d0fe8735b5fec65316879f9f30f867175b312
 SHA1 (patch-ab) = 43b0aaccc6c18da2a2fca6384ea118239c912795



Home | Main Index | Thread Index | Old Index