diff options
| author | Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl> | 2026-05-22 20:31:09 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:19:47 +0100 |
| commit | 1ceaf5f42746b2f106005e86bc24d40fb28a0a8a (patch) | |
| tree | bffac55bc209df09ade8969ed7136446be22a24a /gnu/packages/graphics.scm | |
| parent | 241e18472426590cb23779b8d3a2b1a4c00dbd77 (diff) | |
gnu: Add blender-assets.
* gnu/packages/graphics.scm (blender-assets): New variable.
Relates-to: guix/guix!8783
Change-Id: If789593a07a3cae33cb117a787a779d08dc3b900
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/graphics.scm')
| -rw-r--r-- | gnu/packages/graphics.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 8b6cfe31a23..ce9bdfb3792 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm | |||
| @@ -699,6 +699,29 @@ It was developed by DreamWorks Animation for use in volumetric applications | |||
| 699 | typically encountered in feature film production.") | 699 | typically encountered in feature film production.") |
| 700 | (license license:mpl2.0))) | 700 | (license license:mpl2.0))) |
| 701 | 701 | ||
| 702 | (define-public blender-assets | ||
| 703 | (package | ||
| 704 | (name "blender-assets") | ||
| 705 | (version "4.4.3") | ||
| 706 | (source | ||
| 707 | (origin | ||
| 708 | (method git-fetch/lfs) ;Needs LFS because .blender files are dummies | ||
| 709 | (uri (git-reference | ||
| 710 | (url "https://projects.blender.org/blender/blender-assets.git") | ||
| 711 | (commit (string-append "v" version)))) | ||
| 712 | (file-name (git-file-name name version)) | ||
| 713 | (modules '((guix build utils))) | ||
| 714 | (snippet '(begin | ||
| 715 | (delete-file-recursively "working"))) | ||
| 716 | (sha256 | ||
| 717 | (base32 "1011zn4g1f5hs4dqar4sa7mh02kl4jnrwkpl6gfsi6sc0qhrxxdz")))) | ||
| 718 | (build-system copy-build-system) | ||
| 719 | (home-page "https://www.blender.org/") | ||
| 720 | (synopsis "Bundled assets for Blender") | ||
| 721 | (description | ||
| 722 | "Assets bundled with Blender releases in the Essentials assets library.") | ||
| 723 | (license license:cc0))) | ||
| 724 | |||
| 702 | (define-public blender | 725 | (define-public blender |
| 703 | (package | 726 | (package |
| 704 | (name "blender") | 727 | (name "blender") |
