Tools/openjpeg
- added
This commit is contained in:
20
Tools/openjpeg/build
Executable file
20
Tools/openjpeg/build
Executable 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:
|
||||
1
Tools/openjpeg/files/variants
Normal file
1
Tools/openjpeg/files/variants
Normal file
@@ -0,0 +1 @@
|
||||
openjpeg/2.3.0 unstable b:cmake/3.9.6
|
||||
15
Tools/openjpeg/modulefile
Normal file
15
Tools/openjpeg/modulefile
Normal 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.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user