[packages/gstreamer0.10-plugins-good] - fix building docs

baggins baggins at pld-linux.org
Sun Aug 9 16:07:20 CEST 2015


commit b22d9b2541c9c02e3b234095068d2e66dddea18e
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Aug 9 16:07:07 2015 +0200

    - fix building docs

 docs-fix-mismatched-para-tags.patch | 48 +++++++++++++++++++++++++++++++++++++
 gstreamer0.10-plugins-good.spec     |  2 ++
 2 files changed, 50 insertions(+)
---
diff --git a/gstreamer0.10-plugins-good.spec b/gstreamer0.10-plugins-good.spec
index 5422504..e9496fc 100644
--- a/gstreamer0.10-plugins-good.spec
+++ b/gstreamer0.10-plugins-good.spec
@@ -27,6 +27,7 @@ Group:		Libraries
 Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-good/%{gstname}-%{version}.tar.xz
 # Source0-md5:	555845ceab722e517040bab57f9ace95
 Patch0:		libv4l.patch
+Patch1:		docs-fix-mismatched-para-tags.patch
 URL:		http://gstreamer.freedesktop.org/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake >= 1:1.10
@@ -508,6 +509,7 @@ Wtyczka obsługująca bezstratny format dźwięku Wavpack.
 %prep
 %setup -q -n %{gstname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/docs-fix-mismatched-para-tags.patch b/docs-fix-mismatched-para-tags.patch
new file mode 100644
index 0000000..3bda08c
--- /dev/null
+++ b/docs-fix-mismatched-para-tags.patch
@@ -0,0 +1,48 @@
+From 577d87300906f961d13f76b44ba60fc40f0c637a Mon Sep 17 00:00:00 2001
+From: William Jon McCann <william.jon.mccann at gmail.com>
+Date: Fri, 14 Feb 2014 15:27:20 -0500
+Subject: [PATCH] docs: fix mismatched para tags
+
+newer gtkdoc is more sensitive to mismatched docbook tags.
+This fixes the build in master.
+---
+ gst/audiofx/audiocheblimit.c | 4 ++--
+ gst/udp/gstudpsrc.c          | 3 +--
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/gst/audiofx/audiocheblimit.c b/gst/audiofx/audiocheblimit.c
+index 549a9d2..e278886 100644
+--- a/gst/audiofx/audiocheblimit.c
++++ b/gst/audiofx/audiocheblimit.c
+@@ -46,12 +46,12 @@
+  * be at most this value. A lower ripple value will allow a faster rolloff.
+  *
+  * As a special case, a Chebyshev type 1 filter with no ripple is a Butterworth filter.
+- * </para>
++ *
+  * <note><para>
+  * Be warned that a too large number of poles can produce noise. The most poles are possible with
+  * a cutoff frequency at a quarter of the sampling rate.
+  * </para></note>
+- * <para>
++ *
+  * <refsect2>
+  * <title>Example launch line</title>
+  * |[
+diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
+index c2cbd92..7a24339 100644
+--- a/gst/udp/gstudpsrc.c
++++ b/gst/udp/gstudpsrc.c
+@@ -78,8 +78,7 @@
+  * </itemizedlist>
+  * The message is typically used to detect that no UDP arrives in the receiver
+  * because it is blocked by a firewall.
+- * </para>
+- * <para>
++ *
+  * A custom file descriptor can be configured with the
+  * #GstUDPSrc:sockfd property. The socket will be closed when setting the
+  * element to READY by default. This behaviour can be
+-- 
+1.8.5.3
+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer0.10-plugins-good.git/commitdiff/b22d9b2541c9c02e3b234095068d2e66dddea18e



More information about the pld-cvs-commit mailing list