123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://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="82c7aa51b94684ab537eca26d55731830ecf0a74" type="targz">https://github.com/uclouvain/openjpeg/archive/refs/tags/v2.5.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>lcms2-devel</Dependency>
- <Dependency>tiff-devel</Dependency>
- <Dependency>zlib-devel</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="library">/usr/lib32/pkgconfig</Path>
- <Path fileType="data">/usr/lib/openjpeg-2*</Path>
- <Path fileType="data">/usr/lib32/openjpeg-2*</Path>
- </Files>
- </Package>
- <Package>
- <Name>openjpeg2-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for openjpeg2</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>zlib-32bit</Dependency>
- <Dependency>lcms2-32bit</Dependency>
- <Dependency>tiff-32bit</Dependency>
- <Dependency>libpng-32bit</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency>lcms2-32bit</Dependency>
- <Dependency>tiff-32bit</Dependency>
- <Dependency>libpng-32bit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- <Path fileType="executable">/usr/bin/*_32</Path>
- </Files>
- </Package>
- <History>
- <Update release="10">
- <Date>2024-05-16</Date>
- <Version>2.5.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="9">
- <Date>2024-03-10</Date>
- <Version>2.5.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2023-01-22</Date>
- <Version>2.5.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2022-06-24</Date>
- <Version>2.5.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2021-06-03</Date>
- <Version>2.4.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-01-18</Date>
- <Version>2.3.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2019-11-05</Date>
- <Version>2.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2019-01-23</Date>
- <Version>2.3.0</Version>
- <Comment>First release.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2018-08-03</Date>
- <Version>2.3.0</Version>
- <Comment>First release.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <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>
|