[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/12: gnu: Add cl-opticl-core.
From: |
guix-commits |
Subject: |
06/12: gnu: Add cl-opticl-core. |
Date: |
Thu, 16 Jul 2020 13:50:11 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit fc748ff067130d9b67db910e02a60d352b994648
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Jul 16 17:58:21 2020 +0200
gnu: Add cl-opticl-core.
* gnu/packages/lisp-xyz.scm (sbcl-opticl-core, cl-opticl-core,
ecl-opticl-core): New variables.
---
gnu/packages/lisp-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 23cc633..6a975d8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -12466,3 +12466,34 @@ with other libraries which may also use Freetype.")
(define-public ecl-cl-freetype2
(sbcl-package->ecl-package sbcl-cl-freetype2))
+
+(define-public sbcl-opticl-core
+ (let ((commit "b7cd13d26df6b824b216fbc360dc27bfadf04999")
+ (revision "0"))
+ (package
+ (name "sbcl-opticl-core")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/slyrus/opticl-core")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0458bllabcdjghfrqx6aki49c9qmvfmkk8jl75cfpi7q0i12kh95"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ `(("alexandria" ,sbcl-alexandria)))
+ (home-page "https://github.com/slyrus/opticl-core")
+ (synopsis "Core classes and pixel access macros for Opticl")
+ (description
+ "This Common Lisp library contains the core classes and pixel access
+macros for the Opticl image processing library.")
+ (license license:bsd-2))))
+
+(define-public cl-opticl-core
+ (sbcl-package->cl-source-package sbcl-opticl-core))
+
+(define-public ecl-opticl-core
+ (sbcl-package->ecl-package sbcl-opticl-core))
- branch master updated (d57ce20 -> b736e9b), guix-commits, 2020/07/16
- 01/12: gnu: Add cl-tga., guix-commits, 2020/07/16
- 03/12: gnu: Add cl-deflate., guix-commits, 2020/07/16
- 02/12: gnu: Add cl-com.gigamonkeys.binary-data., guix-commits, 2020/07/16
- 07/12: gnu: Add cl-retrospectiff., guix-commits, 2020/07/16
- 04/12: gnu: Add cl-skippy., guix-commits, 2020/07/16
- 05/12: gnu: Add cl-freetype2., guix-commits, 2020/07/16
- 06/12: gnu: Add cl-opticl-core.,
guix-commits <=
- 10/12: gnu: Add cl-zpb-exif., guix-commits, 2020/07/16
- 12/12: gnu: Add cl-opticl., guix-commits, 2020/07/16
- 08/12: gnu: Add cl-mmap., guix-commits, 2020/07/16
- 09/12: gnu: Add cl-3bz., guix-commits, 2020/07/16
- 11/12: gnu: Add cl-pngload., guix-commits, 2020/07/16