Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 325758 Details for
Bug 277625
media-gfx/luxrender - a physically based and unbiased rendering engine
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
luxrender-1.1.ebuild
luxrender-1.1.ebuild (text/plain), 1.42 KB, created by
Simone Scanzoni
on 2012-10-05 19:36:46 UTC
(
hide
)
Description:
luxrender-1.1.ebuild
Filename:
MIME Type:
Creator:
Simone Scanzoni
Created:
2012-10-05 19:36:46 UTC
Size:
1.42 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit cmake-utils flag-o-matic > >EHG_REVISION="4b4289cda943" > >DESCRIPTION="A GPL unbiased renderer" >HOMEPAGE="http://www.luxrender.net" >SRC_URI="https://bitbucket.org/luxrender/lux/get/${EHG_REVISION}.tar.bz2" > >S="${WORKDIR}/luxrender-lux-${EHG_REVISION}/" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="sse2 doc debug +blender" > >RDEPEND=">=dev-libs/boost-1.43 > media-libs/openexr > media-libs/tiff > media-libs/libpng > virtual/jpeg > media-libs/ilmbase > media-libs/freeimage > virtual/opengl > virtual/opencl" > >DEPEND="${RDEPEND} > sys-devel/bison > sys-devel/flex > =media-libs/luxrays-1.1[debug?] > doc? ( >=app-doc/doxygen-1.5.7[-nodot] )" >PDEPEND="blender? ( >=media-gfx/blender-2.62 >=media-gfx/luxblend25-1.1 )" > >src_configure() { > use sse2 && append-flags "-msse -msse2" && append-cppflags "-DLUX_USE_SSE" > use debug && append-flags -ggdb > > epatch "${FILESDIR}"/${PN}-nowxgui.patch > > cmake-utils_src_configure >} > >src_install() { > cmake-utils_src_install > dodoc AUTHORS.txt || die > > # installing API(s) docs > if use doc; then > pushd "${S}"/doxygen > /dev/null > doxygen doxygen.template > dohtml html/* || die "Couldn't install API docs" > popd > /dev/null > fi > > if use blender; then > insinto /usr/share/blender/scripts/addons/luxrender/ > doins "${CMAKE_BUILD_DIR}"/pylux.so || die "Couldn't install Pylux" > fi >}
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 277625
:
197902
|
197933
|
197934
|
197936
|
197963
|
197965
|
198260
|
201202
|
202094
|
202096
|
202143
|
204176
|
204179
|
218519
|
218521
|
235465
|
244465
|
244467
|
253797
|
253799
|
256925
|
259972
|
259973
|
259975
|
260194
|
260451
|
272005
|
272009
|
279061
|
279063
|
316619
|
316623
|
316625
|
325752
|
325754
|
325756
| 325758 |
325762
|
363548
|
363550
|
363552