Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 47640 Details for
Bug 60753
cinepaint-0.18.3 failed to compile gcc 3.4.1 -wall
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild including the above patch
cinepaint-0.18.3.ebuild (text/plain), 826 bytes, created by
Daniel Karlsson
on 2005-01-04 13:24:43 UTC
(
hide
)
Description:
Ebuild including the above patch
Filename:
MIME Type:
Creator:
Daniel Karlsson
Created:
2005-01-04 13:24:43 UTC
Size:
826 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils > >MY_PV=0.18-3 >S=${WORKDIR}/${PN}-${MY_PV} >DESCRIPTION="motion picture editing tool used for painting and retouching of movies" >SRC_URI="mirror://sourceforge/cinepaint/${PN}-${MY_PV}.tar.gz" >HOMEPAGE="http://cinepaint.sourceforge.net/" >SLOT="0" >KEYWORDS="~x86 ~ppc ~amd64" >LICENSE="GPL-2" >IUSE="png zlib" > >DEPEND="=x11-libs/gtk+-1* > png? ( >=media-libs/libpng-1.2 ) > zlib? ( sys-libs/zlib ) > media-libs/openexr > media-libs/tiff > media-libs/jpeg" > >src_compile(){ > epatch ${FILESDIR}/cinepaint-gcc34.patch > econf --with-openexr-prefix=/usr || die "econf failed" > emake || die "emake failed" >} > >src_install(){ > einstall DESTDIR=${D} || die "einstall failed" > dodoc AUTHORS ChangeLog COPYING* README* NEWS >}
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 60753
:
47639
|
47640
|
47649