head 1.4; access; symbols pkgsrc-2014Q3:1.3.0.70 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.68 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.66 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.64 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.62 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.60 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.58 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.56 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.54 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.52 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.50 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.48 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.46 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.44 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.42 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.40 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.38 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.36 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.34 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.32 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.30 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.28 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.26 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.24 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.22 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.20 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.18 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.16 pkgsrc-2008Q1:1.3.0.14 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.12 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.10 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.8 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.6 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.4 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.2 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.0.2 pkgsrc-2006Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2014.10.13.18.29.55; author snj; state dead; branches; next 1.3; commitid FCcLzte4M34Mo4Ux; 1.3 date 2006.08.24.09.58.15; author xtraeme; state Exp; branches; next 1.2; 1.2 date 2006.04.15.21.23.39; author wiz; state Exp; branches; next 1.1; 1.1 date 2006.02.26.05.03.21; author snj; state Exp; branches; next ; desc @@ 1.4 log @Update lsdvd to 0.17. Changes: * Ignore 'phantom' audio, subtitle tracks * Check for garbage in the program chains, which indicate that a track is non-existant, to work around additional copy protection * Fix displaying content type for audio tracks, subtitles * Fix pallete display of first entry * Fix include orders * Ignore read errors in titles that would not be displayed anyway * Fix the chapter count * Make sure the array size and the array limit used when initialising the palette size is the same. * Fix array printing. * Correct subsecond calculations. * Add sector information to the output format. * Clean up code to be closer to ANSI C and compile without warnings with more GCC compiler warnings. @ text @$NetBSD: patch-aa,v 1.3 2006/08/24 09:58:15 xtraeme Exp $ --- configure.in.orig 2006-08-24 11:53:41.000000000 +0200 +++ configure.in 2006-08-24 11:55:34.000000000 +0200 @@@@ -3,6 +3,7 @@@@ AM_INIT_AUTOMAKE(lsdvd, 0.16) CFLAGS="$CFLAGS -g -D_FILE_OFFSET_BITS=64" AC_PROG_CC +AC_CHECK_HEADERS([stdint.h inttypes.h]) if eval "test x$GCC = xyes"; then # Enable warnings when using GCC CFLAGS="$CFLAGS -W -Wall" @@@@ -10,8 +11,8 @@@@ AC_CHECK_LIB(dvdread, DVDOpen, , AC_MSG_ERROR([libdvdread not found!])) AC_MSG_CHECKING([for dvdread/ifo_read.h]) -AC_TRY_COMPILE([#include - #include ], , +AC_TRY_COMPILE([#include + #include ], , AC_MSG_RESULT([yes]), AC_MSG_RESULT([no]) AC_MSG_ERROR([Header files for dvdread not found])) @ 1.3 log @Update to 0.16: 12/12/05 - 0.16 Addition of #include to support newer libdvdread versions. Abstraction of code to new generic interface. 15/10/04 - 0.15 abstraction of dvd contents to new struct. addition of xml output. additional -O option. stream ids and osd palette added. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Fix build with newer libdvdread. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2006/02/26 05:03:21 snj Exp $ d3 5 a7 5 --- configure.in.orig 2003-09-29 21:02:16.000000000 +0000 +++ configure.in @@@@ -3,9 +3,11 @@@@ AC_INIT(lsdvd.c) AM_INIT_AUTOMAKE(lsdvd, 0.10) CFLAGS=-g d10 5 d17 2 a18 1 -AC_TRY_COMPILE([#include ], , d20 1 a20 1 +#include ], , @ 1.1 log @Fix build by checking for stdint.h and inttypes.h. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- configure.in.orig 2006-02-25 20:04:11.000000000 -0800 +++ configure.in 2006-02-25 20:04:25.000000000 -0800 @@@@ -3,6 +3,7 @@@@ AC_INIT(lsdvd.c) d12 6 a17 1 AC_TRY_COMPILE([#include ], , @