head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.8 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.6 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.4 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.2 pkgsrc-2011Q2-base:1.4 pkgsrc-2010Q3:1.3.0.2 pkgsrc-2010Q3-base:1.3 pkgsrc-2009Q4:1.2.0.22 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.20 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.18 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.16 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.14 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.12 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.10 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.8 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.6 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.4 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.2 pkgsrc-2006Q4-base:1.2; locks; strict; comment @# @; 1.4 date 2010.12.03.18.05.58; author drochner; state dead; branches; next 1.3; 1.3 date 2010.08.08.11.00.03; author jmcneill; state Exp; branches; next 1.2; 1.2 date 2006.12.11.12.38.18; author drochner; state dead; branches; next 1.1; 1.1 date 2006.10.12.13.27.51; author drochner; state Exp; branches; next ; desc @@ 1.4 log @update to 0.10.31 changes: many fixes and improvements - see the Changelog @ text @$NetBSD: patch-ab,v 1.3 2010/08/08 11:00:03 jmcneill Exp $ --- docs/gst/Makefile.in.orig 2010-08-08 01:39:43.000000000 +0000 +++ docs/gst/Makefile.in @@@@ -936,7 +936,7 @@@@ dist-hook: dist-check-gtkdoc dist-hook-l -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ cd $(distdir) && rm -f $(DISTCLEANFILES) - -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html + -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs @ 1.3 log @Fix bulid; some of the Makefiles used 8 spaces instead of tabs. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update to 0.10.11 changes: -many bugfixes -API additions @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2006/10/12 13:27:51 drochner Exp $ d3 8 a10 5 --- gst/gstinfo.c.orig 2006-09-11 18:09:30.000000000 +0200 +++ gst/gstinfo.c @@@@ -511,6 +511,7 @@@@ gst_debug_print_object (gpointer ptr) return g_strdup_printf ("%p", ptr); } d12 1 a12 9 +#ifdef HAVE_PRINTF_EXTENSION static gchar * gst_debug_print_segment (gpointer ptr) { @@@@ -552,6 +553,7 @@@@ gst_debug_print_segment (gpointer ptr) } } } +#endif a13 2 /** * gst_debug_construct_term_color: @ 1.1 log @update to 0.10.10 changes: -many bugfixes -some API additions @ text @d1 1 a1 1 $NetBSD$ @