Package: unicap / 0.9.12+repack20150328.0.git2c600ae-2

Metadata

Package Version Patches format
unicap 0.9.12+repack20150328.0.git2c600ae-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_printf_warning.patch | (download)

src/unicap_helpers.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
1003_vid21394_pointer.patch | (download)

cpi/vid21394/vid21394_base.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
1005_tidy_gettext.patch | (download)

po/POTFILES.in | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

 fix update list of gettext source files
1009_v4l1.patch | (download)

cpi/v4l/v4l.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 point #include statements to the new location of the v4l1 headers
 as they are no longer provided by the kernel.
1010_libv4l2.h_includes.patch | (download)

cpi/v4l2cpi/buffermanager.c | 4 4 + 0 - 0 !
cpi/v4l2cpi/tiseuvccam.c | 4 4 + 0 - 0 !
cpi/v4l2cpi/tisuvccam.c | 4 4 + 0 - 0 !
3 files changed, 12 insertions(+)

 fix implicit pointer conversions in v4l2 macros
  Fix implicit pointer conversions by including libv4l2.h so we
  have its prototypes available to our macros (closes: #678718)
1011_euvccam_implicit_decls.patch | (download)

cpi/euvccam/euvccam_colorproc.c | 2 2 + 0 - 0 !
cpi/euvccam/euvccam_cpi.h | 2 1 + 1 - 0 !
cpi/euvccam/euvccam_usb.c | 1 1 + 0 - 0 !
cpi/euvccam/logging.c | 1 1 + 0 - 0 !
4 files changed, 5 insertions(+), 1 deletion(-)

 fix implicit function declarations in cpi/euvccam
1012_gtkdoc_sourcedir.patch | (download)

doc/libunicap/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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