Package: voxbo / 1.8.5~svn1246-2

Metadata

Package Version Patches format
voxbo 1.8.5~svn1246-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no_qtimageformats_linking | (download)

make_stuff.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
manpages | (download)

man/vbview2.1 | 16 16 + 0 - 0 !
1 file changed, 16 insertions(+)

---
fix linking.patch | (download)

crunch/Makefile | 2 1 + 1 - 0 !
fileformats/Makefile | 2 1 + 1 - 0 !
gdscript/Makefile | 2 1 + 1 - 0 !
lib/Makefile | 14 7 + 7 - 0 !
munge/Makefile | 2 1 + 1 - 0 !
qtglm/Makefile | 2 1 + 1 - 0 !
resample/Makefile | 2 1 + 1 - 0 !
stand_alone/Makefile | 2 1 + 1 - 0 !
stats/Makefile | 2 1 + 1 - 0 !
utils/Makefile | 2 1 + 1 - 0 !
vbview/Makefile | 2 1 + 1 - 0 !
vbwidgets/Makefile | 2 1 + 1 - 0 !
12 files changed, 18 insertions(+), 18 deletions(-)

 several parts of the code need boost_system, but don't explicitly
 add it to their respective linker commands. This causes the build to fail when
 --no-copy-dt-needed entries is set, so add them to the command line.
 The -Wl,--no-as-needed flag is a workaround for cgsl being underlinked, causing a
 build failure in Ubuntu, where --as-needed is set as default. Arguably, this
 should be resolved in cgsl, but in the meantime, this is a good workaround.
Bug-Debian: http://bugs.debian.org/720821
gsl 2.0 ftbfs | (download)

utils/fitOneOverF.cpp | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

---