[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/12: gnu: Add cl-zpb-exif.
From: |
guix-commits |
Subject: |
10/12: gnu: Add cl-zpb-exif. |
Date: |
Thu, 16 Jul 2020 13:50:13 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 5dff9687c989bc56aede6b2f1243c035572291b0
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Jul 16 19:13:17 2020 +0200
gnu: Add cl-zpb-exif.
* gnu/packages/lisp-xyz.scm (sbcl-zpb-exif, cl-zpb-exif, ecl-zpb-exif): New
variables.
---
gnu/packages/lisp-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a09e203..f5dc86e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -12616,3 +12616,30 @@ vectors and streams.")
(define-public ecl-3bz
(sbcl-package->ecl-package sbcl-3bz))
+
+(define-public sbcl-zpb-exif
+ (package
+ (name "sbcl-zpb-exif")
+ (version "1.2.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/xach/zpb-exif";)
+ (commit (string-append "release-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "15s227jhby55cisz14xafb0p1ws2jmrg2rrbbd00lrb97im84hy6"))))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://xach.com/lisp/zpb-exif/";)
+ (synopsis "EXIF information extractor for Common Lisp")
+ (description
+ "This is a Common Lisp library to extract EXIF information from image
+files.")
+ (license license:bsd-2)))
+
+(define-public cl-zpb-exif
+ (sbcl-package->cl-source-package sbcl-zpb-exif))
+
+(define-public ecl-zpb-exif
+ (sbcl-package->ecl-package sbcl-zpb-exif))
- 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, 2020/07/16
- 10/12: gnu: Add cl-zpb-exif.,
guix-commits <=
- 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