X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgstreamer.git;a=blobdiff_plain;f=gstreamer-without_ps_pdf.patch;h=8ba08e36c910deb160120c1b1ed46a8a5b05dcb0;hp=b3be1b898b12818bd4cedec817e159c5f0b50ffd;hb=52b896dc4ab44f9df9564df740d62036b0641b7e;hpb=71f3c9e96fa3f35e05fd8b2d5077eab76f6ad7ad 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" && \