head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.2 pkgsrc-2013Q2-base:1.6 pkgsrc-2013Q1:1.5.0.18 pkgsrc-2013Q1-base:1.5 pkgsrc-2012Q4:1.5.0.16 pkgsrc-2012Q4-base:1.5 pkgsrc-2012Q3:1.5.0.14 pkgsrc-2012Q3-base:1.5 pkgsrc-2012Q2:1.5.0.12 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.10 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.8 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.6 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.2 pkgsrc-2011Q1-base:1.5 pkgsrc-2009Q4:1.2.0.24 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.22 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.20 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.18 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.16 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.14 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.12 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.10 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.8 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.6 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.4 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.2 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.1.0.6 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.4 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.6 date 2013.04.17.17.30.15; author drochner; state dead; branches; next 1.5; 1.5 date 2011.02.16.20.20.14; author gls; state Exp; branches; next 1.4; 1.4 date 2011.01.27.00.00.58; author wiz; state Exp; branches; next 1.3; 1.3 date 2011.01.14.10.57.50; author wiz; state Exp; branches; next 1.2; 1.2 date 2006.09.02.08.58.47; author sekiya; state dead; branches; next 1.1; 1.1 date 2005.12.20.15.32.02; author joerg; state Exp; branches; next ; desc @@ 1.6 log @update to 0.7.1 changes: -build system fix -Allow format specification at top level of dvdauthor control file -mpeg2desc now reports more details about video frames -More explanatory XML-parsing errors @ text @$NetBSD: patch-ab,v 1.5 2011/02/16 20:20:14 gls Exp $ Fix build with png-1.5. Accepted upstream in https://github.com/ldo/dvdauthor/commit/c82aaa4eb1a1c36bf7e2b7ae3c9140d0bf8000b5 --- src/spuunmux.c.orig 2010-05-10 07:27:55.000000000 +0000 +++ src/spuunmux.c @@@@ -39,6 +39,7 @@@@ #include #include +#include #include "rgb.h" #include "common.h" @@@@ -610,7 +611,7 @@@@ static int write_png png_destroy_write_struct(&png_ptr, (png_infopp)NULL); return -1; } /*if*/ - if (setjmp(png_ptr->jmpbuf)) + if (setjmp(png_jmpbuf(png_ptr))) { png_destroy_write_struct(&png_ptr, &info_ptr); fclose(fp); @ 1.5 log @Update multimedia/dvdauthor to 0.7.0 Pkgsrc changes: - Add LICENSE Upstream changes: 0.7.0: 2010 October 23 * Reworked subtitle file reading so it can now deal with encodings like UTF-16 * Default encoding for subtitle files is no longer ISO-8859-1, but taken from user's locale * Add fontconfig support following a patch by Nicolas George * Remove dvdauthor config files and make command line -o option take precedence over XML dest attribute. * Video format no longer has hard-coded default to NTSC, unless you invoke configure with --enable-default-video-format=NTSC. You can also configure with --enable-default-video-format=PAL to default to PAL. * Implement configuration of default video format as per the proposal at . * File names are no longer converted to locale encoding, unless you invoke configure with --enable-localize-filenames. * You can now specify fill and outline colours and outline thickness for text subtitles. Colours can be specified in additional ways, including by name and in HSV space. * You can now also specify a shadow offset and colour for text subtitles * Allow non-title PGCs in a titleset * The VM language now allows C-style comments, as well as CDATA sections * Add --nomux and --nodvdauthor-data options to spumux (thanks to TED for sponsoring this) @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.4 2011/01/27 00:00:58 wiz Exp $ @ 1.4 log @Mention URLs for commits including these patches upstream. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2011/01/14 10:57:50 wiz Exp $ d7 1 a7 1 --- src/spuunmux.c.orig 2010-03-05 06:37:06.000000000 +0000 d9 1 a9 1 @@@@ -38,6 +38,7 @@@@ d17 9 a25 9 @@@@ -483,7 +484,7 @@@@ static int write_png(char *file_name,str return -1; } - if (setjmp(png_ptr->jmpbuf)) { + if (setjmp(png_jmpbuf(png_ptr))) { png_destroy_write_struct(&png_ptr, &info_ptr); fclose(fp); return -1; @ 1.3 log @Fix build with png-1.5. @ text @d1 1 a1 1 $NetBSD$ d4 2 @ 1.2 log @Update to dvdauthor-0.6.11. Submitted by Martin Wilke via PR34431. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2005/12/20 15:32:02 joerg Exp $ d3 21 a23 10 --- 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; @ 1.1 log @Fix GCC 3.4+: label at end of compound statement. @ text @d1 1 a1 1 $NetBSD$ @