cairo: remove long_desc.

This commit is contained in:
Juan RP 2014-02-18 15:35:59 +01:00
parent 4da5a73d3c
commit 3966651f1b
1 changed files with 3 additions and 14 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'cairo'.
pkgname=cairo
version=1.12.16
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-static --enable-tee"
short_desc="Vector graphics library with cross-device output support"
@ -10,17 +10,6 @@ license="LGPL-2.1, MPL-1.1"
homepage="http://cairographics.org"
distfiles="${homepage}/releases/$pkgname-$version.tar.xz"
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
buffers. PostScript and PDF file output is planned. Cairo is designed to
produce identical output on all output media while taking advantage of display
hardware acceleration when available (eg. through the X Render Extension).
Cairo provides a stateful user-level API with capabilities similar to the PDF
1.4 imaging model. Cairo provides operations including stroking and filling
Bezier cubic splines, transforming and compositing translucent images, and
antialiased text rendering."
hostmakedepends="which automake libtool pkg-config"
makedepends="libpng-devel>=1.6 fontconfig-devel pixman-devel>=0.28 libXrender-devel>=0.9.7_3 libglib-devel"
@ -57,8 +46,8 @@ if [ "$build_option_opengl" -o "$build_option_gles2" ]; then
fi
cairo-devel_package() {
depends="fontconfig-devel glib-devel libpng-devel>=1.6 libXrender-devel>=0.9.7_3 pixman-devel cairo>=${version}"
short_desc+=" -- development files"
depends="fontconfig-devel glib-devel libpng-devel>=1.6 libXrender-devel>=0.9.7_3 pixman-devel cairo>=${version}_${revision}"
short_desc+=" - development files"
if [ "$build_option_opengl" -o "$build_option_gles2" ]; then
depends+=" MesaLib-devel"