diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-08-26 01:06:48 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-08-26 01:06:48 +0000 |
commit | d0f32100bd085112601cabdd0fda5e49c12798d5 (patch) | |
tree | d5f51bdaefb3ac8a4b07dc1b2ac4b587846bcbd6 /x11-libs | |
parent | Version bump, fix VCD use flag, add vorbis use flag (diff) | |
download | historical-d0f32100bd085112601cabdd0fda5e49c12798d5.tar.gz historical-d0f32100bd085112601cabdd0fda5e49c12798d5.tar.bz2 historical-d0f32100bd085112601cabdd0fda5e49c12798d5.zip |
rev bump
Package-Manager: portage-2.1.1_pre5-r2
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 10 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.2.4.ebuild | 66 | ||||
-rw-r--r-- | x11-libs/cairo/files/digest-cairo-1.2.4 | 3 |
3 files changed, 78 insertions, 1 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 1b899a72c7a3..fd3d84d41998 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,14 @@ # 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.79 2006/08/09 07:06:42 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.80 2006/08/26 01:06:47 cardoe Exp $ + +*cairo-1.2.4 (26 Aug 2006) + + 26 Aug 2006; Doug Goldstein <cardoe@gentoo.org> + -files/cairo-1.2.0-disappearing-text.patch, + -files/cairo-1.2.0-remove-flush.patch, -cairo-1.2.0-r1.ebuild, + +cairo-1.2.4.ebuild: + rev bump *cairo-1.2.2 (09 Aug 2006) diff --git a/x11-libs/cairo/cairo-1.2.4.ebuild b/x11-libs/cairo/cairo-1.2.4.ebuild new file mode 100644 index 000000000000..c7c98e68a760 --- /dev/null +++ b/x11-libs/cairo/cairo-1.2.4.ebuild @@ -0,0 +1,66 @@ +# 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.4.ebuild,v 1.1 2006/08/26 01:06:47 cardoe Exp $ + +inherit eutils flag-o-matic + +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="directfb doc glitz pdf png svg X" + +# Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it +RESTRICT="test" + +RDEPEND="media-libs/fontconfig + >=media-libs/freetype-2.1.4 + X? ( + || ( + ( + x11-libs/libXrender + x11-libs/libXext + x11-libs/libX11 + ) + virtual/x11 + ) + virtual/xft + ) + directfb? ( >=dev-libs/DirectFB-0.9.24 ) + glitz? ( >=media-libs/glitz-0.5.1 ) + png? ( media-libs/libpng ) + 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() { + #gets rid of fbmmx.c inlining warnings + append-flags -finline-limit=1200 + + econf $(use_enable X xlib) $(use_enable doc gtk-doc) $(use_enable directfb) \ + $(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 +} + +pkg_postinst() { + echo + ewarn "You will most likely need to run revdep-rebuild after emerging this" + echo +} diff --git a/x11-libs/cairo/files/digest-cairo-1.2.4 b/x11-libs/cairo/files/digest-cairo-1.2.4 new file mode 100644 index 000000000000..d6651579bded --- /dev/null +++ b/x11-libs/cairo/files/digest-cairo-1.2.4 @@ -0,0 +1,3 @@ +MD5 1222b2bfdf113e2c92f66b3389659f2d cairo-1.2.4.tar.gz 2882781 +RMD160 dee558b7489aa089de6963d909a8352725e10bdd cairo-1.2.4.tar.gz 2882781 +SHA256 c1580ca951b2f57c4f8b34549997854bc48dbaf036ca1ca6c017c03db3504ddb cairo-1.2.4.tar.gz 2882781 |