Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 261013 Details for
Bug 326439
gimp-9999 fails to compile with <media-libs/gegl-0.1.2 and <media-libs/babl-0.1.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
babl-9999.ebuild
babl-9999.ebuild (text/plain), 760 bytes, created by
Marian Kyral
on 2011-01-29 16:30:03 UTC
(
hide
)
Description:
babl-9999.ebuild
Filename:
MIME Type:
Creator:
Marian Kyral
Created:
2011-01-29 16:30:03 UTC
Size:
760 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.2.ebuild,v 1.1 2010/02/19 13:41:42 patrick Exp $ > >EAPI="2" > >inherit eutils autotools git > >DESCRIPTION="A dynamic, any to any, pixel format conversion library" >HOMEPAGE="http://www.gegl.org/babl/" >#SRC_URI="ftp://ftp.gtk.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" >EGIT_REPO_URI="git://git.gnome.org/babl" > >LICENSE="LGPL-3" >SLOT="0" >KEYWORDS="" >IUSE="sse mmx" > >src_configure() { > eautoreconf > econf \ > $(use_enable mmx) \ > $(use_enable sse) >} > >src_install() { > emake install DESTDIR="${D}" || die "emake install failed" > find "${D}" -name '*.la' -delete > dodoc AUTHORS NEWS || die "dodoc failed" >}
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 326439
:
261012
| 261013