[SCM] unicap/master: Added patch to allow building of gtk-docs
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Tue Oct 3 13:48:31 UTC 2017
The following commit has been merged in the master branch:
commit d97445d759523a0ce81f52129ce7959a775ec4a9
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Tue Oct 3 12:42:03 2017 +0200
Added patch to allow building of gtk-docs
diff --git a/debian/patches/1012_gtkdoc_sourcedir.patch b/debian/patches/1012_gtkdoc_sourcedir.patch
new file mode 100644
index 0000000..54316f1
--- /dev/null
+++ b/debian/patches/1012_gtkdoc_sourcedir.patch
@@ -0,0 +1,19 @@
+Description: drop ''--source-dir' from DOC_SOURCE_DIR
+ modern gtkdocize Makefile snippets automatically add this flag.
+ having it preset in the original variable, will double set it, leading to FTBFS
+Author: IOhannes m zmölnig
+Forwarded: no
+Last-Update: 2017-10-03
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- unicap.orig/doc/libunicap/Makefile.am
++++ unicap/doc/libunicap/Makefile.am
+@@ -18,7 +18,7 @@
+ # gtk-doc will search all .c & .h files beneath here for inline comments
+ # documenting the functions and macros.
+ # e.g. DOC_SOURCE_DIR=../../../gtk
+-DOC_SOURCE_DIR=../../src --source-dir=../../include
++DOC_SOURCE_DIR=../../src ../../include
+
+ # Extra options to pass to gtkdoc-scangobj. Not normally needed.
+ SCANGOBJ_OPTIONS=
diff --git a/debian/patches/series b/debian/patches/series
index 7196b68..9fed8e5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
1009_v4l1.patch
1010_libv4l2.h_includes.patch
1011_euvccam_implicit_decls.patch
+1012_gtkdoc_sourcedir.patch
--
unicap packaging
More information about the pkg-multimedia-commits
mailing list