From 48f7187f4ec0f1b680d7403b083f330599209469 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 14 Jan 2006 13:18:54 +0000 Subject: [PATCH] - updated for 0.10.1, let it be configurable Changed files: gstreamer-without_ps_pdf.patch -> 1.2 --- gstreamer-without_ps_pdf.patch | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/gstreamer-without_ps_pdf.patch b/gstreamer-without_ps_pdf.patch index b3be1b8..8ba08e3 100644 --- a/gstreamer-without_ps_pdf.patch +++ b/gstreamer-without_ps_pdf.patch @@ -1,13 +1,20 @@ -diff -Nuard gstreamer-0.6.4.orig/common/m4/gst-doc.m4 gstreamer-0.6.4/common/m4/gst-doc.m4 ---- gstreamer-0.6.4.orig/common/m4/gst-doc.m4 2003-10-10 11:27:14.000000000 +0200 -+++ gstreamer-0.6.4/common/m4/gst-doc.m4 2003-10-16 22:31:32.000000000 +0200 -@@ -149,7 +149,7 @@ - AM_CONDITIONAL(BUILD_DOCS, test "x$BUILD_DOCS" = "xyes") - AM_CONDITIONAL(BUILD_PLUGIN_DOCS, test "x$BUILD_PLUGIN_DOCS" = "xyes") - AM_CONDITIONAL(DOC_HTML, $DOC_HTML) --AM_CONDITIONAL(DOC_PDF, $DOC_PDF) --AM_CONDITIONAL(DOC_PS, $DOC_PS) -+AM_CONDITIONAL(DOC_PDF, false) -+AM_CONDITIONAL(DOC_PS, false) - ]) +--- gstreamer-0.10.1/common/m4/gst-doc.m4.orig 2005-11-27 15:19:38.000000000 +0100 ++++ gstreamer-0.10.1/common/m4/gst-doc.m4 2006-01-14 13:55:40.223307250 +0100 +@@ -8,6 +8,9 @@ + AC_HELP_STRING([--enable-docbook], + [use docbook to build documentation [default=no]]),, + enable_docbook=no) ++ AC_ARG_ENABLE(pspdf, ++ AC_HELP_STRING([--disable-pspdf], ++ [disable building of documentation in PS and PDF formats]),,enable_pspdf=yes) + have_docbook=no + +@@ -100,6 +103,7 @@ + dnl check if we can generate PS + if test "x$HAVE_DOCBOOK2PS" = "xyes" && \ + test "x$enable_docbook" = "xyes" && \ ++ test "x$enable_pspdf" = "xyes" && \ + test "x$HAVE_XMLLINT" = "xyes" && \ + test "x$HAVE_JADETEX" = "xyes" && \ + test "x$HAVE_FIG2DEV_EPS" = "xyes" && \ -- 2.44.0