Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101052 Details for
Bug 143835
BuGLe-0.0.20061022 - a tool for OpenGL debugging (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild (bugle-0.0.20061022.ebuild)
bugle-0.0.20061022.ebuild (text/plain), 1.60 KB, created by
Wolfgang Frisch
on 2006-11-02 07:08:59 UTC
(
hide
)
Description:
Updated ebuild (bugle-0.0.20061022.ebuild)
Filename:
MIME Type:
Creator:
Wolfgang Frisch
Created:
2006-11-02 07:08:59 UTC
Size:
1.60 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ ># Wolfgang Frisch <xororand@frexx.de> > >inherit autotools flag-o-matic toolchain-funcs > >DESCRIPTION="A tool for OpenGL debugging" >HOMEPAGE="http://bugle.sourceforge.net/" >SRC_URI="mirror://sourceforge/bugle/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="ffmpeg gtk readline" > >DEPEND=" > ffmpeg? ( media-video/ffmpeg ) > gtk? ( x11-libs/gtk+ >=x11-libs/gtkglext-1.0.0 ) > readline? ( sys-libs/readline ) > sys-libs/ncurses" > >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > local myconf="--host=${CHOST}" > > if [ "$(gcc-version)" == "4.0" ]; then > eerror "BuGLe doesn't work with gcc-4.0. Use gcc-3.x or >=gcc-4.1." > fi > > # Disabling ccache because of a potential bug: the package breaks at one point > # where a "translation unit dump" is needed, triggered by the gcc option > # -fdump-translation-unit. This file is not created by ccache. > #export PATH="$(echo ":${PATH}:" | sed 's/:[^:]*ccache[^:]*:/:/;s/^://;s/:$//;')" > export CCACHE_DISABLE=1 > > # use flags > use ffmpeg || myconf="${myconf} --without-ffmpeg" > use readline || myconf="${myconf} --without-readline" > use gtk || myconf="${myconf} --without-gtk --without-gtkglext" > > econf ${myconf} || die "configure failed" > emake || die "make failed" >} > >src_install() { > einstall > dodir "/usr/share/doc/${PF}/examples" > cp "${S}/doc/examples/*" "${D}/usr/share/doc/${PF}/examples/" > dodoc README TODO TROUBLESHOOTING LICENSE FAQ doc/*.{txt,html} >} > >pkg_postinst() { > einfo "See man 3 bugle for an introduction to BuGLe." >}
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 143835
:
94190
|
101052
|
101053
|
101054
|
101058