Package: qutemol / 0.4.1~cvs20081111-15
Metadata
Package | Version | Patches format |
---|---|---|
qutemol | 0.4.1~cvs20081111-15 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_makefile.patch | (download) |
Makefile |
33 27 + 6 - 0 ! |
modifications to makefile Pass CXXFLAGS and LDFLAGS to enable build hardening Define NDEBUG to quietly ignore WXDEBUG assertion failures (as happens by default under wx2.8). |
02_qutemol.cfg.patch | (download) |
qutemol.cfg |
98 98 + 0 - 0 ! |
modification to source code |
03_ao.cpp.patch | (download) |
src/AO.cpp |
2 1 + 1 - 0 ! |
modification to source code |
04_ao.h.patch | (download) |
src/AO.h |
2 1 + 1 - 0 ! |
modification to source code |
05_aogpu.cpp.patch | (download) |
src/AOgpu.cpp |
12 6 + 6 - 0 ! |
modification to source code |
06_atomcolor.cpp.patch | (download) |
src/AtomColor.cpp |
2 1 + 1 - 0 ! |
modification to source code |
07_cgutil.cpp.patch | (download) |
src/CgUtil.cpp |
8 4 + 4 - 0 ! |
modification to source code |
08_common.cpp.patch | (download) |
src/Common.cpp |
40 20 + 20 - 0 ! |
modification to source code |
09_cubemapsamp.h.patch | (download) |
src/CubeMapSamp.h |
4 2 + 2 - 0 ! |
modification to source code |
10_hardsettings.cpp.patch | (download) |
src/HardSettings.cpp |
22 13 + 9 - 0 ! |
modifications to src/hardsettings.cpp Fix spelling error: 'tranparent' instead of 'transparent' |
11_hardsettings.h.patch | (download) |
src/HardSettings.h |
6 3 + 3 - 0 ! |
modification to source code |
12_mol.cpp.patch | (download) |
src/Mol.cpp |
45 23 + 22 - 0 ! |
modification to source code |
13_mol.h.patch | (download) |
src/Mol.h |
10 5 + 5 - 0 ! |
modification to source code |
14_mycanvas.cpp.patch | (download) |
src/MyCanvas.cpp |
2 1 + 1 - 0 ! |
modification to source code |
15_mycanvas.h.patch | (download) |
src/MyCanvas.h |
2 1 + 1 - 0 ! |
modification to source code |
16_mytab.cpp.patch | (download) |
src/MyTab.cpp |
129 72 + 57 - 0 ! |
modifications to src/mytab.cpp Fix spelling error: 'Strenght' instead of 'Strength' |
17_shadowmap.cpp.patch | (download) |
src/ShadowMap.cpp |
6 3 + 3 - 0 ! |
modification to source code |
18_shadowmap.h.patch | (download) |
src/ShadowMap.h |
2 1 + 1 - 0 ! |
modification to source code |
19_gifsave.cpp.patch | (download) |
src/gifSave.cpp |
6 3 + 3 - 0 ! |
modification to source code |
20_main.cpp.patch | (download) |
src/main.cpp |
55 32 + 23 - 0 ! |
modification to source code |
21_pngsave.cpp.patch | (download) |
src/pngSave.cpp |
6 3 + 3 - 0 ! |
modification to source code |
22_progress.cpp.patch | (download) |
src/progress.cpp |
4 2 + 2 - 0 ! |
modification to source code |
23_progress.h.patch | (download) |
src/progress.h |
2 1 + 1 - 0 ! |
modification to source code |
24_savesnapdialog.cpp.patch | (download) |
src/saveSnapDialog.cpp |
35 19 + 16 - 0 ! |
modification to source code |
25_matrix44.h.patch | (download) |
vcg/vcg/math/matrix44.h |
2 1 + 1 - 0 ! |
modification to source code |
28_mol.cpp.patch | (download) |
src/Mol.cpp |
1 1 + 0 - 0 ! |
include string.h |
29_mol.h.patch | (download) |
src/Mol.h |
1 1 + 0 - 0 ! |
include string |
30_matrix33.h.patch | (download) |
vcg/vcg/math/matrix33.h |
1 1 + 0 - 0 ! |
include stdlib.h |
31_reset_local_for_shaders.patch | (download) |
src/Common.cpp |
8 8 + 0 - 0 ! |
set locale to "c" before making shaders and reset it afterwards. |
32_stdio_includes.patch | (download) |
src/AO.cpp |
1 1 + 0 - 0 ! |
add missing includes for <stdio.h> |
33_format security.patch | (download) |
src/pngSave.cpp |
4 2 + 2 - 0 ! |
fix warnings produced by -werror=format-security |
34_geometry_tab_sliders.patch | (download) |
src/MyTab.cpp |
8 4 + 4 - 0 ! |
fix broken sliders in geometry tab |
35_gifsave_honor_umask.patch | (download) |
src/gifSave.cpp |
6 6 + 0 - 0 ! |
honor umask when saving a gif animation by changing the permissions accordingly afterwards. |
36_wx3.0_compat.patch | (download) |
src/main.cpp |
10 5 + 5 - 0 ! |
modification to source code |
37_giflib5.patch | (download) |
src/gifSave.cpp |
17 10 + 7 - 0 ! |
modification to source code |
38_libpng15.patch | (download) |
src/pngSave.cpp |
2 1 + 1 - 0 ! |
fix ftbfs with libpng 1.5 |
39_reproducible_build.patch | (download) |
src/MyTab.cpp |
2 1 + 1 - 0 ! |
reproducible build This patch prevents displaying the build date on the Info tab. |
40_c++11_compatibility.patch | (download) |
vcg/vcg/math/base.h |
5 0 + 5 - 0 ! |
c++11 compatibility Use C++11 static_assert instead of a macro for assert. Bug-Debian: https://bugs.debian.org/856406 |
41_aogpu2_init_return.patch | (download) |
src/ShadowMap.cpp |
1 1 + 0 - 0 ! |
fix segfault due to not returning true in aogpu2::init() |
42_c++17_compatibility.patch | (download) |
src/pngSave.cpp |
8 3 + 5 - 0 ! |
c++17 compatibility Use unsigned char to avoid collision with std::byte Bug-Debian: https://bugs.debian.org/984316 |
43_wx3.2_compat.patch | (download) |
src/main.cpp |
18 5 + 13 - 0 ! |
wxwidgets 3.2 compatibility Bug-Debian: https://bugs.debian.org/1019819 |