Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 137316 Details for
Bug 123783
media-video/celtx (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
attempt at new ebuild to build from source (not working)
celtx-0996.ebuild (text/plain), 1.51 KB, created by
Cillian de Róiste
on 2007-11-29 14:06:29 UTC
(
hide
)
Description:
attempt at new ebuild to build from source (not working)
Filename:
MIME Type:
Creator:
Cillian de Róiste
Created:
2007-11-29 14:06:29 UTC
Size:
1.51 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils mozconfig flag-o-matic multilib > >SLOT="0" >LICENSE="CePL" >KEYWORDS="~amd64 ~x86" > >DESCRIPTION="An open source screenplay editor" >SRC_URI="http://www.celtx.com/download/celtx-${PV}-src.tar.bz2" >HOMEPAGE="http://www.celtx.com" >IUSE="" >DEPEND="" > >S=${WORKDIR}/${P}-src/mozilla > >src_unpack() { > unpack ${A} > cd ${S} > > # I had to manually edit the mozconfig.linux file as it > # has some quirks... just copy the darn thing over :) - Chris > > # copied from mozilla.eclass (modified slightly), > # otherwise it defaults to -O which crashes on startup for me - basic > # Set optimization level based on CFLAGS > if is-flag -O0; then > echo 'ac_add_options --enable-optimize=-O0' >> .mozconfig > elif is-flag -O1; then > echo 'ac_add_options --enable-optimize=-O1' >> .mozconfig > else > # mozilla fallback > echo 'ac_add_options --enable-optimize=-O2' >> .mozconfig > fi >} > >src_compile() { > # The build system is a weeee bit sensitive to naughty -O flags. > # filter them out and let the build system figure out what > # won't let it die :) - Chris > filter-flags '-O*' > > make -f client.mk build_all || die "Make failed" >} > >src_install() { > make -f client.mk DESTDIR=${D} install || die > #mkdir -p ${D}/opt/celtx > #cp -R ${WORKDIR}/celtx ${D}/opt/ || die >}
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 123783
:
80495
|
84346
|
134592
| 137316