cairo: update to 1.14.4.

This commit is contained in:
Juan RP 2015-10-29 06:49:17 +01:00
parent 736f966c8c
commit cdfea980a6
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'cairo'. # Template build file for 'cairo'.
pkgname=cairo pkgname=cairo
version=1.14.2 version=1.14.4
revision=3 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --disable-lto --enable-tee configure_args="--disable-static --disable-lto --enable-tee
$(vopt_if opengl '--enable-gl --enable-egl') $(vopt_if opengl '--enable-gl --enable-egl')
@ -11,9 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1, MPL-1.1" license="LGPL-2.1, MPL-1.1"
homepage="http://cairographics.org" homepage="http://cairographics.org"
distfiles="${homepage}/releases/$pkgname-$version.tar.xz" distfiles="${homepage}/releases/$pkgname-$version.tar.xz"
checksum=c919d999ddb1bbbecd4bbe65299ca2abd2079c7e13d224577895afa7005ecceb checksum=f6ec9c7c844db9ec011f0d66b57ef590c45adf55393d1fc249003512522ee716
desc_option_ultimate="Enable ultimate patchset"
hostmakedepends="automake libtool pkg-config" hostmakedepends="automake libtool pkg-config"
makedepends="libpng-devel fontconfig-devel pixman-devel libXrender-devel libglib-devel makedepends="libpng-devel fontconfig-devel pixman-devel libXrender-devel libglib-devel
@ -38,6 +36,7 @@ pre_configure() {
# Package build options # Package build options
build_options="gles2 opengl ultimate" build_options="gles2 opengl ultimate"
desc_option_ultimate="Enable ultimate patchset"
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) build_options_default+=" opengl";; i686*|x86_64*) build_options_default+=" opengl";;