summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/osl: Keyword 1.11.9.0 arm64, #556758Sam James2021-03-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/osl: Keyword 1.11.9.0 arm, #556758Sam James2021-02-221-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/osl: remove old 1.10.10Joonas Niilola2020-12-112-87/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/osl: stabilize 1.10.13 on amd64Joonas Niilola2020-12-111-1/+1
| | | | | Closes: https://bugs.gentoo.org/759442 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/osl: Version bump to 1.11.9.0Adrian Grigo2020-12-012-0/+94
| | | | | | | | | | | | | | | | | | | | | | | 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-012-0/+88
| | | | | | | | | | | | | | | | | | | | | | 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-313-165/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/osl: amd64 stable (bug #734552)Sam James2020-07-301-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/osl: Version bump to 1.10.10Adrian Grigo2020-06-102-0/+87
| | | | | | | | | | | | | | | | | | 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-225-542/+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: amd64 stable wrt bug #713998Mikle Kolyada2020-03-221-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-libs/osl: Restrict 1.10.5 to <sys-devel/clang-9Andreas Sturmlechner2020-03-221-1/+2
| | | | | | Closes: https://bugs.gentoo.org/704696 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Switch proxy-maint to cmake.eclassAndreas Sturmlechner2019-12-311-3/+2
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: Reassign dracwyrm's packagesMichał Górny2019-09-131-4/+0
| | | | | Bug: https://bugs.gentoo.org/645068 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/osl: Remove local descs of CPU_FLAGS_X86Michał Górny2019-07-151-6/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/osl: bump to version 1.10.5Bernd Waibel2019-06-255-0/+201
| | | | | | | | | | 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-152-0/+69
| | | | Closes: https://bugs.gentoo.org/659884
* media-libs/osl: amd64 stableAaron Bauman2018-03-301-2/+2
| | | | | Bug: https://bugs.gentoo.org/642270 Package-Manager: Portage-2.3.26, Repoman-2.3.7
* media-libs/osl: add 1.9.6 releaseJonathan Scruggs2018-01-303-0/+76
| | | | Closes: https://github.com/gentoo/gentoo/pull/6996
* media-libs/osl: update metadata informationJonathan Scruggs2018-01-271-1/+1
|
* media-libs/osl: Make clang depend compatible with llvm 4Jonathan Scruggs2018-01-121-1/+1
| | | | | | | LLVM 4 dropped a use flag to enable clang support. The depend is now directly to sys-devel/clang. Closes: https://bugs.gentoo.org/642728
* media-libs/osl: New packageJonathan Scruggs2017-12-234-0/+430
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