Comment 3 for bug 293702

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

I packaged this fix, as a debdiff.

To test the build and resulting package, please do the following on either an Intrepid or Jaunty system:

 $ sudo apt-get install devscripts fakeroot automake autoconf libtool pkg-config
 $ mkdir pixman
 $ cd pixman
 $ dget http://people.ubuntu.com/~kirkland/pixman/pixman_0.12.0-1ubuntu1.dsc
 $ dpkg-source -x pixman_0.12.0-1ubuntu1.dsc
 $ sudo apt-get build-dep pixman
 $ cd pixman-0.12.0/
 $ debuild
 $ cd ..
 $ dpkg -i <whatever>.deb

Or, you can try the powerpc packages I built at:
 * http://people.ubuntu.com/~kirkland/pixman/

:-Dustin