unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43357] [PATCH] Add Goxel into the package list
@ 2020-09-12 10:11 Gabriel Arazas
  2020-09-15 12:41 ` bug#43357: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Arazas @ 2020-09-12 10:11 UTC (permalink / raw)
  To: 43357

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

Hello again! I've been trying some digital arts thing so why not add 
Goxel ( https://github.com/guillaumechereau/goxel ) into the package list.

Attached to this email is the patch.




[-- Attachment #2: 0001-gnu-Add-goxel.patch --]
[-- Type: text/x-patch, Size: 2339 bytes --]

From 0c1a4d2c4a897b0316bfe31ef6f0985f18d374dd Mon Sep 17 00:00:00 2001
From: Gabriel Arazas <foo.dogsquared@gmail.com>
Date: Sat, 12 Sep 2020 17:33:32 +0800
Subject: [PATCH] gnu: Add goxel.

* gnu/packages/graphics.scm (goxel): New variable.
---
 gnu/packages/graphics.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index d6c8e415bb..bc7838320f 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2020 Gabriel Arazas <foo.dogsquared@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -614,6 +615,39 @@ NOTE: This older version of Blender is the last release that does not require
 OpenGL 3.  It is retained for use with older computers.")
     (license license:gpl2+)))
 
+(define-public goxel
+  (package
+    (name "goxel")
+    (version "0.10.6")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/guillaumechereau/goxel")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1wmxy5wfk1xrqgz0y0zcr4vkddylqc70cv4vzk117x6whjnldsm3"))))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:tests? #f
+       #:phases (modify-phases %standard-phases (delete 'configure))
+       #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
+                          "release")))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("gtk3" ,gtk+)
+       ("glfw" ,glfw)
+       ("scons" ,scons)))
+    (home-page "https://goxel.xyz/")
+    (synopsis "Voxel editor")
+    (description
+     "Goxel is a voxel editor that features unlimited scene size, unlimited
+history buffer, 24-bit RGB colors, layers, procedural rendering, ray tracing,
+and export to various formats including the format used by Magicavoxel.")
+    (license license:gpl3+)))
+
 (define-public assimp
   (package
     (name "assimp")
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#43357: [PATCH] Add Goxel into the package list
  2020-09-12 10:11 [bug#43357] [PATCH] Add Goxel into the package list Gabriel Arazas
@ 2020-09-15 12:41 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-09-15 12:41 UTC (permalink / raw)
  To: Gabriel Arazas; +Cc: 43357-done

Hi,

Gabriel Arazas <foo.dogsquared@gmail.com> skribis:

>>From 0c1a4d2c4a897b0316bfe31ef6f0985f18d374dd Mon Sep 17 00:00:00 2001
> From: Gabriel Arazas <foo.dogsquared@gmail.com>
> Date: Sat, 12 Sep 2020 17:33:32 +0800
> Subject: [PATCH] gnu: Add goxel.
>
> * gnu/packages/graphics.scm (goxel): New variable.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-15 12:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12 10:11 [bug#43357] [PATCH] Add Goxel into the package list Gabriel Arazas
2020-09-15 12:41 ` bug#43357: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).