Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 198522 Details for
Bug 278375
New package: media-video/cinepaint
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
CVS source ebuild for cinepaint with sunrise reviews
cinepaint-9999.ebuild (text/plain), 1.74 KB, created by
Michael Weber (RETIRED)
on 2009-07-20 05:44:35 UTC
(
hide
)
Description:
CVS source ebuild for cinepaint with sunrise reviews
Filename:
MIME Type:
Creator:
Michael Weber (RETIRED)
Created:
2009-07-20 05:44:35 UTC
Size:
1.74 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit cvs eutils flag-o-matic > >#MY_P >DESCRIPTION="motion picture editing tool used for painting and retouching of movies" >HOMEPAGE="http://www.cinepaint.org/" >SRC_URI="" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="gutenprint png zlib" > >RDEPEND=">=x11-libs/gtk+-2.0 > png? ( >=media-libs/libpng-1.2 ) > zlib? ( sys-libs/zlib ) > gutenprint? ( >=net-print/gutenprint-5.0.0 ) > media-libs/openexr > >=media-libs/lcms-1.16 > media-libs/tiff > media-libs/jpeg > x11-libs/fltk:1.1 > x11-libs/libXmu > x11-libs/libXinerama > x11-libs/libXpm" >DEPEND="${RDEPEND} > dev-util/pkgconfig > dev-util/cvs > x11-proto/xineramaproto" > >S=${WORKDIR}/${ECVS_MODULE} >RESTRICT="" > >#DOCS="" > >ECVS_SERVER="cinepaint.cvs.sourceforge.net:/cvsroot/cinepaint" >ECVS_MODULE="cinepaint-project/cinepaint" >ECVS_BRANCH="HEAD" >ECVS_AUTH="pserver" >ECVS_USER="anonymous" >ECVS_PASS="" > >pkg_setup() { > if ! built_with_use x11-libs/fltk opengl ; then > eerror "${PN} requires x11-libs/fltk to be built with opengl" > die "Please install x11-libs/fltk with opengl useflag enabled" > fi >} > >src_prepare() { > epatch "${FILESDIR}/${P}-gcc43.patch" > epatch "${FILESDIR}/${P}-multiple_parameters_named.patch" > epatch "${FILESDIR}/${P}-implicitdecls.patch" > epatch "${FILESDIR}/${P}-rpath.patch" > einfo "running autogen.sh from cvs" > chmod a+x ./autogen.sh || die "chmod a+x ./autogen.sh in ${S} failed" > ./autogen.sh || die "execution of ./autogen.sh in ${S} failed" >} > >src_configure() { > econf $(use_enable gutenprint print) --enable-gtk2 || die "econf failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS BUGS INSTALL NEWS README TODO tips.txt >} >
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 278375
:
198516
|
198517
|
198518
|
198520
|
198521
|
198522
|
198536
|
205856
|
210627
|
210629
|
213395
|
254757
|
279059