pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/dvdauthor Update to 0.6.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbda83982523
branches:  trunk
changeset: 524190:dbda83982523
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 20 14:24:21 2007 +0000

description:
Update to 0.6.13:

0.6.13: January 13, 2007
        fix handling of audio packets that have no PTS
        patch from Romain Chantereau to fix libmagick6 not including stdarg (Closes: Debian Bug#317463)
        fix int/unsigned problem: dvdauthor dumps core on some mpegs (Closes: Debian Bug#345105)
        substantially reduce runtime memory requirements
        fix numerous memory leaks
        support '-', '&FD', and pipes more consistently and for more places
        if possible, make color #0 (of the 4 color subtitle palette) be transparent (Closes: Debian Bug#387828)
        fix byte overflow on PGC Command Table Size (Lucas Pierce)
        minor errorchecking for vobs with no filenames
        fix segfault relating to jumppad
        fix omission of jumppad table if a menu pgc was defined with ptt or title entry
        incorporate Debian manpages for dvdunauthor, dvddirdel, mpeg2desc, and spuunmux
        loosely support 24, 30, and 60fps
        buttons need even 'Y' coordinates

0.6.12: January 7, 2007
        print offending vob names on audio discontinuity
        change assert to verbose warning for more than 128 commands per pgc
        fix spumux "read 0, expected 4" false warning
        fix border condition with TMAPT table
        add -n flag to skip writing output
        add remap support for subtitle command #7 (CHG_COLCON)
        fix sector number overflow in IFO files
        don't escape command sent to shell
        fix underflow wraparound in computing dts for subtitles
        fill in reference pointers for all 3 frames even if less than 3 exist
        allow last vobu of cell to have a forward pointer to self
        fix TMAPT bug (ptsbase=0; matches Bullitt)
        support random(FOO) in vm
        allow the use of all 16 GPRMS via 'allgprm="yes"' option
        embed commands within the VOB if only one instruction
        set entries within the actual PGC instead of creating extra PGCs whenever possible
        vm_optimize combines set GPRM/SPRM and link command (Michael Kreuzer)
        warn if the button value is not a multiple of 1024
        fix CreateCallAdr: first 2 bytes of C_ADT contains number of vobs (Michael Kreuzer)
        fix TocGen: set frame rate (Michael Kreuzer)
        fix spuunmux button output to work with spumux (Michael Kreuzer)
        make counters work; allow hex, kilo, and lang numeric codes (Michael Kreuzer)
        remove all vestiges of button handling from post if not necessary (Michael Kreuzer)
        new vm commands added: break, goto (Michael Kreuzer)
        dvdunauthor uncompiles pre, post, fpc, cell, and button commands
        add 'crop' keyword for widescreen (crops 4:3 image for 16:9 tvs)
        if audio extends beyond video, then set sector pts accordingly
        support separate subpicture streams for normal, widescreen, letterbox, and panscan
        allow text subtitles to be forced on

diffstat:

 multimedia/dvdauthor/Makefile |  5 ++---
 multimedia/dvdauthor/PLIST    |  6 +++++-
 multimedia/dvdauthor/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 5855fa6fa703 -r dbda83982523 multimedia/dvdauthor/Makefile
--- a/multimedia/dvdauthor/Makefile     Sat Jan 20 14:16:29 2007 +0000
+++ b/multimedia/dvdauthor/Makefile     Sat Jan 20 14:24:21 2007 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2007/01/17 23:47:21 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2007/01/20 14:24:21 wiz Exp $
 
-DISTNAME=              dvdauthor-0.6.11
-PKGREVISION=           1
+DISTNAME=              dvdauthor-0.6.13
 CATEGORIES=            multimedia
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=dvdauthor/}
 
diff -r 5855fa6fa703 -r dbda83982523 multimedia/dvdauthor/PLIST
--- a/multimedia/dvdauthor/PLIST        Sat Jan 20 14:16:29 2007 +0000
+++ b/multimedia/dvdauthor/PLIST        Sat Jan 20 14:24:21 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2006/09/02 08:58:47 sekiya Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/01/20 14:24:21 wiz Exp $
 bin/dvdauthor
 bin/dvddirdel
 bin/dvdunauthor
@@ -6,7 +6,11 @@
 bin/spumux
 bin/spuunmux
 man/man1/dvdauthor.1
+man/man1/dvddirdel.1
+man/man1/dvdunauthor.1
+man/man1/mpeg2desc.1
 man/man1/spumux.1
+man/man1/spuunmux.1
 share/dvdauthor/dvdauthor.xsd
 share/dvdauthor/spumux.xsd
 @dirrm share/dvdauthor
diff -r 5855fa6fa703 -r dbda83982523 multimedia/dvdauthor/distinfo
--- a/multimedia/dvdauthor/distinfo     Sat Jan 20 14:16:29 2007 +0000
+++ b/multimedia/dvdauthor/distinfo     Sat Jan 20 14:24:21 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2006/09/02 08:58:47 sekiya Exp $
+$NetBSD: distinfo,v 1.6 2007/01/20 14:24:21 wiz Exp $
 
-SHA1 (dvdauthor-0.6.11.tar.gz) = a99ea7ef6e50646b77ad47a015127925053d34ea
-RMD160 (dvdauthor-0.6.11.tar.gz) = 6c2264a5b28063c9c7bde81496c56c213e1a18a6
-Size (dvdauthor-0.6.11.tar.gz) = 288452 bytes
+SHA1 (dvdauthor-0.6.13.tar.gz) = 56aa1a7b0b9c212dde110fa552822b2066abdb12
+RMD160 (dvdauthor-0.6.13.tar.gz) = baa3a8661a9fb92a124e4a6d45f177791c57bbeb
+Size (dvdauthor-0.6.13.tar.gz) = 318984 bytes



Home | Main Index | Thread Index | Old Index