Files
main/multimedia/graphics/openjpeg2/pspec.xml
T
2018-03-30 15:03:15 +03:00

66 lines
2.5 KiB
XML
Executable File

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>openjpeg2</Name>
<Homepage>https://github.com/uclouvain/openjpeg</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>JPEG2000 decoding library</Summary>
<Description>openjpeg is an open-source JPEG 2000 codec written in C. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG).</Description>
<Archive sha1sum="430b9949b65a11fdf53323009ffedf0c6bb075ea" type="targz">https://github.com/uclouvain/openjpeg/archive/v2.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>libpng-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>openjpeg2</Name>
<RuntimeDependencies>
<Dependency>lcms2</Dependency>
<Dependency>tiff</Dependency>
<Dependency>libpng</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man1</Path>
<Path fileType="man">/usr/share/man3</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>openjpeg2-devel</Name>
<Summary>Development files for openjpeg2</Summary>
<RuntimeDependencies>
<Dependency release="current">openjpeg2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/openjpeg-2.3</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-03-30</Date>
<Version>2.3.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>