]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
pixman: Update to 0.25.6.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 19 May 2012 17:44:19 +0000 (19:44 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 19 May 2012 17:52:54 +0000 (19:52 +0200)
Update pixman to latest release.
Enable support for PNG.

pixman/pixman.nm

index fa240805a50ae6eb4ffaeaf6f42f6e7a6e0ad005..573d3438d0d06dedb2871d70509f83d42faed94e 100644 (file)
@@ -4,11 +4,11 @@
 ###############################################################################
 
 name       = pixman
-version    = 0.18.4
-release    = 2
+version    = 0.25.6
+release    = 1
 
 groups     = System/Libraries
-url        = http://xorg.freedesktop.org/archive/individual/lib/
+url        = http://www.X.org/
 license    = MIT
 summary    = Pixel manipulation library.
 
@@ -16,18 +16,21 @@ description
        Pixman is a pixel manipulation library for X and cairo.
 end
 
-source_dl  =
+source_dl  = http://xorg.freedesktop.org/archive/individual/lib/
 
 build
        requires
+               libpng-devel
                perl
                pkg-config
        end
+
+       configure_options += \
+               --disable-arm-iwmmxt
 end
 
 packages
        package %{name}
-       end
 
        package %{name}-devel
                template DEVEL