mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
833 B
Plaintext
15 lines
833 B
Plaintext
PKG_NAME="cairo"
|
|
PKG_VERSION="1.10.0"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="LGPL"
|
|
PKG_SITE="http://cairographics.org/"
|
|
PKG_URL="http://cairographics.org/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS="zlib freetype fontconfig libpng pixman libXrender libX11"
|
|
PKG_BUILD_DEPENDS="toolchain zlib freetype fontconfig libpng pixman libXrender libX11"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="graphics"
|
|
PKG_SHORTDESC="cairo: Multi-platform 2D graphics library"
|
|
PKG_LONGDESC="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."
|
|
PKG_IS_ADDON="no"
|