Package: unicap / 0.9.12+repack20150328.0.git2c600ae-3
Metadata
Package | Version | Patches format |
---|---|---|
unicap | 0.9.12+repack20150328.0.git2c600ae-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
1001_printf_warning.patch | (download) |
src/unicap_helpers.c |
4 2 + 2 - 0 ! |
fixed format specifiers for printf() |
1003_vid21394_pointer.patch | (download) |
cpi/vid21394/vid21394_base.c |
3 2 + 1 - 0 ! |
use a variable for return-by-reference |
1005_tidy_gettext.patch | (download) |
po/POTFILES.in |
6 2 + 4 - 0 ! |
fix update list of gettext source files |
1009_v4l1.patch | (download) |
cpi/v4l/v4l.c |
2 1 + 1 - 0 ! |
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 ! |
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 ! |
fix implicit function declarations in cpi/euvccam |
1012_gtkdoc_sourcedir.patch | (download) |
doc/libunicap/Makefile.am |
2 1 + 1 - 0 ! |
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 |
1013_unicap_queue_t.patch | (download) |
common/queue.h |
6 2 + 4 - 0 ! |
fix linking errors with multiply defined symbols Multiple header files define the same variable, which is nowhere actually used. |