SOURCES (AC-branch): gstreamer-eps.patch (NEW), gstreamer-without_...

baggins baggins at pld-linux.org
Mon May 15 19:25:39 CEST 2006


Author: baggins                      Date: Mon May 15 17:25:39 2006 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- from HEAD

---- Files affected:
SOURCES:
   gstreamer-eps.patch (NONE -> 1.1.2.1)  (NEW), gstreamer-without_ps_pdf.patch (1.1 -> 1.1.4.1) 

---- Diffs:

================================================================
Index: SOURCES/gstreamer-eps.patch
diff -u /dev/null SOURCES/gstreamer-eps.patch:1.1.2.1
--- /dev/null	Mon May 15 19:25:39 2006
+++ SOURCES/gstreamer-eps.patch	Mon May 15 19:25:34 2006
@@ -0,0 +1,37 @@
+--- gstreamer-0.10.1/docs/image-eps.orig	2003-10-08 16:34:06.000000000 +0200
++++ gstreamer-0.10.1/docs/image-eps	2006-01-14 13:35:25.683403250 +0100
+@@ -1,2 +1,2 @@
+-<!ENTITY image "ps">
++<!ENTITY image "eps">
+ <!ENTITY IMAGE "EPS">
+--- gstreamer-0.10.1/docs/manuals.mak.orig	2005-05-02 13:47:15.000000000 +0200
++++ gstreamer-0.10.1/docs/manuals.mak	2006-01-14 13:37:01.545394250 +0100
+@@ -11,8 +11,8 @@
+ 
+ # PNG's can be source or built from .fig
+ PNG = $(strip $(PNG_SRC) $(FIG_SRC:.fig=.png))
+-# EPS .ps files can be built from .png or .fig
+-EPS = $(strip $(FIG_SRC:.fig=.ps) $(PNG_SRC:.png=.ps))
++# EPS .eps files can be built from .png or .fig
++EPS = $(strip $(FIG_SRC:.fig=.eps) $(PNG_SRC:.png=.eps))
+ # PDF .pdf files can be built from .png or .fig
+ PDF = $(strip $(FIG_SRC:.fig=.pdf) $(PNG_SRC:.png=.pdf))
+ 
+@@ -140,7 +140,7 @@
+ 	@fig2dev -Lpng $< $@
+ 
+ # make ps(EPS) from fig
+-$(BUILDIMAGESDIR)/%.ps: %.fig
++$(BUILDIMAGESDIR)/%.eps: %.fig
+ 	@echo "Generating $@ from $<"
+ 	@mkdir -p $(BUILDIMAGESDIR)
+ 	@fig2dev -Leps $< $@
+@@ -158,7 +158,7 @@
+ 	@cat $< | pngtopnm | pnmtops -noturn 2> /dev/null | epstopdf --filter --outfile $@ 2> /dev/null
+ 
+ # make ps(EPS) from png
+-$(BUILDIMAGESDIR)/%.ps: %.png
++$(BUILDIMAGESDIR)/%.eps: %.png
+ 	@echo "Generating $@ from $<"
+ 	@mkdir -p $(BUILDIMAGESDIR)
+ 	@cat $< | pngtopnm | pnmtops -noturn > $@ 2> /dev/null

================================================================
Index: SOURCES/gstreamer-without_ps_pdf.patch
diff -u SOURCES/gstreamer-without_ps_pdf.patch:1.1 SOURCES/gstreamer-without_ps_pdf.patch:1.1.4.1
--- SOURCES/gstreamer-without_ps_pdf.patch:1.1	Thu Oct 16 23:09:37 2003
+++ SOURCES/gstreamer-without_ps_pdf.patch	Mon May 15 19:25:34 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.1.4.1&f=u



More information about the pld-cvs-commit mailing list