Age | Commit message (Collapse) | Author |
|
- Thanks to @eigenwinter for reporting a mistake in
0011_ffmpeg.patch, fixed it.
- Added Python 3.12 patch.
|
|
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.
|
|
|
|
|
|
fix #2
|
|
Signed-off-by: bartus <szczepaniak.bartek+github@gmail.com>
fix #1
|
|
Signed-off-by: bartus <szczepaniak.bartek+github@gmail.com>
|
|
* fix dependencies
* drop old desktop and install file
* add nvcc-ccache logic
* add configuration section
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
|
|
|