cairo: update to 1.12.16.

This commit is contained in:
Juan RP 2013-08-27 06:43:13 +02:00
parent cc6d337e8d
commit 7861949927

View file

@ -1,7 +1,7 @@
# Template build file for 'cairo'.
pkgname=cairo
version=1.12.14
revision=6
version=1.12.16
revision=1
build_style=gnu-configure
configure_args="--disable-static --enable-tee"
short_desc="Vector graphics library with cross-device output support"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1, MPL-1.1"
homepage="http://cairographics.org"
distfiles="${homepage}/releases/$pkgname-$version.tar.xz"
checksum=96d0d1e3f9b74d2ca3469ff187c5e5f25649b1ad35cf06f4f3a83847dff4ac13
checksum=2505959eb3f1de3e1841023b61585bfd35684b9733c7b6a3643f4f4cbde6d846
long_desc="
Cairo is a vector graphics library with cross-device output support. Currently
supported output targets include the X Window System and in-memory image
@ -30,9 +30,9 @@ pre_configure() {
}
# Package build options
build_options="opengl gles2"
desc_option_opengl="Enable support for building the OpenGL surface backend"
build_options="gles2 opengl"
desc_option_gles2="Enable support for building the GLESv2 surface backend"
desc_option_opengl="Enable support for building the OpenGL surface backend"
# Enable gles2 by default on x86.
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
@ -67,6 +67,7 @@ cairo-devel_package() {
vmove usr/include
vmove usr/share
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}