SOURCES: gstreamer-without_ps_pdf.patch - updated for 0.10.1, let ...

qboosh qboosh at pld-linux.org
Sat Jan 14 14:18:59 CET 2006


Author: qboosh                       Date: Sat Jan 14 13:18:59 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 0.10.1, let it be configurable

---- Files affected:
SOURCES:
   gstreamer-without_ps_pdf.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/gstreamer-without_ps_pdf.patch
diff -u SOURCES/gstreamer-without_ps_pdf.patch:1.1 SOURCES/gstreamer-without_ps_pdf.patch:1.2
--- SOURCES/gstreamer-without_ps_pdf.patch:1.1	Thu Oct 16 23:09:37 2003
+++ SOURCES/gstreamer-without_ps_pdf.patch	Sat Jan 14 14:18:54 2006
@@ -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" && \
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/gstreamer-without_ps_pdf.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list