me
/
guix
Archived
1
0
Fork 0

gnu: Add openjpeg-data.

* gnu/packages/image.scm (openjpeg-data): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
master
Raghav Gururajan 2020-07-10 15:57:04 -04:00 committed by Danny Milosavljevic
parent 08d048a06b
commit 3f03bd3728
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 22 additions and 0 deletions

View File

@ -781,6 +781,28 @@ images of initially unknown height.")
(license (list license:isc ; pbmtools/p?m.5 (license (list license:isc ; pbmtools/p?m.5
license:gpl2+)))) ; the rest license:gpl2+)))) ; the rest
(define-public openjpeg-data
(package
(name "openjpeg-data")
(version "2020.05.19")
(source
(origin
(method git-fetch)
(uri
(git-reference
(url "https://github.com/uclouvain/openjpeg-data.git")
(commit "c5c4a8c")))
(file-name (git-file-name name version))
(sha256
(base32 "1jp84gbhw8q5b8mhc322ql9410hjf32w9hg10x4isfa9j59mnncb"))))
(build-system copy-build-system)
(synopsis "Test files for OpenJPEG")
(description "OpenJPEG-Data contains all files required to run the openjpeg
test suite, including conformance tests (following Rec. ITU-T T.803 | ISO/IEC
15444-4 procedures), non-regression tests and unit tests.")
(home-page "https://github.com/uclouvain/openjpeg-data")
(license license:bsd-2)))
(define-public openjpeg (define-public openjpeg
(package (package
(name "openjpeg") (name "openjpeg")