Tools/openjpeg

- added
This commit is contained in:
2018-10-11 11:02:19 +02:00
parent 22bf290ee9
commit 783c3dc0ab
3 changed files with 36 additions and 0 deletions

20
Tools/openjpeg/build Executable file
View File

@@ -0,0 +1,20 @@
#!/usr/bin/env modbuild
pbuild::add_to_group 'Tools'
pbuild::set_download_url "https://github.com/uclouvain/$P/archive/v$V.tar.gz"
pbuild::add_docfiles 'LICENSE'
pbuild::add_docfiles 'THANKS.md'
pbuild::add_docfiles 'AUTHORS.md'
pbuild::add_docfiles 'NEWS.md'
pbuild::add_docfiles 'CHANGELOG.md'
pbuild::add_docfiles 'INSTALL.md'
pbuild::add_docfiles 'README.md'
pbuild::make_all
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:

View File

@@ -0,0 +1 @@
openjpeg/2.3.0 unstable b:cmake/3.9.6

15
Tools/openjpeg/modulefile Normal file
View File

@@ -0,0 +1,15 @@
#%PModule
module-whatis "open-source JPEG 2000 codec"
module-url "https://www.openjpeg.org"
module-license "BSD"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
OpenJPEG is an open-source JPEG 2000 codec written in C language. It has
been developed in order to promote the use of JPEG 2000, a still-image
compression standard from the Joint Photographic Experts Group (JPEG).
Since may 2015, it is officially recognized by ISO/IEC and ITU-T as a JPEG
2000 Reference Software.
"