Commit Graph

5 Commits

Author SHA1 Message Date
Julien Cristau
3ebff7c552 Add patch to disable use of env vars to force hwcap and platform on arm.
This is just ugly…
2009-08-23 12:36:58 +02:00
Julien Cristau
796adb434e Run autoreconf at build-time
Build-depend on automake, autoconf, libtool and pkg-config.  Drop patch for
maintainer mode, and drop build-dep on quilt and corresponding code in
debian/rules. Add new rules autogen and config, where we run autoreconf and
configure, respectively.  Update clean rule to remove files generated by
autogen.
2008-03-30 20:30:14 +02:00
Julien Cristau
df9c870e24 New upstream release.
Drop patches 02_no-sse.diff and 03_fbFetchTransformed_64bit_fix.diff.
2007-11-08 11:21:32 +01:00
Julien Cristau
6f65ce9886 Fix 64-bit arithmetic bug in fbFetchTransformed.
Add patch by Francis Whittle from upstream bug#12398
(https://bugs.freedesktop.org/attachment.cgi?id=11896) to fix arithmetic
bug in fbFetchTransformed (causing X crashes on 64bit); closes: #444457.
2007-10-16 10:03:53 +02:00
Julien Cristau
69a96426d7 Don't use -msse when building pixman-mmx.c
This prevents gcc 4.2 from generating SSE instructions for its builtin
functions, the X server from going SIGILL on CPUs supporting MMX but not SSE,
and us from losing (closes: #442829).

Also enable maintainer mode in configure.ac so we can carry the patch to
configure directly in the diff.gz without running autoreconf at build time.
2007-09-19 23:25:11 +02:00