]> git.pld-linux.org Git - packages/gstreamer.git/commitdiff
- fix doc installation directory
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Thu, 16 Oct 2003 21:09:37 +0000 (21:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add AC_PROG_LIBTOOL
- disable build PS and PDF documentation as it use gtk-doc with HTML documentation.

Changed files:
    gstreamer-doc-destdir.patch -> 1.1
    gstreamer-libtool.patch -> 1.1
    gstreamer-without_ps_pdf.patch -> 1.1

gstreamer-doc-destdir.patch [new file with mode: 0644]
gstreamer-libtool.patch [new file with mode: 0644]
gstreamer-without_ps_pdf.patch [new file with mode: 0644]

diff --git a/gstreamer-doc-destdir.patch b/gstreamer-doc-destdir.patch
new file mode 100644 (file)
index 0000000..da93539
--- /dev/null
@@ -0,0 +1,36 @@
+diff -Nuard gstreamer-0.6.4.orig/docs/faq/Makefile.am gstreamer-0.6.4/docs/faq/Makefile.am
+--- gstreamer-0.6.4.orig/docs/faq/Makefile.am  2003-10-09 13:28:44.000000000 +0200
++++ gstreamer-0.6.4/docs/faq/Makefile.am       2003-10-16 22:41:41.000000000 +0200
+@@ -25,7 +25,7 @@
+ EXTRA_DIST = $(SRC)
+                                                                                 
+ # install documentation
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/$(DOC)
++docdir = $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)/$(DOC)
+ doc_DATA = $(PDF_DAT) $(PS_DAT)
+                                                                                 
+ include $(srcdir)/../htmlinstall.mak
+diff -Nuard gstreamer-0.6.4.orig/docs/manual/Makefile.am gstreamer-0.6.4/docs/manual/Makefile.am
+--- gstreamer-0.6.4.orig/docs/manual/Makefile.am       2003-10-08 16:51:45.000000000 +0200
++++ gstreamer-0.6.4/docs/manual/Makefile.am    2003-10-16 22:42:13.000000000 +0200
+@@ -25,7 +25,7 @@
+ EXTRA_DIST = $(SRC)
+ # install documentation
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/$(DOC)
++docdir = $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)/$(DOC)
+ doc_DATA = $(PDF_DAT) $(PS_DAT)
+ include $(srcdir)/../htmlinstall.mak
+diff -Nuard gstreamer-0.6.4.orig/docs/pwg/Makefile.am gstreamer-0.6.4/docs/pwg/Makefile.am
+--- gstreamer-0.6.4.orig/docs/pwg/Makefile.am  2003-10-09 13:28:44.000000000 +0200
++++ gstreamer-0.6.4/docs/pwg/Makefile.am       2003-10-16 22:41:54.000000000 +0200
+@@ -25,7 +25,7 @@
+ EXTRA_DIST = $(SRC)
+                                                                                 
+ # install documentation
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/$(DOC)
++docdir = $(DESTDIR)$(datadir)/doc/$(PACKAGE)-$(VERSION)/$(DOC)
+ doc_DATA = $(PDF_DAT) $(PS_DAT)
+                                                                                 
+ include $(srcdir)/../htmlinstall.mak
diff --git a/gstreamer-libtool.patch b/gstreamer-libtool.patch
new file mode 100644 (file)
index 0000000..70b29d0
--- /dev/null
@@ -0,0 +1,11 @@
+diff -Nuard gstreamer-0.6.4.orig/configure.ac gstreamer-0.6.4/configure.ac
+--- gstreamer-0.6.4.orig/configure.ac  2003-10-13 17:03:13.000000000 +0200
++++ gstreamer-0.6.4/configure.ac       2003-10-15 20:53:53.000000000 +0200
+@@ -24,6 +24,7 @@
+ dnl - interfaces removed -> AGE = 0
+ dnl - major/minor got increased -> reset to 0,0,0
+ AS_LIBTOOL(GST, 1, 0, 1)
++AC_PROG_LIBTOOL
+ AC_CONFIG_SRCDIR([gst/gst.c])
+ AM_CONFIG_HEADER(config.h)
diff --git a/gstreamer-without_ps_pdf.patch b/gstreamer-without_ps_pdf.patch
new file mode 100644 (file)
index 0000000..b3be1b8
--- /dev/null
@@ -0,0 +1,13 @@
+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)
+ ])
This page took 0.041697 seconds and 4 git commands to generate.