aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
6 daysUse Freedesktop compatible icon and desktop entryXavier Cho
2024-04-03Force BFD linker to workaround a build problemXavier Cho
Switch from Gold to BFD linker as a workaround to fix a build problem due to incompatible switch (-z).
2024-02-25Remove the USD patchXavier Cho
2023-12-28Delete Python 3.11 patch which is no longer neededXavier Cho
2023-11-23Set WITH_PYTHON_INSTALL=OFF to avoid build problemXavier Cho
2023-11-01Rewrite PKGBUILD based on blender-gitXavier Cho
2023-10-03Fix USD patch problem due to CMakeList updateXavier Cho
2023-09-04Renaming usd_python.patch to usd.patchXavier Cho
2023-09-04Fix issue with detecting USDXavier Cho
Disabling Hydra support to fix build problem for now.
2023-09-04Temporary workaround for #111820Xavier Cho
See https://projects.blender.org/blender/blender/issues/111820
2023-09-04Update Embree patch to fix build problemXavier Cho
2023-09-04Add openexr package to the dependency listXavier Cho
2023-05-09Fix Embree patch and compatibility with Python 3.11Xavier Cho
* Replaced ninja with makepkg-cg. * Compatibility with Python 3.11 and GCC 12. * Support for MaterialX and Intel OpenCL FPGA kernels. (Most of those are from stativ's blender-git AUR package: https://aur.archlinux.org/packages/blender-git)
2023-03-18Fix the problem with missing addonsXavier Cho
2023-03-17Update package versionXavier Cho
2023-03-17Add openpgl to optdep for path guiding supportXavier Cho
2023-03-17Fix USD patchXavier Cho
2023-03-12Change Blender repository URLsXavier Cho
2023-01-08Update USD patch to fix a build problemXavier Cho
2022-10-31Add libdecor to deps list, simplify build scriptXavier Cho
2022-10-31Fix build problem due to changes in external_libsXavier Cho
2022-03-16Fix build problem due to change in checkout pathXavier Cho
2022-03-16Change Git protocol to HTTPS for Github reposXavier Cho
See https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-03-13Remove opexr3.patch as it's no longer neededXavier Cho
2022-02-15Fix build issue due to changes in FindEmbree.cmakeXavier Cho
2022-02-02Use all available processors by defaultXavier Cho
2022-01-31Fix build problem due to change in install prefixXavier Cho
https://github.com/UPBGE/upbge/commit/91d967161e4dd8788b031f28c472aa6fd1368e7d
2022-01-08Add back CUDA patch & sync with blender-develop-gitXavier Cho
Keep PKGBUILD in sync with blender-develop-git because bartus knows what he's doing while I don't :P
2021-12-11Update Embree patchXavier Cho
2021-10-09Remove the unnecessary CUDA patchXavier Cho
Fixes the recent build issue.
2021-08-07Add ninja to build dependencyXavier Cho
2021-07-30Bump revision (custom object support and more)Xavier Cho
2021-07-30Revert GCC 10 fixXavier Cho
2021-07-30Remove unused flagsXavier Cho
2021-06-11Use community versions of open{imageio,colorio,shadinglanguage} packagesXavier Cho
2021-05-21Fix build problem after recent GCC 11 updateXavier Cho
2021-05-03Update PKGBUILD based on blender-develop-git packageXavier Cho
Fix the problem with openexr 3. (Thanks again bartus!)
2021-02-27Fix a typoXavier Cho
2021-02-24Prevent potential memory problem with CUDAXavier Cho
Adopted from blender-develop-git AUR package. Thanks bartus!
2021-02-23Yet another fix for opencolorio/openimageio problemXavier Cho
Hope this works this time...
2021-02-18Use opencolorio-qfix insteadof opencolorioXavier Cho
2021-02-18Fix dependency problem with opencolorio, openimageioXavier Cho
2021-02-01Change dependency opencolorio to opencolorio1Xavier Cho
2020-12-10Add depth option to git commands when applicableXavier Cho
2020-12-10Update to the latest rev. for Python 3.9 compatibilityXavier Cho
2020-10-27Remove CUDA patch since it's become redundantXavier Cho
See: 3bb3b26c8fdf44b in UPBGE/upbge.
2020-08-30Fix problem with embree.patch due to recent changesXavier Cho
2020-08-01I swear I added blenderplayer!Xavier Cho
But somehow I didn't, so I'm adding it again.
2020-08-01Fix build failure due to CUDA 11 updateXavier Cho
CUDA 11 doesn't support sm_30 architecture anymore, so we should drop it with a patch, until Blender/UPBGE moves forward.
2020-07-22Add missing /usr/bin/blenderplayerXavier Cho