Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
10_sphinx.ext.pngmath.patch | Replace sphinx.ext.pngmath by sphinx.ext.imgmath to build with sphinx 1.8 | Andreas Tille <tille@debian.org> | no | debian | 2019-03-08 | |
13_disable-tests-which-would-need-lenna-images.diff | disable all tests which won't run due to stripped "lenna" images, see https://github.com/ukoethe/vigra/issues/253. | Daniel Stender <stender@debian.org> | not-needed | debian | 2018-12-28 | |
16_docs-no-footer-timestamp.diff | remove timestamp from document footer for reproducible building | Daniel Stender <debian@danielstender.com> | not-needed | upstream | 2015-07-05 | |
19_docsrc-out-of-source.diff | Add support for out-of-source documentation building. | Jakub Wilk <jwilk@debian.org> | not-needed | 2016-01-24 | ||
22_docsrc-paths.diff | Fix hyperlinks from the C++ library documentation to python-vigra documentation and the other way round. | Daniel Stender <debian@danielstender.com> | not-needed | debian | 2018-12-28 | |
25_vigra-config-docdir.diff | Correct output of ‘vigra-config --docdir’. | Jakub Wilk <jwilk@debian.org> | not-needed | 2011-01-22 | ||
28_removed-static-docs.diff | vigranumpy/docsrc/_static is removed in dfsg tarball, link to alternative icon | Former package maintainer | not-needed | 2016-01-24 | ||
31_multi_convolution_fix_incomplete_template_parameter.patch | multi_convolution: Fix for incorrect template parameter type when using unsigned int N for TinyVector SIZE | Jaime Ivan Cervantes | yes | debian upstream | https://github.com/ukoethe/vigra/commit/81958d3 | 2018-12-28 |
34_link-with-pthread.patch | Workaround to fix FTBFS on armel /usr/bin/ld: CMakeFiles/test_blockwisewatersheds.dir/test_watersheds.cxx.o: undefined reference to symbol 'pthread_condattr_setclock@@GLIBC_2.4' =================================================================== |
no | ||||
37_vigra-1.11.1.py37.patch | [PATCH] Receive `const char *` from `PyUnicode_AsUTF8` In Python 3.7, `PyUnicode_AsUTF8` was changed to return a `const char *` instead of a `char *`. This broke VIGRA as we were accepting a `char *` in this case instead. Fortunately we do not need it to be mutable for our use case. So just type the variable storing the result from `PyUnicode_AsUTF8` as a `const char *`. Should still work on older Python 3 versions that return `char *` as well. |
John Kirkham <kirkhamj@janelia.hhmi.org> | no | 2018-10-19 | ||
40_cmake-add-boost_python-MAJOR-MINOR-fixes-445.patch | [PATCH] cmake: add boost_python${MAJOR}${MINOR} (fixes #445) | Ullrich Koethe <ullrich.koethe@iwr.uni-heidelberg.de> | no | 2018-10-16 | ||
43_ftbfs-lenna-removal.diff | Fix build error due to lenna removal | Andreas Metzler <ametzler@debian.org> | not-needed | vendor | 2019-12-21 | |
46_ftbfs-python3-doc-generation.diff | Quoting error in doc generation | Andreas Metzler <ametzler@debian.org> | yes | vendor | 2019-12-21 | |
47_fileencoding-utf-8.diff | Re-encode two files from ISO-8859-1 to UTF-8 Fixes a documentation generation error. | Andreas Metzler <ametzler@debian.org> | no | debian | vendor | 2021-01-31 |