Package: pcb / 20140316-3.1

Metadata

Package Version Patches format
pcb 20140316-3.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable_hid_png3_test.diff | (download)

tests/tests.list | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable hid_png3 test
 According to upstream, the problem is in the hid_png3 test
drop_check_global_included.patch | (download)

src/hid/hidint.h | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 drop the #if check for the declaration of hid_get_extents()
desktop file main category.diff | (download)

data/pcb.desktop | 2 1 + 1 - 0 !
data/pcb.desktop.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
hid_png.diff | (download)

src/hid/png/png.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 png: add explicit round() calls to the scaling
 After this commit the tests pass on both 32- and 64-bit builds.
 Hopefully this time it's really dead; the previous "fix" af27c2d
 by myself merely increased the DPI of the output, but this one
 attempts to get deterministic rounding behaviour.