pixman: update to 0.36.0.
This commit is contained in:
parent
22e277bf5f
commit
ace31955a1
|
@ -1,16 +0,0 @@
|
|||
--- pixman/pixman-private.h.orig
|
||||
+++ pixman/pixman-private.h
|
||||
@@ -1,5 +1,3 @@
|
||||
-#include <float.h>
|
||||
-
|
||||
#ifndef PIXMAN_PRIVATE_H
|
||||
#define PIXMAN_PRIVATE_H
|
||||
|
||||
@@ -30,6 +28,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
+#include <float.h>
|
||||
|
||||
#include "pixman-compiler.h"
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
# Template build file for 'pixman'.
|
||||
# Template file for 'pixman'
|
||||
pkgname=pixman
|
||||
version=0.34.0
|
||||
revision=2
|
||||
version=0.36.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-gtk" # do not require gtk+!
|
||||
hostmakedepends="pkg-config perl"
|
||||
short_desc="Library of low-level pixel manipulation routines"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=39ba3438f3d17c464b0cb8be006dacbca0ab5aee97ebde69fec7ecdbf85794a0
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
|
||||
checksum=fd92c0cc99183977e54a278d7c595ee094a8e75724c03faf3796d1e49f7780dc
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue