Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 147292 Details for
Bug 214756
dev-cpp/cairomm broken w/ cairo >=1.5.14
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cairomm-1.5.0.ebuild
cairomm-1.5.0.ebuild (text/plain), 1.05 KB, created by
Peter Sääf
on 2008-03-25 18:06:23 UTC
(
hide
)
Description:
cairomm-1.5.0.ebuild
Filename:
MIME Type:
Creator:
Peter Sääf
Created:
2008-03-25 18:06:23 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/cairomm-1.4.4.ebuild,v 1.8 2007/12/11 11:02:57 vapier Exp $ > >inherit eutils > >DESCRIPTION="C++ bindings for the Cairo vector graphics library" >HOMEPAGE="http://cairographics.org/" >SRC_URI="http://cairographics.org/releases/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc examples" > >RDEPEND=">=x11-libs/cairo-1.4.0" >DEPEND="${RDEPEND} > doc? ( app-doc/doxygen )" > >src_unpack() { > unpack "${A}" > cd "${S}" > > # Fix cairo ABI breakage > epatch "${FILESDIR}/${PN}-1.5.0-enum.patch" > > if ! use examples; then > # don't waste time building the examples > sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \ > die "sed Makefile.in failed" > fi >} > >src_compile() { > econf $(use_enable doc docs) || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > > if use examples; then > cp -R examples "${D}"/usr/share/doc/${PF} > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 214756
: 147292 |
147293