52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
# Template build file for 'cairo'.
|
|
pkgname=cairo
|
|
version=1.8.10
|
|
revision=3
|
|
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
configure_args="--enable-xlib=yes --enable-xlib-xrender=yes
|
|
--enable-xcb=yes --enable-png=yes --disable-glitz
|
|
--enable-directfb=no --enable-ft=yes --enable-pdf=yes
|
|
--enable-ps=yes --enable-svg=yes --disable-gcov"
|
|
short_desc="Vector graphics library with cross-device output support"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=572bada15596ec8708392db1af8b93a1af75ca47690348154e2841f3a6f08439
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency run zlib
|
|
Add_dependency run fontconfig
|
|
Add_dependency run freetype
|
|
Add_dependency run pixman
|
|
Add_dependency run libpng
|
|
Add_dependency run libX11
|
|
Add_dependency run libXrender
|
|
Add_dependency run xcb-util
|
|
Add_dependency run libxcb
|
|
Add_dependency build pkg-config
|
|
Add_dependency build zlib-devel
|
|
Add_dependency build fontconfig-devel
|
|
Add_dependency build freetype-devel
|
|
Add_dependency build pixman-devel
|
|
Add_dependency build libpng-devel
|
|
Add_dependency build libX11-devel
|
|
Add_dependency build xcb-util-devel
|
|
Add_dependency build libxcb-devel
|
|
Add_dependency build libXrender-devel
|
|
|
|
pre_configure()
|
|
{
|
|
sed -i -e "s|libpng12|libpng14|g" ${wrksrc}/configure
|
|
}
|