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.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1201d8319c7
branches:  trunk
changeset: 476211:c1201d8319c7
user:      salo <salo%pkgsrc.org@localhost>
date:      Sat Jun 05 11:11:32 2004 +0000

description:
Updated to version 0.9.0.

Changes:

- mkvmerge
  bug fix: Improved handling for OGM files. Streams that
           are lacking the comment packet are handled better.
  bug fix: Some MP3 streams are padded in the front with trash
           (mostly those in AVI files). This trash might contain
           valid MP3 headers which do not match the remaining headers
           for the actual track. Both the MP3 reader and the MP3
           packetizer can now skip up to one of those bogus headers
           in the trash.
  bug fix: The OGM reader was not Endian safe.
  bug fix: Audio sync for Vorbis was partially broken for positive
           offsets.
  Rewrite of the VobSub handling code.

- mmg
  bug fix: On some occasions the chapter editor thought there was no
           language associated with a chapter name and complained
           about that.
  bug fix: The chapter editor did not honor the values selected for
           'country' and 'language'.
  Removed the 'advanced' tab. Those options shouldn't be used anyway.

diffstat:

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

diffs (47 lines):

diff -r 88efd3ef7858 -r c1201d8319c7 multimedia/mkvtoolnix/Makefile.dist
--- a/multimedia/mkvtoolnix/Makefile.dist       Sat Jun 05 10:29:29 2004 +0000
+++ b/multimedia/mkvtoolnix/Makefile.dist       Sat Jun 05 11:11:32 2004 +0000
@@ -1,4 +1,4 @@
-DISTNAME=      mkvtoolnix-0.8.9
+DISTNAME=      mkvtoolnix-0.9.0
 CATEGORIES=    multimedia
 MASTER_SITES=  http://www.bunkus.org/videotools/mkvtoolnix/sources/
 EXTRACT_SUFX=  .tar.bz2
diff -r 88efd3ef7858 -r c1201d8319c7 multimedia/mkvtoolnix/distinfo
--- a/multimedia/mkvtoolnix/distinfo    Sat Jun 05 10:29:29 2004 +0000
+++ b/multimedia/mkvtoolnix/distinfo    Sat Jun 05 11:11:32 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2004/05/08 18:09:20 salo Exp $
+$NetBSD: distinfo,v 1.4 2004/06/05 11:11:32 salo Exp $
 
-SHA1 (mkvtoolnix-0.8.9.tar.bz2) = 0d926648aacd0b7621cca7727ec067d2a34f3c3c
-Size (mkvtoolnix-0.8.9.tar.bz2) = 480502 bytes
+SHA1 (mkvtoolnix-0.9.0.tar.bz2) = c84534a99e8a460cfd0899d5034a8081fc315c5a
+Size (mkvtoolnix-0.9.0.tar.bz2) = 483208 bytes
 SHA1 (patch-aa) = a7ffe453a5d6c1881b2c62e8e2a5c1f59d82c6c1
diff -r 88efd3ef7858 -r c1201d8319c7 multimedia/mmg/Makefile
--- a/multimedia/mmg/Makefile   Sat Jun 05 10:29:29 2004 +0000
+++ b/multimedia/mmg/Makefile   Sat Jun 05 11:11:32 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/05/08 18:22:14 salo Exp $
+# $NetBSD: Makefile,v 1.2 2004/06/05 11:11:32 salo Exp $
 #
 
 .include "../../multimedia/mkvtoolnix/Makefile.dist"
-
 PKGNAME=        ${DISTNAME:S/mkvtoolnix/mmg/}
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
diff -r 88efd3ef7858 -r c1201d8319c7 multimedia/mmg/distinfo
--- a/multimedia/mmg/distinfo   Sat Jun 05 10:29:29 2004 +0000
+++ b/multimedia/mmg/distinfo   Sat Jun 05 11:11:32 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/05/08 18:22:14 salo Exp $
+$NetBSD: distinfo,v 1.2 2004/06/05 11:11:32 salo Exp $
 
-SHA1 (mkvtoolnix-0.8.9.tar.bz2) = 0d926648aacd0b7621cca7727ec067d2a34f3c3c
-Size (mkvtoolnix-0.8.9.tar.bz2) = 480502 bytes
+SHA1 (mkvtoolnix-0.9.0.tar.bz2) = c84534a99e8a460cfd0899d5034a8081fc315c5a
+Size (mkvtoolnix-0.9.0.tar.bz2) = 483208 bytes
 SHA1 (patch-aa) = ab3d0fe8735b5fec65316879f9f30f867175b312
 SHA1 (patch-ab) = 43b0aaccc6c18da2a2fca6384ea118239c912795



Home | Main Index | Thread Index | Old Index