123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>djvu</Name>
- <Homepage>https://djvu.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-2</License>
- <IsA>app:gui</IsA>
- <IsA>library</IsA>
- <Summary>DjVu viewers, encoders and utilities.</Summary>
- <Description>DjVu is a web-centric format and software platform to distribute documents and images.</Description>
- <Archive sha1sum="e74c23e5480535898a6549aec11e5cfa1228e1ea" type="targz">mirrors://sourceforge/djvu/djvulibre-3.5.28.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libjpeg-turbo-devel</Dependency>
- <Dependency>tiff-devel</Dependency>
- <Dependency>xdg-utils</Dependency>
- <Dependency>libXt-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">no-pthread.patch</Patch>
- <Patch level="1">out_of_bounce_write_in_function.patch</Patch>
- <Patch level="1">djvulibre-3.5.27-check-image-size.patch</Patch>
- <Patch level="1">djvulibre-3.5.27-check-input-pool.patch</Patch>
- <Patch level="1">djvulibre-3.5.27-djvuport-stack-overflow.patch</Patch>
- <Patch level="1">djvulibre-3.5.27-integer-overflow.patch</Patch>
- <Patch level="1">djvulibre-3.5.27-unsigned-short-overflow.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>djvu</Name>
- <RuntimeDependencies>
- <Dependency>shared-mime-info</Dependency>
- <Dependency>libjpeg-turbo</Dependency>
- <Dependency>tiff</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/djvu</Path>
- <Path fileType="data">/usr/share/mime</Path>
- <Path fileType="data">/opt/netscape</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- <Provides>
- <COMAR script="package.py">System.Package</COMAR>
- </Provides>
- </Package>
- <Package>
- <Name>djvu-devel</Name>
- <Summary>Development files for djvu</Summary>
- <RuntimeDependencies>
- <Dependency release="current">djvu</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="10">
- <Date>2022-11-10</Date>
- <Version>3.5.28</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="9">
- <Date>2018-08-08</Date>
- <Version>3.5.27</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2017-02-28</Date>
- <Version>3.5.27</Version>
- <Comment>Rebuild for new Toolchain.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>3.5.27</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-11-02</Date>
- <Version>3.5.27</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|