aboutsummaryrefslogtreecommitdiff
path: root/graphics/blender
Commit message (Collapse)AuthorAgeFilesLines
* graphics/blender: Update to 2.83.1Niclas Zeising2020-06-292-4/+4
| | | | | | | | | | | Update graphics/blender to 2.83.1. This is a bugfix release PR: 247632 Submitted by: Shane (maintainer) Notes: svn path=/head/; revision=540824
* graphics/blender: Update to 2.83.0Fernando Apesteguía2020-06-164-171/+201
| | | | | | | | | | | ChangeLog: https://www.blender.org/download/releases/2-83/ PR: 247054 Submitted by: vvd@unislabs.com Reviewed by: FreeBSD@ShaneWare.Biz (maintainer) Notes: svn path=/head/; revision=539341
* graphics/ilmbase: graphics/openexr: update to upstream release 2.5.1Matthias Andree2020-05-121-1/+1
| | | | | | | | | | | | | | | | | | Upstream release notes: * A patch release that corrects the SO version for the v2.5 release, which missed getting bumped in v2.5.0. * This release also fixes an improper failure in IlmImfTest when running on ARMv7 and AAarch64. Bump PORTREVISION of all port directly requiring ilmbase or openexr that are not marked BROKEN (shlib/.so file version bump). Test build of all port directly depending on ilmbase or openexr succeeded in poudriere in a 12.1-RELEASE amd64 jail. Notes: svn path=/head/; revision=534996
* graphics/ilmbase: graphics/openexr: update to v2.5.0Matthias Andree2020-05-081-1/+1
| | | | | | | | | | | | | | | | ChangeLog: - https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0 * Bump PORTREVISION of all consumers except py-openimageio (BROKEN). * cad/PrusaSlicer: LIB_DEPENDS: remove version from libHalf.so BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds) USE_GL+=gl USES+=pkgconfig (needed to find libHalf) Notes: svn path=/head/; revision=534388
* misc/openvdb: Update 6.1.0 -> 7.0.0Yuri Victorovich2020-04-021-1/+1
| | | | | | | Reported by: VVD <vvd@unislabs.com> (in bug#244347) Notes: svn path=/head/; revision=530255
* Update devel/tbb to 2020.2 and bump dependent port's revisionsGanael LAPLANCHE2020-04-011-1/+1
| | | | | | | Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES Notes: svn path=/head/; revision=530219
* Drop dependency on devel/openmpJan Beich2020-03-081-1/+1
| | | | | | | | | | - Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020 Notes: svn path=/head/; revision=528082
* graphics/blender: update to 2.82Tobias C. Berner2020-03-088-91/+394
| | | | | | | | | | | Release notes: https://wiki.blender.org/wiki/Reference/Release_Notes/2.82 PR: 242265 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Notes: svn path=/head/; revision=528060
* graphics/ilmbase, graphics/openexr: upgrade to upstream v2.4.0Matthias Andree2020-01-051-1/+1
| | | | | | | | | | | | | | | | | graphics/gstreamer1-plugins-openexr: switch from C++98 to C++11 to match new OpenEXR headers and unbreak compilation. Bump PORTREVISION of all ports depending directly on either, based on assessing INDEX-12 (bump_portrevision.pl -l (shallow) used). Release Notes: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.4.0 The update was deliberately deferred until after 2020Q1, and should not be MFH'd back to it. Notes: svn path=/head/; revision=522079
* Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]Ganael LAPLANCHE2019-12-261-1/+1
| | | | | | | | | Also, while here, re-generate patches using the makepatch target [1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES Notes: svn path=/head/; revision=520935
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* Add USES={gl,gnome,mate,sdl,xorg} missed in the last roundTobias Kortkamp2019-11-141-1/+2
| | | | Notes: svn path=/head/; revision=517560
* Use llvm80 to be in sync with graphics/openshadinglanguage.Raphael Kubo da Costa2019-11-081-2/+2
| | | | | | | | | | | | | When built with the CYCLEESOSL option the llvm version used needs to be in sync with graphics/openshadinglanguage. This brings it in sync with the update in ports r514416. PR: 241075 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Notes: svn path=/head/; revision=517083
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* graphics/blender: fix build on powerpc64Piotr Kubaj2019-10-011-0/+14
| | | | | | | | | | Macros for ppc64 are needed. PR: 240864 Approved by: FreeBSD@ShaneWare.Biz (maintainer), linimon (mentor) Notes: svn path=/head/; revision=513483
* Update devel/tbb to 2019.8 and bump dependent ports' revisionsGanael LAPLANCHE2019-09-251-1/+1
| | | | | | | Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES Notes: svn path=/head/; revision=512777
* devel/openmp: update to 9.0.0Jan Beich2019-09-211-1/+1
| | | | | | | | | | | - Connect tests to the framework to help QA remaining patches - Force rebuild all consumers after https://reviews.llvm.org/D59783 Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/ Notes: svn path=/head/; revision=512535
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-0/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=509290
* graphics/blender: Update to 2.80Alexandre C. Guimarães2019-08-1515-890/+792
| | | | | | | | | PR: 239589 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Approved by: tcberner (mentor) Notes: svn path=/head/; revision=509044
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* graphics/blender: fix build on GCC architecturesPiotr Kubaj2019-08-011-1/+5
| | | | | | | | | | | | | | | | | | | Error: /wrkdirs/usr/ports/graphics/blender/work/blender-2.79b/source/blender/blenlib/intern/math_base.c: In function 'double_round': /wrkdirs/usr/ports/graphics/blender/work/blender-2.79b/source/blender/blenlib/intern/math_base.c:59:17: error: conversion from 'double' to 'float' may change value [-Werror=float-conversion] if (!isfinite(y)) Fix by adding -Wno-float-conversion. Also add USES=gl gnome sdl. PR: 239331 Approved by: FreeBSD@ShaneWare.Biz (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21022 Notes: svn path=/head/; revision=507821
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* devel/openmp: phase outJan Beich2019-05-081-2/+2
| | | | | | | | | | | | - Expire after the last version without /usr/lib/libomp.so - Drop SOVERSION for seamless transition (i.e., avoid conditionals) PR: 236907 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D19767 Notes: svn path=/head/; revision=501030
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=498698
* Conditionalize the dependence of libunwind to x86-only to allow buildingMark Linimon2019-01-241-0/+8
| | | | | | | | | | | | | | | | | these ports on !x86. libunwind is only available for x86; lang/ruby* already expresses this correctly. Some of the rubygems did not: for the ones that already had USE_RUBY, the dependency was overspecified in the first place. Tested for no-harm on amd64. While here, pet portlint where appropriate. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=491080
* Update science/hdf5 to 1.10.4Sunpoet Po-Chuan Hsieh2019-01-051-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes PR: 233070 Submitted by: wen Notes: svn path=/head/; revision=489412
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=487266
* graphics/blender: Changes to adapt to updated dependenciesKurt Jaeger2018-12-084-5/+197
| | | | | | | | | | | | - Changes needed for blender to work with OSL 1.10.x - Switch to using llvm60 and patch included osl scripts. - Also includes support for opencollada >= 1.6.65 PR: 225942 Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> Notes: svn path=/head/; revision=486971
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.Matthias Andree2018-09-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0> Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase the new lower-case spelling of the name, and to omit the version from the library name to ease future maintenance. Bump PORTREVISION of all ports that depend on ilmbase or openexr directly, so that they all get rebuilt on upgrades. Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now that its Iex::BaseExc class is no longer derived from std::string, details were given upstream through https://github.com/ampas/CTL/issues/71 and (b) to unwind semicolon/;-lists in cmake that stem from openexr/ ilmbase pkg-config variables. (Note ampasCTL is unmaintained as FreeBSD port, and upstream, and I cannot run-time test it.) Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending directly or indirectly on ilmbase and/or openexr have passed without regressions. Thus invoking due diligence, I believe I have done the equivalent of an -exp run, and do not require approval for the dependency chases to third-party ports. Notes: svn path=/head/; revision=480374
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=479538
* Update science/hdf5 to 1.10.2Sunpoet Po-Chuan Hsieh2018-09-051-1/+1
| | | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt PR: 231009 Exp-run by: antoine Notes: svn path=/head/; revision=479046
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 Notes: svn path=/head/; revision=476723
* graphics/opencollada: update to 1.6.63Fernando Apesteguía2018-07-221-1/+1
| | | | | | | | | | | Bump PORTREVISION for dependent ports Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16353 Notes: svn path=/head/; revision=475100
* graphics/blender: fails to link with CYCLESSteve Wills2018-06-151-1/+1
| | | | | | | | | PR: 228531 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Reported by: Charlie Li <ml+freebsd@vishwin.info> Notes: svn path=/head/; revision=472484
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-0/+1
| | | | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 Notes: svn path=/head/; revision=468844
* Update to upstream version 2.79bThomas Zander2018-04-286-114/+101
| | | | | | | | | | | | | | | | | Detailed maintainer log: - Update graphics/blender to 2.79b - Add Alembic option to include graphics/alembic for import/export options - Modernize cmake options - Add py-numpy as a dependency now that flavours can give us the py35 version. This is expected to be in place by several addons. - Add USES=compiler:c++14-lang to build using clang50, this fixes the build on 10.4 and is already a dependency through opengl. PR: 227644 Submitted by: FreeBSD@ShaneWare.Biz (maintainer) Notes: svn path=/head/; revision=468539
* graphics/blender: unbreak with ffmpeg 4.0Jan Beich2018-04-271-0/+107
| | | | | | | | | | | | | | | | | | intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:49: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE' m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE)); ^ intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:267:70: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE' m_membuf = reinterpret_cast<data_t*>(av_malloc(FF_MIN_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE)); ^ intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp:269:47: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE' m_aviocontext = avio_alloc_context(m_membuf, FF_MIN_BUFFER_SIZE, 0, this, ^ PR: 227726 Obtained from: Arch Linux Notes: svn path=/head/; revision=468418
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279 Notes: svn path=/head/; revision=459315
* New port: graphics/sverchok-blender: Add-on for Blender: parametric tool for ↵Yuri Victorovich2018-01-152-6/+15
| | | | | | | | | | | | | | | | | | architects and designers This add-on extends the functionality of Blender. It allows to draw 3D objects ans scenes in a purely visual way, using the graph-like interface, without the knowledge of any programming languages. graphics/blender is modified, blender/Makefile.versions with the versions is created for easy inclusion into the add-on ports. Submitted by: myself Approved by: tcberner (mentor), FreeBSD@Shaneware.biz (maintainer of graphics/blender) Differential Revision: https://reviews.freebsd.org/D13721 Notes: svn path=/head/; revision=459139
* Security update OpenEXR and ilmbase to 2.2.1.Matthias Andree2017-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil, the locally built libIlmImf gets precedence over the one in /usr/local, to permit upgrades in a running system with the older version installed. This changes the library's SONAME, so bump PORTREVISION of all dependees. Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4. Security: CVE-2017-9110 Security: CVE-2017-9111 Security: CVE-2017-9112 Security: CVE-2017-9113 Security: CVE-2017-9114 Security: CVE-2017-9115 Security: CVE-2017-9116 Security: 803879e9-4195-11e7-9b08-080027ef73ec Notes: svn path=/head/; revision=455244
* Bump portrevision to chase graphics/glew shard library version update.Niclas Zeising2017-11-181-1/+1
| | | | | | | | | | PR: 223370 Submitted by: zeising exp-run by: antoine Approved by: antoine Notes: svn path=/head/; revision=454454
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* graphics/blender: Update to 2.79Steve Wills2017-10-197-407/+815
| | | | | | | | | | While here, give maintainship to submitter PR: 222303 Submitted by: Shane <FreeBSD@ShaneWare.Biz> Notes: svn path=/head/; revision=452427
* devel/boost-*: update to 1.65.1Jan Beich2017-09-251-1/+1
| | | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450560
* devel/boost-*: enable C++11 featuresJan Beich2017-09-251-1/+1
| | | | | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450557