]> git.pld-linux.org Git - packages/gstreamer.git/blobdiff - gstreamer-without_ps_pdf.patch
- updated to 1.0.4
[packages/gstreamer.git] / gstreamer-without_ps_pdf.patch
index b3be1b898b12818bd4cedec817e159c5f0b50ffd..8ba08e36c910deb160120c1b1ed46a8a5b05dcb0 100644 (file)
@@ -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" && \
This page took 0.047149 seconds and 4 git commands to generate.