From: Brad Smith Subject: Re: UPDATE: Blender 3.3.19 To: ports@openbsd.org Date: Sun, 16 Jun 2024 04:54:13 -0400 ping. On 2024-05-24 7:20 a.m., Brad Smith wrote: > Here is an update to Blender 3.3.19. > > > The build issue I ran into with .17 and .18 has been fixed and it also resulted > in the source archive going back to its usual size instead of being 541MB. > > > Blender 3.3.19 LTS - May 21, 2024 > > - Depth picking returns wrong result, value being dependent on placement of active camera. [#121338] > - Regression: Custom node remains undefined after running script. [#120084] > - Regression: Transfer Attribute isn’t versioned correctly from 3.3.X to 3.6.10. [#120748] > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/graphics/blender/Makefile,v > retrieving revision 1.123 > diff -u -p -u -p -r1.123 Makefile > --- Makefile 6 May 2024 12:23:34 -0000 1.123 > +++ Makefile 24 May 2024 11:09:20 -0000 > @@ -7,8 +7,7 @@ DPB_PROPERTIES = parallel > > COMMENT = 3D creation software > > -DISTNAME = blender-3.3.16 > -REVISION = 1 > +DISTNAME = blender-3.3.19 > CATEGORIES = graphics > > HOMEPAGE = https://www.blender.org/ > @@ -40,12 +39,13 @@ COMPILER = base-clang ports-gcc > > CONFIGURE_ARGS = -DPYTHON_INCLUDE_DIR="${MODPY_INCDIR}" \ > -DPYTHON_VERSION=${MODPY_VERSION} \ > - -DWITH_INTERNATIONAL=OFF \ > - -DWITH_OPENMP=OFF \ > - -DWITH_SYSTEM_GLEW=ON \ > -DWITH_CYCLES_EMBREE=OFF \ > + -DWITH_INSTALL_PORTABLE=OFF \ > + -DWITH_INTERNATIONAL=OFF \ > -DWITH_JACK=OFF \ > - -DWITH_PULSEAUDIO=OFF > + -DWITH_OPENMP=OFF \ > + -DWITH_PULSEAUDIO=OFF \ > + -DWITH_SYSTEM_GLEW=ON > > # Disable PCH, build issue with cmake 3.28 > CONFIGURE_ARGS += -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON > Index: distinfo > =================================================================== > RCS file: /cvs/ports/graphics/blender/distinfo,v > retrieving revision 1.36 > diff -u -p -u -p -r1.36 distinfo > --- distinfo 23 Mar 2024 13:34:46 -0000 1.36 > +++ distinfo 24 May 2024 11:09:20 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (blender-3.3.16.tar.xz) = pSJ3SvSJ5Gf8q6r4DvI3mTw4ZjHtClZW6baYhCsEKRc= > -SIZE (blender-3.3.16.tar.xz) = 41924328 > +SHA256 (blender-3.3.19.tar.xz) = rsXp0Le9XdHBCXWucux7kZtnE+mndhsRAUf6SNP8na4= > +SIZE (blender-3.3.19.tar.xz) = 41916268