diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-07-01 08:06:29 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-07-01 08:06:29 +0000 |
commit | b2528cd2817c2011416e45adcb95edb12dee7c3e (patch) | |
tree | 4f8e35a2b1cedf8420cdd731b87145fd485124c8 /x11-libs/cairo | |
parent | Stable on ppc; bug #124828. (diff) | |
download | gentoo-2-b2528cd2817c2011416e45adcb95edb12dee7c3e.tar.gz gentoo-2-b2528cd2817c2011416e45adcb95edb12dee7c3e.tar.bz2 gentoo-2-b2528cd2817c2011416e45adcb95edb12dee7c3e.zip |
rev bump adding new stable release. gets lots of warnings but some Gentoo devs wanted it in masked... so here ya go
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.2.0.ebuild | 60 | ||||
-rw-r--r-- | x11-libs/cairo/files/digest-cairo-1.2.0 | 3 |
3 files changed, 70 insertions, 1 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 38c6baa4e11b..62ab420dfba2 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.73 2006/06/25 20:31:11 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.74 2006/07/01 08:06:29 cardoe Exp $ + +*cairo-1.2.0 (01 Jul 2006) + + 01 Jul 2006; Doug Goldstein <cardoe@gentoo.org> +cairo-1.2.0.ebuild: + rev bump adding new stable release. gets lots of warnings but some Gentoo + devs wanted it in masked... so here ya go 25 Jun 2006; Javier Villavicencio <the_paya@gentoo.org> cairo-1.0.4.ebuild: diff --git a/x11-libs/cairo/cairo-1.2.0.ebuild b/x11-libs/cairo/cairo-1.2.0.ebuild new file mode 100644 index 000000000000..aeaf97b4baa0 --- /dev/null +++ b/x11-libs/cairo/cairo-1.2.0.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.0.ebuild,v 1.1 2006/07/01 08:06:29 cardoe Exp $ + +inherit eutils autotools + +DESCRIPTION="A vector graphics library with cross-device output support" +HOMEPAGE="http://cairographics.org/" +SRC_URI="http://cairographics.org/releases/${P}.tar.gz" + +LICENSE="|| ( LGPL-2.1 MPL-1.1 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="doc glitz pdf png svg X" + +RDEPEND="media-libs/fontconfig + >=media-libs/freetype-2.1.4 + X? ( || ( + ( x11-libs/libXrender + x11-libs/libXext + x11-libs/libX11 ) + virtual/x11 + ) + virtual/xft + ) + glitz? ( >=media-libs/glitz-0.5.1 ) + png? ( media-libs/libpng ) + pdf? ( >=app-text/poppler-bindings-0.4.1 + x11-libs/pango + >=x11-libs/gtk+-2 ) + svg? ( dev-libs/libxml2 ) + !<x11-libs/cairo-0.2" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + X? ( || ( x11-proto/renderproto virtual/x11 ) ) + doc? ( >=dev-util/gtk-doc-1.3 + ~app-text/docbook-xml-dtd-4.2 )" + +src_compile() { + echo + echo + echo + ewarn "This compiles but with tons of warnings.. but some Gentoo devs want this in masked.." + echo + echo + echo + echo + + econf $(use_enable X xlib) $(use_enable doc gtk-doc) \ + $(use_enable png) $(use_enable svg) $(use_enable pdf) \ + $(use_enable glitz) --enable-freetype --enable-ps \ + || die "configure failed" + + emake || die "compile failed" +} + +src_install() { + make DESTDIR="${D}" install || die "Installation failed" + dodoc AUTHORS ChangeLog NEWS README TODO +} diff --git a/x11-libs/cairo/files/digest-cairo-1.2.0 b/x11-libs/cairo/files/digest-cairo-1.2.0 new file mode 100644 index 000000000000..9afc5cb43bc6 --- /dev/null +++ b/x11-libs/cairo/files/digest-cairo-1.2.0 @@ -0,0 +1,3 @@ +MD5 5c9ad71d1b582907eee0497b196689ef cairo-1.2.0.tar.gz 2659930 +RMD160 9dd76e43e881dfd3f20a81fc0f946e302ed7993c cairo-1.2.0.tar.gz 2659930 +SHA256 fa3dc63029bab324682231f75af167b9370458785312a97fd0c50bf2dbd1cf21 cairo-1.2.0.tar.gz 2659930 |