pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ogmtools Update to version 1.2. Most notably...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3568f4085dba
branches:  trunk
changeset: 463919:3568f4085dba
user:      cube <cube%pkgsrc.org@localhost>
date:      Tue Dec 02 23:25:25 2003 +0000

description:
Update to version 1.2.  Most notably, fixes malformed OGM header that made
files created with ogmmerge > 1.1 unplayable on Windows and broken on big
endian platforms.

Other changes:
1.2
        o Implemented reading older OGM files with the broken streamr
          headers produced by ogmmerge < 1.1. Re-merging should be enough
          to fix the headers.
        o Improved MP3 and AC3 detection.
1.1
        o ogmdemux skips empty packets in the text subtitle streams.
        o Updated the avilib to the latest version from mkvtoolnix.  It
          should be able to handle OpenDML AVIs.
        o Added a --summary option to ogminfo which will display the size,
          bitrate, number of packets/frames and total length in seconds for
          each track.
        o Added an option, --omit-empty-packets, that will suppress the
          creation of empty subtitle packets.
        o When splitting files the second and all following files have a new
          chapter entry starting at 00:00:00 which is marked with
          "(continued)".
        o Improved OS/X and BSD/OS compatibility.
        o Fixed the OGM stream headers again - they wouldn't play back on
          Windows, and they would be broken on big endian systems.

diffstat:

 graphics/ogmtools/Makefile |   6 +++---
 graphics/ogmtools/PLIST    |  16 ++++++++--------
 graphics/ogmtools/distinfo |   6 +++---
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (55 lines):

diff -r 4dac3976746e -r 3568f4085dba graphics/ogmtools/Makefile
--- a/graphics/ogmtools/Makefile        Tue Dec 02 23:24:47 2003 +0000
+++ b/graphics/ogmtools/Makefile        Tue Dec 02 23:25:25 2003 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2003/05/23 05:34:06 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/12/02 23:25:25 cube Exp $
 #
 
-DISTNAME=      ogmtools-1.0.3
+DISTNAME=      ogmtools-1.2
 CATEGORIES=    graphics audio
 MASTER_SITES=  http://www.bunkus.org/videotools/ogmtools/
 EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=    cube%cubidou.net@localhost
+MAINTAINER=    cube%NetBSD.org@localhost
 HOMEPAGE=      http://www.bunkus.org/videotools/ogmtools/
 COMMENT=       Ogg Media files manipulation tools
 
diff -r 4dac3976746e -r 3568f4085dba graphics/ogmtools/PLIST
--- a/graphics/ogmtools/PLIST   Tue Dec 02 23:24:47 2003 +0000
+++ b/graphics/ogmtools/PLIST   Tue Dec 02 23:25:25 2003 +0000
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/11 07:26:44 salo Exp $
-bin/ogmmerge
+@comment $NetBSD: PLIST,v 1.2 2003/12/02 23:25:25 cube Exp $
+bin/dvdxchap
+bin/ogmcat
 bin/ogmdemux
 bin/ogminfo
+bin/ogmmerge
 bin/ogmsplit
-bin/ogmcat
-bin/dvdxchap
-man/man1/ogmsplit.1
+man/man1/dvdxchap.1
+man/man1/ogmcat.1
+man/man1/ogmdemux.1
 man/man1/ogminfo.1
 man/man1/ogmmerge.1
-man/man1/ogmdemux.1
-man/man1/ogmcat.1
-man/man1/dvdxchap.1
+man/man1/ogmsplit.1
diff -r 4dac3976746e -r 3568f4085dba graphics/ogmtools/distinfo
--- a/graphics/ogmtools/distinfo        Tue Dec 02 23:24:47 2003 +0000
+++ b/graphics/ogmtools/distinfo        Tue Dec 02 23:25:25 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2003/05/23 05:34:06 wiz Exp $
+$NetBSD: distinfo,v 1.4 2003/12/02 23:25:25 cube Exp $
 
-SHA1 (ogmtools-1.0.3.tar.bz2) = 6ff05a35769a79acfd5f16a46b56df8df2b92a10
-Size (ogmtools-1.0.3.tar.bz2) = 190325 bytes
+SHA1 (ogmtools-1.2.tar.bz2) = 06aa86bf2f8d1d1d1f10cac8c6193ccd54899143
+Size (ogmtools-1.2.tar.bz2) = 203798 bytes



Home | Main Index | Thread Index | Old Index