From 88c43be080a9cf8c7540ebd098e8d228206c75d0 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 13 Mar 2014 16:55:34 +0100 Subject: [PATCH] Rebuild for libvpx ABI break. See #1068664 - fix doc build --- 0001-docs-fix-mismatched-para-tags.patch | 48 ++++++++++++++++++++++++ gstreamer1-plugins-good.spec | 3 ++ 2 files changed, 51 insertions(+) create mode 100644 0001-docs-fix-mismatched-para-tags.patch diff --git a/0001-docs-fix-mismatched-para-tags.patch b/0001-docs-fix-mismatched-para-tags.patch new file mode 100644 index 0000000..3bda08c --- /dev/null +++ b/0001-docs-fix-mismatched-para-tags.patch @@ -0,0 +1,48 @@ +From 577d87300906f961d13f76b44ba60fc40f0c637a Mon Sep 17 00:00:00 2001 +From: William Jon McCann +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. +- * ++ * + * + * 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. + * +- * ++ * + * + * Example launch line + * |[ +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 @@ + * + * The message is typically used to detect that no UDP arrives in the receiver + * because it is blocked by a firewall. +- * +- * ++ * + * 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 + diff --git a/gstreamer1-plugins-good.spec b/gstreamer1-plugins-good.spec index aaa2b77..ef9b933 100644 --- a/gstreamer1-plugins-good.spec +++ b/gstreamer1-plugins-good.spec @@ -16,6 +16,7 @@ License: LGPLv2+ URL: http://gstreamer.freedesktop.org/ Source0: http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz Patch3: 0001-v4l2src-Check-for-obj-pool-NULL.patch +Patch4: 0001-docs-fix-mismatched-para-tags.patch BuildRequires: gstreamer1-devel >= %{version} BuildRequires: gstreamer1-plugins-base-devel >= %{version} @@ -86,6 +87,7 @@ to be installed. %prep %setup -q -n gst-plugins-good-%{version} %patch3 -p1 +%patch4 -p1 %build @@ -207,6 +209,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog * Thu Mar 13 2014 Wim Taymans - 1.2.3-2 - Rebuild for libvpx ABI break. See #1068664 +- fix doc build * Mon Feb 10 2014 Brian Pepple - 1.2.3-1 - Update to 1.2.3.