cairo: update to 1.10.2.
This commit is contained in:
parent
8d789b2503
commit
58ec3769b9
2 changed files with 4 additions and 6 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run zlib-devel
|
Add_dependency run zlib-devel
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 'cairo'.
|
# Template build file for 'cairo'.
|
||||||
pkgname=cairo
|
pkgname=cairo
|
||||||
version=1.10.0
|
version=1.10.2
|
||||||
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
|
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-xlib=yes --enable-xlib-xrender=yes
|
configure_args="--enable-xlib=yes --enable-xlib-xrender=yes
|
||||||
--enable-png=yes --enable-directfb=no --enable-ft=yes --enable-pdf=yes
|
--enable-png=yes --enable-directfb=no --enable-ft=yes --enable-pdf=yes
|
||||||
--enable-ps=yes --enable-svg=yes --disable-gcov"
|
--enable-ps=yes --enable-svg=yes --disable-gcov"
|
||||||
short_desc="Vector graphics library with cross-device output support"
|
short_desc="Vector graphics library with cross-device output support"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2
|
checksum=32018c7998358eebc2ad578ff8d8559d34fc80252095f110a572ed23d989fc41
|
||||||
long_desc="
|
long_desc="
|
||||||
Cairo is a vector graphics library with cross-device output support. Currently
|
Cairo is a vector graphics library with cross-device output support. Currently
|
||||||
supported output targets include the X Window System and in-memory image
|
supported output targets include the X Window System and in-memory image
|
||||||
|
|
Loading…
Reference in a new issue