2014-12-09 12:43:19 by Thomas Klausner | Files touched by this commit (1) |
Log message:
When disabling sse2, also disable sse3.
From Thomas Orgis on pkgsrc-users.
|
2014-07-12 16:51:04 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.32.6:
A new pixman release 0.32.6 is now available. This is a stable release
in the 0.32 series containing fixes for exported symbols on MIPS,
compiling with the Intel compiler, and for an integer overflow bug.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2014-05-05 00:06:34 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Bump BUILDLINK_{API,ABI}_DEPENDS
* pixman_region32_clear() is implemented in 0.25.2 or later.
It is required by firefox-29.0.
|
2014-03-10 12:05:54 by Jonathan Perkin | Files touched by this commit (57) |
Log message:
Search for pkgconfig files in lib${LIBABISUFFIX} and share directories
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
|
2013-11-18 20:42:57 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.32.4:
Log:
Jakub Bogusz (1):
Fix the SSSE3 CPUID detection.
Matt Turner (1):
Pre-release version bump to 0.32.4
Søren Sandmann (2):
Post-release version bump to 0.32.3
test/utils.c: Make the stack unaligned only on 32 bit Windows
|
2013-11-13 20:41:44 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.32.2:
0.32.2:
A new pixman release 0.32.2 is now available. This is a stable release
in the 0.32 series.
This release corrects the problem that the 0.32.0 tarball was missing
some files required to build the GTK+ based demo programs. Also included
is a fix for a build problem with MSVC.
0.32.0:
A new pixman release 0.32.0 is now available. This is new major release
with performance improvements for image scaling, and a large number of
bug fixes.
|
2013-08-15 12:46:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.30.2:
Alexander Troosh (1):
Require GTK+ version >= 2.16
Andrea Canciani (1):
test: Fix build on MSVC
Markos Chandras (1):
Use AC_LINK_IFELSE to check if the Loongson MMI code can link
Matthieu Herrb (1):
configure.ac: Don't use '+=' since it's not POSIX
Siarhei Siamashka (1):
test: fix matrix-test on big endian systems
Søren Sandmann Pedersen (2):
Version bump to 0.30.1
Pre-release version bump to 0.30.2
ingmar@irsoft.de (1):
Fix broken build when HAVE_CONFIG_H is undefined, e.g. on Win32.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2013-05-24 15:28:04 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 0.30.0. Adapt patch-b[bc] to changes.
XXX: these patches should go away, or be fed upstream.
A new major release 0.30.0 of the pixman rendering library is now
available. Highlights of this release:
- Support for high-quality image downscaling [Søren]
- Much improved ARMv6 assembly [Ben Avison]
- Improved rendering quality for gradients [Søren]
- Improvements to the SSE2 backend [Chris Wilson, Siarhei Siamashka]
- Improvements to MIPS DSPr2 backend [Nemanja Lukic]
- Improvements to test suite [Siarhei, Søren Sandmann]
|