219
edits
No edit summary |
|||
Line 75: | Line 75: | ||
* octave_config_info () | * octave_config_info () | ||
=== libgraphicsmagick++3 quantum-depth == | === libgraphicsmagick++3 quantum-depth === | ||
in wheezy | in debian wheezy | ||
sudo apt-get build-dep libgraphicsmagick++3 | sudo apt-get build-dep libgraphicsmagick++3 | ||
apt-get source libgraphicsmagick++3 | apt-get source libgraphicsmagick++3 | ||
debian/rules | edit debian/rules | ||
--with-quantum-depth=16 \ | |||
works without problems | |||
--with-quantum-depth=32 \ | |||
shows one error: | |||
UYVY format ... | |||
mean-error=0.0209018218321559, maximum-error=0.816509137487552 | |||
not ok 77 | |||
Failed 1/77 subtests | |||
debuild -i -us -uc -b | debuild -i -us -uc -b | ||
dpkg -i .... | |||
== Tracking octave bugs with hg bisect== | == Tracking octave bugs with hg bisect== |
edits