12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>openexr</Name>
- <Homepage>http://www.openexr.com</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>as-is</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>A high dynamic-range (HDR) image file format library</Summary>
- <Description>OpenEXR is a high dynamic-range (HDR) image file format for use in computer imaging applications. OpenEXR's features include: Higher dynamic range and color precision than existing 8- and 10-bit image file formats; support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels; multiple lossless image compression algorithms; extensibility.</Description>
- <Archive sha1sum="67c4f9c2b4ab7c5922671536f93827ecb966969f" type="targz">https://github.com/openexr/openexr/releases/download/v2.3.0/openexr-2.3.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>ilmbase-devel</Dependency>
- <Dependency>mesa-glu-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>openexr</Name>
- <RuntimeDependencies>
- <Dependency>ilmbase</Dependency>
- <Dependency>openexr-libs</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- </Files>
- </Package>
- <Package>
- <Name>openexr-libs</Name>
- <Summary>OpenEXR runtime libraries</Summary>
- <RuntimeDependencies>
- <Dependency>ilmbase</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/lib*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>openexr-docs</Name>
- <Summary>OpenEXR example files</Summary>
- <Files>
- <Path fileType="doc">/usr/share/doc/openexr/examples</Path>
- </Files>
- </Package>
- <Package>
- <Name>openexr-devel</Name>
- <Summary>Development files for openexr</Summary>
- <RuntimeDependencies>
- <Dependency release="current">openexr</Dependency>
- <Dependency>mesa-glu-devel</Dependency>
- <Dependency>ilmbase-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-10-10</Date>
- <Version>2.3.0</Version>
- <Comment>First release</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|