Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 19410 Details for
Bug 31431
openvrml-0.14.x.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openvrml-0.14.1.ebuild (update)
openvrml-0.14.1.ebuild (text/plain), 942 bytes, created by
Florian Loitsch
on 2003-10-18 11:22:18 UTC
(
hide
)
Description:
openvrml-0.14.1.ebuild (update)
Filename:
MIME Type:
Creator:
Florian Loitsch
Created:
2003-10-18 11:22:18 UTC
Size:
942 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >IUSE="jpeg png" > >S=${WORKDIR}/${P} >DESCRIPTION="VRML97 library" >SRC_URI="http://telia.dl.sourceforge.net/sourceforge/openvrml/${P}.tar.gz" >HOMEPAGE="http://openvrml.org" > >SLOT="0" >LICENSE="LGPL-2.1 GPL-2" >KEYWORDS="x86 sparc " > >DEPEND="virtual/opengl > sys-libs/zlib > media-libs/glut > png? ( media-libs/libpng ) > jpeg? ( media-libs/jpeg )" > ># TODO: add support for java via libmozjs (http://www.mozilla.org/js/spidermonkey/) > >src_compile() { > > use png \ > && myconf="${myconf} --with-libpng" \ > || myconf="${myconf} --without-libpng" > > use jpeg \ > && myconf="${myconf} --with-libjpeg" \ > || myconf="${myconf} --without-libjpeg" > > ./configure --with-x --prefix=/usr --without-mozjs ${myconf} || die > > make || die > >} > >src_install() { > > make DESTDIR=${D} install || die > > dodoc AUTHORS COPYING* ChangeLog NEWS README THANKS > >}
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 31431
:
19410
|
21091