GNU bug report logs -
#31429
[PATCH] gnu: Add vigra-c.
Previous Next
Reported by: Fis Trivial <ybbs.daans <at> hotmail.com>
Date: Sat, 12 May 2018 10:12:01 UTC
Severity: normal
Tags: fixed, patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 31429 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello,
Fis Trivial <ybbs.daans <at> hotmail.com> skribis:
> * gnu/packages/image.scm (vigra-c): New variable.
Applied with the changes below. Thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 4d85808db..b88f6cf9d 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -17,6 +17,7 @@
;;; Copyright © 2017 Hartmut Goebel <h.goebel <at> crazy-compilers.com>
;;; Copyright © 2017 Julien Lepiller <julien <at> lepiller.eu>
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua <at> nextjournal.com>
+;;; Copyright © 2018 Fis Trivial <ybbs.daans <at> hotmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -846,7 +847,7 @@ multi-dimensional image processing.")
(define-public vigra-c
(let* ((commit "a2ff675f42079e2623318d8ff8b4288dbe7a7f06")
(revision "0")
- (version (string-append "0.0.0" revision commit)))
+ (version (git-version "0.0.0" revision commit)))
(package
(name "vigra-c")
(version version)
@@ -869,10 +870,11 @@ multi-dimensional image processing.")
`(("fftw" ,fftw)
("fftwf" ,fftwf)
("vigra" ,vigra)))
- (synopsis "Wrapping (parts of) VIGRA's functionality into a C shared
-library")
- (description "An easy understandable C-Wrapper to re-use functionality of
-the VIGRA computer vision library in other programming environments.")
+ (synopsis "C interface to the VIGRA computer vision library")
+ (description
+ "This package provides a C interface to the VIGRA C++ computer vision
+library. It is designed primarily to ease the implementation of higher-level
+language bindings to VIGRA.")
(license license:expat))))
(define-public libwebp
This bug report was last modified 7 years and 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.