Subject: pkg/34431: [update] multimedia/dvdauthor
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/30/2006 18:20:03
>Number:         34431
>Category:       pkg
>Synopsis:       [update] multimedia/dvdauthor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 18:20:02 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
	miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 0.6.11
- Could remove from TODO

- Changelog

	fix compile error on newer gcc compilers
	ensure a row of a subtitle takes less than 1440 bits
	fix warnings
	fix 64-bit support (iconv)
	fix video and sector pts values to be more consistant
	fix ImageMagick 6.x.x alpha detection
	improved dvdunauthor by Ralf Engels
	full sized pts/scr support (for 13+ hours DVD's)
	support really long subtitles
	fix jumps from FPC to VMGM menus (was using LinkPGCN, now uses JumpSS -- fixes crash in Ogle and Pioneer 343
	fix ability to have multiple entries for a PGC
	fix bug when decoding some subtitles
	switch to automake
	have mpeg2desc parse mpeg1 headers (thanks to Nico Sabbi)
	fix handling of NTSC 3:2 pulldown (end PTS was != start PTS of next VOBU)


>How-To-Repeat:





>Fix:


--- dvdauthor.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/multimedia/dvdauthor/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	8 Aug 2006 19:07:14 -0000	1.10
+++ Makefile	30 Aug 2006 15:25:42 -0000
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.10 2006/08/08 19:07:14 minskim Exp $
 
-DISTNAME=		dvdauthor-0.6.10
-PKGREVISION=	5
+DISTNAME=		dvdauthor-0.6.11
 CATEGORIES=		multimedia
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=dvdauthor/}
 
Index: PLIST
===================================================================
RCS file: /home/pcvs/pkgsrc/multimedia/dvdauthor/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST	25 Jun 2004 06:58:42 -0000	1.1.1.1
+++ PLIST	30 Aug 2006 15:46:18 -0000
@@ -7,3 +7,6 @@
 bin/spuunmux
 man/man1/dvdauthor.1
 man/man1/spumux.1
+share/dvdauthor/dvdauthor.xsd
+share/dvdauthor/spumux.xsd
+@dirrm share/dvdauthor
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/multimedia/dvdauthor/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	20 Dec 2005 15:32:02 -0000	1.4
+++ distinfo	30 Aug 2006 15:25:53 -0000
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.4 2005/12/20 15:32:02 joerg Exp $
 
-SHA1 (dvdauthor-0.6.10.tar.gz) = bee2c9beb58a020bcf0ccfd39eca8d30ebd54602
-RMD160 (dvdauthor-0.6.10.tar.gz) = c9df3ac669161e8f07e837e2a6fc76e7af97c1a1
-Size (dvdauthor-0.6.10.tar.gz) = 240010 bytes
+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 (patch-aa) = b86c7a584fddaf733662c0bc32df239a1bb37e98
 SHA1 (patch-ab) = 278d0224642da6f5bc82655a8fccb250cb8f0429
Index: patches/patch-aa
===================================================================
RCS file: /home/pcvs/pkgsrc/multimedia/dvdauthor/patches/patch-aa,v
retrieving revision 1.1
diff -u -r1.1 patch-aa
--- patches/patch-aa	10 Jul 2004 21:06:55 -0000	1.1
+++ patches/patch-aa	30 Aug 2006 15:49:36 -0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/07/10 21:06:55 wiz Exp $
-
---- Makefile.in.orig	2004-01-15 20:42:47.000000000 +0100
-+++ Makefile.in
-@@ -9,7 +9,7 @@ CC = @CC@
- CFLAGS = -Wall @CFLAGS@ @XML_CFLAGS@ @MAGICK_CFLAGS@ @FREETYPE_CFLAGS@ @FRIBIDI_CFLAGS@ -MD
- # CFLAGS += -g
- 
--BISON=bison
-+BISON=yacc
- FLEX=flex
- 
- CPPFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\""
Index: patches/patch-ab
===================================================================
RCS file: /home/pcvs/pkgsrc/multimedia/dvdauthor/patches/patch-ab,v
retrieving revision 1.1
diff -u -r1.1 patch-ab
--- patches/patch-ab	20 Dec 2005 15:32:02 -0000	1.1
+++ patches/patch-ab	30 Aug 2006 15:49:38 -0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/12/20 15:32:02 joerg Exp $
-
---- src/dvdvob.c.orig	2005-12-20 15:22:35.000000000 +0000
-+++ src/dvdvob.c
-@@ -1149,6 +1149,7 @@ int FindVobus(char *fbase,struct vobgrou
-                         fprintf(stderr,"\n");
-                         ach->audpts[ach->numaudpts-1].pts[1]=pts0;
-                     noshow:
-+			;
-                     }
-                     ach->audpts[ach->numaudpts].pts[0]=pts0;
-                     ach->audpts[ach->numaudpts].pts[1]=pts1;
--- dvdauthor.diff ends here ---