emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52814: closed ([PATCH] gnu: Add alembic.)


From: GNU bug Tracking System
Subject: bug#52814: closed ([PATCH] gnu: Add alembic.)
Date: Wed, 29 Dec 2021 23:58:02 +0000

Your message dated Thu, 30 Dec 2021 00:57:33 +0100
with message-id <87zgoj6k2a.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#52814] [PATCH] gnu: Add alembic.
has caused the debbugs.gnu.org bug report #52814,
regarding [PATCH] gnu: Add alembic.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52814: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52814
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add alembic. Date: Mon, 27 Dec 2021 02:22:34 +0000
* gnu/packages/graphics.scm (alembic): New variable.
---
 gnu/packages/graphics.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 3be37d7841..566d5709c8 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -935,6 +935,30 @@ applications, full-screen applications, and embedded 
platforms without standard
 operating system features.")
     (license license:expat)))           ; some examples/ use the zlib licence
 
+(define-public alembic
+  (package
+    (name "alembic")
+    (version "1.8.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/alembic/alembic";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0glfx3cm7r8zn3cn7j4x4ch1ab6igfis0i2lcy23jc56q87r8yj2"))))
+    (build-system cmake-build-system)
+    (arguments
+     `(#:configure-flags (list "-DUSE_HDF5=ON")))
+    (inputs
+     (list hdf5 imath zlib))
+    (home-page "http://www.alembic.io/";)
+    (synopsis "Framework for storing and sharing scene data")
+    (description "Alembic is a computer graphics interchange framework.  It
+distills complex, animated scenes into a set of baked geometric results.")
+    (license license:bsd-3)))
+
 (define-public ogre
   (package
     (name "ogre")

base-commit: 17d7343df82f9865fad5035285976be3000131d4
-- 
2.30.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52814] [PATCH] gnu: Add alembic. Date: Thu, 30 Dec 2021 00:57:33 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/graphics.scm (alembic): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]