Port details |
- luxrender14 Physically based and unbiased rendering system
- 1.4_15 graphics
=0 1.4_15Version of this port present on the latest quarterly branch.
- BROKEN: fails to build with boost 1.70, see bug 236599
DEPRECATED: Depends on expiring graphics/embree This port expired on: 2019-09-04 IGNORE: is marked as broken: fails to build with boost 1.70, see bug 236599
- Maintainer: danfe@FreeBSD.org
- Port Added: 2015-10-12 09:37:28
- Last Update: 2019-09-07 11:38:09
- SVN Revision: 511403
- License: GPLv3
- WWW:
- http://www.luxrender.net/
- Description:
- LuxRender is a physically based and unbiased rendering engine. Based on
state of the art algorithms, LuxRender simulates the flow of light according
to physical equations, thus producing realistic images of photographic
quality. Some of the main features of LuxRender are:
* biased and unbiased rendering: Users can choose between physical
accuracy (unbiased) and speed (biased);
* full spectral rendering: Instead of the RGB colour spectrum, full
spectra are used for internal calculations;
* hierarchical procedural and image based texture system: Procedural and
image based textures can be mixed in various ways, making it possible to
create complex materials;
* displacement mapping and subdivision: Based on procedural or image
textures, object surfaces can be transformed;
* network and co-operative rendering: Rendering time can be reduced by
combining the processing power of multiple computers;
* perspective (including shift lens), orthographic, and environment
cameras;
* HDR output: Render output can be saved in various file formats,
including .png, .tga, and .exr.
Fully functional exporters are available for Blender and Maya, while
exporters for a growing number of 3D applications are under development.
WWW: http://www.luxrender.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- luxrender14>0:graphics/luxrender14
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: luxrender14
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- SHA256 (luxrender/v14.tar.bz2) = 87389167496037e22cbf420efd610474d6a02395c4f4e4a39e2bd50453676b0b
SIZE (luxrender/v14.tar.bz2) = 2642639
SHA256 (luxrender/luxrender_v1.4.tar.bz2) = 8229a814807fed2810eefd4a5ba051e7b05a4b30862ee066a3c205d6bd730205
SIZE (luxrender/luxrender_v1.4.tar.bz2) = 26682611
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: graphics/luxrender
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- cmake : devel/cmake
- python3.6 : lang/python36
- xorgproto>=0 : x11/xorgproto
- Library dependencies:
-
- libboost_python36.so : devel/boost-python-libs@py36
- libfftw3.so : math/fftw3
- libOpenImageIO.so : graphics/openimageio
- libfreeimage.so : graphics/freeimage
- libGLU.so : graphics/libGLU
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for luxrender14-1.4_15:
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- dos2unix bison cmake:noninja python:build tar:bzip2 gl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: graphics/luxrender |
Commit | Credits | Log message |
1.4_15 07 Sep 2019 11:38:09 |
rene |
Remove expired ports:
2019-09-04 graphics/luxrender14: Depends on expiring graphics/embree, broken
with boost 1.70
2019-09-04 graphics/luxrender: Depends on expiring graphics/embree, broken with
boost 1.70 |
1.4_15 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
1.4_14 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
1.4_13 16 Mar 2019 19:12:40 |
tcberner |
graphics/luxrender, graphics/luxrender14: remove X11 option (Qt4 deprecation)
Approved by: portmgr (implicit) |
1.4_12 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
1.4_11 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
1.4_9 14 Jul 2018 23:15:01 |
jbeich |
graphics/luxrender14: unbreak with boost 1.68
accelerators/bvhaccel.cpp:149:19: error: call to 'distance' is ambiguous
u_int middle = distance(list.begin(), it);
^~~~~~~~
/usr/include/c++/v1/iterator:511:1: note: candidate function [with _InputIter =
std::__1::__wrap_iter<boost::shared_ptr<lux::BVHAccelTreeNode> *>]
distance(_InputIter __first, _InputIter __last)
^
/usr/local/include/boost/iterator/distance.hpp:49:9: note: candidate function
[with SinglePassIterator =
std::__1::__wrap_iter<boost::shared_ptr<lux::BVHAccelTreeNode> *>]
distance(SinglePassIterator first, SinglePassIterator last)
^
PR: 229569
Reported by: antoine (via exp-run) |
1.4_8 24 Jan 2018 12:22:58 |
danfe |
Unbreak the build against Clang 6.0.0 (adheres to C++14 by default).
PR: 224989 |
1.4 06 Jun 2016 09:37:12 |
danfe |
- Update LuxRender modern (Embree-based) branch to version 1.6
- Move DISTFILES setting back to master port exclusively as upstream had
used correct (coherent with v1.4) tags for v1.6 this time
- Register mutual port install-time conflict (CONFLICTS_INSTALL)
- Create convenience symlink in `post-extract' rather than `pre-patch',
because `200:dos2unix' bogusly(?) runs before `300:pre-patch'
- Since luxrays' library samples are not built as of r410138, do not try
to patch them (GC currently no-op patches)
- For the same reason, do not request GLUT, GLEW, and execinfo libraries
that were only used when building samples
- Convert FreeImage to an option (mandatory for v1.4) and default to off |
1.4 24 Nov 2015 16:33:15 |
danfe |
- Update to version 1.5.1 which fixes a few annoying issues with glossy
materials when using the new LuxCore rendering modes
- Because upstream did not use different tag names for LuxCore and LuxRender
this time, avoid distfile name clash by using .tar.gz format for smaller
distfile (3.1M) and .tar.bz2 for the larger one (28M)
- Ensure that correct build number is reported in the "About" dialog box
- Fix USES and DISTVERSION check for version 1.4 support while I'm here |
1.4 18 Oct 2015 12:52:30 |
danfe |
Remove hyphen from PKGNAMESUFFIX: originally Makefile was copied from an
`x11/nvidia-driver' slave port where it makes sense because dashed number
is actually a major version. Here this suffix is "dedotted" full version
and used purely to give the package unique name. This logic follows our
existing `multimedia/ffmpeg0' and `devel/subversion*' ports, for example. |
1.4 12 Oct 2015 09:37:20 |
danfe |
Update LuxRender to version 1.5. As it now requires `graphics/embree'
which is not available on 9.X for the moment, preserve version 1.4 as
`graphics/luxrender14' slave port. |