Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 183753 Details for
Bug 259851
gimp-9999 build fails - needs gegl svn and babl snv to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
babl-9999-r1.ebuild
babl-9999-r1.ebuild (text/plain), 918 bytes, created by
Matteo 'The Peach' Pescarin
on 2009-03-03 10:45:24 UTC
(
hide
)
Description:
babl-9999-r1.ebuild
Filename:
MIME Type:
Creator:
Matteo 'The Peach' Pescarin
Created:
2009-03-03 10:45:24 UTC
Size:
918 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils subversion > >DESCRIPTION="Dynamic, any to any, pixel format conversion library" >HOMEPAGE="http://www.gegl.org/babl/" > >ESVN_REPO_URI="http://svn.gnome.org/svn/babl/trunk/" >ESVN_PROJECT="${PN}" > >LICENSE="LGPL-3" >SLOT="0" >KEYWORDS="~amd64" >IUSE="sse mmx" > >DEPEND="virtual/libc > >=sys-devel/libtool-1.4 > >=sys-devel/autoconf-2.54 > >=sys-devel/automake-1.7.9 > gnome-base/librsvg" > > >S=${WORKDIR}/${PN} > >src_compile() { > epatch "${FILESDIR}/${PN}-rsvg.patch" || die "epatch failed" > ./autogen.sh || die "autogen failed" > econf $(use_enable mmx) \ > $(use_enable sse) \ > || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake install DESTDIR="${D}" || die "emake install failed" > find "${D}" -name '*.la' -delete > dodoc AUTHORS ChangeLog 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 259851
:
183144
|
183146
|
183751
|
183753
|
202470
|
202493
|
206269
|
213146
|
213149
|
257653