dracwyrm / gentoo-ebuilds

Gentoo Linux ebuilds for Blender and dependency work.
8 stars 4 forks source link

Adding alembic support into blender #36

Closed waebbl closed 6 years ago

waebbl commented 6 years ago

Hello, I've tried to add support for alembic to the 2.79 ebuild. Blender support this since 2.78, but it's currently not supported in gentoo. I've wrote ebuilds for media-gfx/alembic and media-libs/pyilmbase (which is needed by alembic) to support this change. Those ebuilds are available on my github account at https://github.com/waebbl/waebbl-gentoo/tree/master/media-gfx/alembic and https://github.com/waebbl/waebbl-gentoo/tree/master/media-libs/pyilmbase resp. The packages compile for me and blender runs fine, with the support enabled. I've opened bug reports and PRs for alembic and pyilmbase on gentoo already. The ebuild is also updated to reflect the changes in opencl. What do you think about this? Any input is welcome.