summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/osl: remove old 1.10.10Joonas Niilola2020-12-111-1/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/osl: Version bump to 1.11.9.0Adrian Grigo2020-12-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Version bump to 1.11.9.0, using LLVM 10 and C++14 using shared libraries to prevent compilation error New dependency on pybind11 added ENABLERTTI removed as flag removed upstream LLVM_ROOT set to prevent errors with pugixml Shader install patch replaced with setting OSL_SHADER_INSTALL_DIR and OSL_PTX_INSTALLDIR Thanks again to Luke A Guest, Sam James, Joonas Niilola, Reggie and mehw for contributions to this update. Signed-off-by: Adrian Grigo <agrigo2001@yahoo.com.au> Closes: https://bugs.gentoo.org/747475 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/18418 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/osl: Version bump to 1.10.13Adrian Grigo2020-12-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | This version works with openimageio 2 (fixes build failure of 1.10.10) Add support for LLVM 10, which requires C++14 Enable shared libraries Add github page as second homepage Added subslot operator otherwise upgrading to 1.11 will leave behind preserved libraries (blender is the only current client in the tree) Thanks to Mehw, Cyrillic, Peter Karlsson, Reggie, Luke A Guest, and Joonas Niilola for their contributions to the bugs mentioned below which forms the bulk of this update. Signed-off-by: Adrian Grigo <agrigo2001@yahoo.com.au> Closes: https://bugs.gentoo.org/735750 Closes: https://bugs.gentoo.org/751580 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/osl: Remove old (LLVM 8)Michał Górny2020-07-311-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/osl: Version bump to 1.10.10Adrian Grigo2020-06-101-0/+1
| | | | | | | | | | | | | | | | | | Version bump osl to 1.10.10 This version of osl supports up to LLVM/Clang 9. Minimum versions of dependencies have been removed where all versions in the tree are suitable. The patch to find openexr used in the previous version is no longer required as it has been incorporated upstream. Signed-off-by: Adrian Grigo <agrigo2001@yahoo.com.au> Closes: https://bugs.gentoo.org/717506 Closes: https://bugs.gentoo.org/720242 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Closes: https://github.com/gentoo/gentoo/pull/15757 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/osl: Drop 1.8.12, 1.9.6 and 1.9.9Andreas Sturmlechner2020-03-221-3/+0
| | | | | | | | Closes: https://bugs.gentoo.org/666698 Closes: https://bugs.gentoo.org/669508 Closes: https://bugs.gentoo.org/673440 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/osl: bump to version 1.10.5Bernd Waibel2019-06-251-0/+1
| | | | | | | | | | Use upstream provided patch to find openexr version. Closes: https://bugs.gentoo.org/686480 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12074 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/osl: bump to version 1.9.9Jonathan Scruggs2018-08-151-0/+1
| | | | Closes: https://bugs.gentoo.org/659884
* media-libs/osl: add 1.9.6 releaseJonathan Scruggs2018-01-301-0/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/6996
* media-libs/osl: New packageJonathan Scruggs2017-12-231-0/+1
A small but rich language for programmable shading in advanced renderers and other applications, ideal for describing materials, lights, displacement, and pattern generation. New dependency for media-gfx/blender. Closes: https://github.com/gentoo/gentoo/pull/6609