summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-06-06Fix compilingCYBERDEV
- Thanks to @eigenwinter for reporting a mistake in 0011_ffmpeg.patch, fixed it. - Added Python 3.12 patch.
2024-04-29Fixed linker error and syntax errorCYBERDEV
Thanks to @MarsSeed for reporting the syntax error in the PKGBUILD! (oops) See the comment inside PKGBUILD for more info on the fixed linker issue.
2023-12-25New source and patches.CYBERDEViL
The source of this package (`git.blender.org/blender.git#branch=blender2.7`) does not exist anymore, Blender moved the repo to `https://projects.blender.org/blender/blender.git`. There is no branch `blender2.7` on this new repo, only a `v2.79b` tag which is a different source. As the new source I choose the 2.79b source tarball from Blender. Patches to keep Blender 2.79b up-to-date with modern compiler and libs where mostly derived from Blender upstream commits/code.
2022-11-03git: allow "file" protocolbartus
2021-07-01Pin opencolorio1bartus
2021-07-01Fix build against openexr:3bartus
2021-01-06Fix build against openvdb:8, pkgdesc refactorbartus
fix #2
2020-12-20Build fix for newer dependencies.CYBERDEViL
Signed-off-by: bartus <szczepaniak.bartek+github@gmail.com> fix #1
2020-12-20Build fix for newer dependencies.CYBERDEViL
Signed-off-by: bartus <szczepaniak.bartek+github@gmail.com>
2020-05-04Refactor:bartus
* fix dependencies * drop old desktop and install file * add nvcc-ccache logic * add configuration section
2019-11-16Travis: Update arch-travis.sh urlbartus
2019-11-16Travis: Update arch-travis keywordbartus
2019-11-16Travis: fix _makepkg_return code save routinebartus
2019-11-16Travis: normalize TRAVIS variable {0|1}bartus
2019-11-16Travis: fix illegal variabl name "g++" -> "gpp"bartus
2019-11-16Travis: use bartoszek/arch-travis:base64 docker imagebartus
2019-11-16Travis: preserve makepkg return code in arch:scriptbartus
2019-11-16Travis: refactor arch:scriptbartus
2019-11-16Fix SelectCudaComputeArch, drop cuda from makedepends.bartus
2019-11-16Add python 3.8 support.bartus
2019-08-25Fix dependency logic with DISABLE_CUDA=1bartus
2019-08-24Implement DISABLE_NINJA logickbartus
2019-08-24Fix yay deps resolverbartus
Yay is using aur-rpc dependency resolution instead of calling 'makepkg --sync' which prevent PKGBUILD dependency logic to execute. We have to fall back to manual dependency resolution by the user. "If you want stuff, install it your self"
2019-08-24Fix yay not honoring deps logic in PKGBUILDbartus
2019-07-17fix typo in prev commitbartus
2019-07-17fix man page conflict with blender-2.8bartus
2019-07-17add Travis CI supportbartus
2019-07-17pop pkgrelbartus
2019-07-17refactor ninja statusbartus
2019-07-17allow blender-2.8 and blender-2.7 coinstallationbartus
2019-07-17add DISABLE_CUDA env variable supportbartus
use can disable cuda makedepends with one of: . export DISABLE_CUDA=1 . DISABLE_CUDA=1 makepkg . makepkg DISABLE_CUDA=1
2019-07-16refactor cmake invocation.bartus
2019-07-16switch cmake backend from make to ninjabartus
2019-07-16update pkgverbartus
2019-07-16populate arch patches, refactor sourcebartus
2019-07-14retract locat cuda versionbartus
2019-07-14initialbartus