b58016f758
Overview of changes from pycairo 1.8.0 to pycairo 1.8.2 ======================================================= Pycairo 1.8.0 resulted in crashes for some applications using threads. So upgrading to 1.8.2 is recommended for threaded applications. Bug Fixes: #19287: Threading support results in crashes in cairo.ImageSurface New Methods: Context.set_scaled_font API Changes: Matrix multiplication: old code: matrix3 = matrix1 * matrix2 new equivalent code: matrix3 = matrix1.multiply(matrix2) matrix3 = matrix1 * matrix2 is now equivalent to matrix3 = matrix2.multiply(matrix1) which is consistent with standard matrix multiplication.
8 lines
419 B
Text
8 lines
419 B
Text
$NetBSD: distinfo,v 1.9 2009/01/18 17:12:56 wiz Exp $
|
|
|
|
SHA1 (pycairo-1.8.2.tar.gz) = b457949ccfa3af82afcffae8a396a1c840a9428a
|
|
RMD160 (pycairo-1.8.2.tar.gz) = ce48a6b71b802f07d0e0d3cfa140fd39ab5fe4d7
|
|
Size (pycairo-1.8.2.tar.gz) = 519064 bytes
|
|
SHA1 (patch-aa) = 1177a5421d80273721a80603dbd4cfca0fdf1b18
|
|
SHA1 (patch-ab) = e8fcf835f97b38df476f09d7bcfe1f84b0264aa3
|
|
SHA1 (patch-ac) = 93cc7fa29f90872dad22b83bc783acf9f1279093
|