GNU bug report logs -
#52814
[PATCH] gnu: Add alembic.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Mon, 27 Dec 2021 02:24:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52814 in the body.
You can then email your comments to 52814 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#52814
; Package
guix-patches
.
(Mon, 27 Dec 2021 02:24:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vinicius Monego <monego <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 27 Dec 2021 02:24:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Wed, 29 Dec 2021 23:58:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vinicius Monego <monego <at> posteo.net>
:
bug acknowledged by developer.
(Wed, 29 Dec 2021 23:58:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 52814-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Vinicius Monego <monego <at> posteo.net> writes:
> * gnu/packages/graphics.scm (alembic): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 27 Jan 2022 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.