Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70678 - x11-libs/cairo (update)
Summary: x11-libs/cairo (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Tom Payne (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-10 08:46 UTC by Pupeno
Modified: 2004-12-05 08:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pupeno 2004-11-10 08:46:58 UTC
I updated the cairo ebuild to install 0.2.0:
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.18.ebuild,v 1.10 2004/09/10 19:35:21 twp Exp $

DESCRIPTION="A vector graphics library with cross-device output support"
HOMEPAGE="http://cairographics.org/"
SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
LICENSE="BSD LGPL MPL"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
IUSE=""
DEPEND="virtual/x11
                virtual/xft
                media-libs/fontconfig
                >=media-libs/freetype-2*
                >=media-libs/libpixman-0.1.1"

src_compile() {
        PKG_CONFIG_PATH=${PKG_CONFIG_PATH+$PKG_CONFIG_PATH:}${FILESDIR} econf || die
        emake || die
}

src_install() {
        make install DESTDIR=${D}
        insinto /usr/lib/pkgconfig
        doins ${FILESDIR}/xrender.pc
}


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Artur Brodowski 2004-11-29 09:56:58 UTC
Just a comment ;)
Latest cairo has an optional glitz dependancy, and there's no snapshot
for glitz (that can be solved with cvs ebuild). Also, latest libpixman 
snapshot was bumped to 1.2 on freedesktop server.
Comment 2 Tom Payne (RETIRED) gentoo-dev 2004-12-05 08:58:58 UTC
Thanks, cairo-0.2.0 now in CVS. Glitz support seems to be broken, see bug # 73454. I've passed this upstream to the author.