mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Updated cairo to 1.10.0, still broken though. Further patches welcome.
This commit is contained in:
34
x11-libs/cairo/cairo-1.10.0.bep
Normal file
34
x11-libs/cairo/cairo-1.10.0.bep
Normal file
@@ -0,0 +1,34 @@
|
||||
DESCRIPTION="Cairo is a 2D graphics library with support for multiple output devices."
|
||||
HOMEPAGE="http://cairographics.org"
|
||||
SRC_URI="http://cairographics.org/releases/cairo-1.10.0.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="freetype >= 2.3.11
|
||||
fontconfig >= 2.8.0
|
||||
pixman >= 0.18.4"
|
||||
CHECKSUM_MD5="70a2ece66cf473d976e2db0f75bf199e"
|
||||
BUILD {
|
||||
cd cairo-1.10.0
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I build
|
||||
autoconf
|
||||
automake
|
||||
./configure --prefix=/boot/common --enable-beos
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd cairo-1.10.0
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2.1
|
||||
MPL v1.1"
|
||||
COPYRIGHT="2000, 2002, 2004-2007 Keith Packard
|
||||
2002-2003 University of Southern California
|
||||
2004-2010 Red Hat, Inc.
|
||||
2005-2010 Mozilla Corporation
|
||||
2006-2009 Adrian Johnson
|
||||
2007-2009 Chris Wilson
|
||||
2009-2010 Intel Corporation
|
||||
2002-2010 many others"
|
||||
Reference in New Issue
Block a user