Hello community,

here is the log from the commit of package gstreamer-0_10-plugins-bad for 
openSUSE:Factory checked in at 2016-04-12 19:36:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-bad (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-bad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-0_10-plugins-bad"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-bad/gstreamer-0_10-plugins-bad.changes
    2015-05-20 23:53:45.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-bad.new/gstreamer-0_10-plugins-bad.changes
       2016-04-12 19:36:01.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr  8 09:36:42 UTC 2016 - [email protected]
+
+- Add gstreamer-0_10-plugins-bad-gtk-doc-1.25.patch: Fix build
+  with gtk-doc 1.25. index.sgml is an internal file and must not be
+  messed with (and with gtk-doc 1.25 it is no longer created).
+
+-------------------------------------------------------------------

New:
----
  gstreamer-0_10-plugins-bad-gtk-doc-1.25.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-0_10-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.N5dTEb/_old  2016-04-12 19:36:02.000000000 +0200
+++ /var/tmp/diff_new_pack.N5dTEb/_new  2016-04-12 19:36:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-0_10-plugins-bad
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,6 +62,8 @@
 Patch10:        gstreamer-0_10-plugins-bad-mp4-overflow.patch
 # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-bad-libvpx.patch 
[email protected] -- Enable build against libvpx >= 1.4.
 Patch11:        gstreamer-0_10-plugins-bad-libvpx.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-bad-gtk-doc-1.25.patch 
[email protected] -- Fix build with gtk-doc 1.25. index.sgml is an internal 
file and must not be messed with (and with gtk-doc 1.25 it is no longer 
created).
+Patch12:        gstreamer-0_10-plugins-bad-gtk-doc-1.25.patch
 # Please remove me when slv2 and lv2core are in factory.
 %if %{with LV2}
 BuildRequires:  slv2-devel
@@ -337,6 +339,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p0
+%patch12 -p1
 
 %build
 autoconf

++++++ gstreamer-0_10-plugins-bad-gtk-doc-1.25.patch ++++++
Index: gst-plugins-bad-0.10.23/common/gtk-doc-plugins.mak
===================================================================
--- gst-plugins-bad-0.10.23.orig/common/gtk-doc-plugins.mak
+++ gst-plugins-bad-0.10.23/common/gtk-doc-plugins.mak
@@ -224,9 +224,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
          fi; \
        fi; \
        cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE) 
$(DOC_MAIN_SGML_FILE)
-       @mv html/index.sgml html/index.sgml.bak
-       @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-       @rm -f html/index.sgml.bak
        @rm -f html/$(DOC_MAIN_SGML_FILE)
        @rm -rf html/xml
        @rm -f html/version.entities
Index: gst-plugins-bad-0.10.23/common/gtk-doc.mak
===================================================================
--- gst-plugins-bad-0.10.23.orig/common/gtk-doc.mak
+++ gst-plugins-bad-0.10.23/common/gtk-doc.mak
@@ -131,9 +131,6 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_
          mkhtml_options=--path="$(abs_srcdir)"; \
        fi; \
        cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) 
$(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
-       @mv html/index.sgml html/index.sgml.bak
-       @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-       @rm -f html/index.sgml.bak
        @rm -rf html/xml
        @rm -f version.entities
        @test "x$(HTML_IMAGES)" = "x" ||  ( cd $(srcdir) && cp $(HTML_IMAGES) 
$(abs_builddir)/html )
Index: gst-plugins-bad-0.10.23/docs/libs/Makefile.in
===================================================================
--- gst-plugins-bad-0.10.23.orig/docs/libs/Makefile.in
+++ gst-plugins-bad-0.10.23/docs/libs/Makefile.in
@@ -1017,9 +1017,6 @@ upload: $(FORMATS)
 @ENABLE_GTK_DOC_TRUE@    mkhtml_options=--path="$(abs_srcdir)"; \
 @ENABLE_GTK_DOC_TRUE@  fi; \
 @ENABLE_GTK_DOC_TRUE@  cd html && gtkdoc-mkhtml $$mkhtml_options 
$(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
-@ENABLE_GTK_DOC_TRUE@  @mv html/index.sgml html/index.sgml.bak
-@ENABLE_GTK_DOC_TRUE@  @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-@ENABLE_GTK_DOC_TRUE@  @rm -f html/index.sgml.bak
 @ENABLE_GTK_DOC_TRUE@  @rm -rf html/xml
 @ENABLE_GTK_DOC_TRUE@  @rm -f version.entities
 @ENABLE_GTK_DOC_TRUE@  @test "x$(HTML_IMAGES)" = "x" ||  ( cd $(srcdir) && cp 
$(HTML_IMAGES) $(abs_builddir)/html )
Index: gst-plugins-bad-0.10.23/docs/plugins/Makefile.in
===================================================================
--- gst-plugins-bad-0.10.23.orig/docs/plugins/Makefile.in
+++ gst-plugins-bad-0.10.23/docs/plugins/Makefile.in
@@ -1434,9 +1434,6 @@ update:
 @ENABLE_GTK_DOC_TRUE@    fi; \
 @ENABLE_GTK_DOC_TRUE@  fi; \
 @ENABLE_GTK_DOC_TRUE@  cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE) 
$(DOC_MAIN_SGML_FILE)
-@ENABLE_GTK_DOC_TRUE@  @mv html/index.sgml html/index.sgml.bak
-@ENABLE_GTK_DOC_TRUE@  @$(SED) "s/ href=\"$(DOC_MODULE)\// 
href=\"$(DOC_MODULE)-@GST_MAJORMINOR@\//g" html/index.sgml.bak >html/index.sgml
-@ENABLE_GTK_DOC_TRUE@  @rm -f html/index.sgml.bak
 @ENABLE_GTK_DOC_TRUE@  @rm -f html/$(DOC_MAIN_SGML_FILE)
 @ENABLE_GTK_DOC_TRUE@  @rm -rf html/xml
 @ENABLE_GTK_DOC_TRUE@  @rm -f html/version.entities

Reply via email to