Files
main/multimedia/graphics/jasper/pspec.xml
T
Hakan Yıldız 4302e49c68 jasper fixed
2015-06-26 12:54:40 +03:00

122 lines
4.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>jasper</Name>
<Homepage>http://www.ece.uvic.ca/~mdadams/jasper</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>Software implementation of JPEG-2000 Part 1</Summary>
<Description>JasPer is a software-based implementation of the codec specified in the JPEG-2000 Part-1 standard (ISO/IEC 15444-1:2000).</Description>
<Archive sha1sum="9c5735f773922e580bf98c7c7dfda9bbed4c5191" type="zip">http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.900.1.zip</Archive>
<BuildDependencies>
<Dependency>libjpeg-turbo-devel</Dependency>
<!--<Dependency>mesa-devel</Dependency>-->
<!--<Dependency>mesa-glu-devel</Dependency>-->
</BuildDependencies>
<Patches>
<Patch level="1" compressionType="bz2">jasper-1.900.1-fixes-20081208.patch.bz2</Patch>
</Patches>
</Source>
<Package>
<Name>jasper</Name>
<RuntimeDependencies>
<!--<Dependency>freeglut</Dependency>-->
<!--<Dependency>mesa</Dependency>-->
<!--<Dependency>mesa-glu</Dependency>-->
<Dependency>libjpeg-turbo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>jasper-docs</Name>
<RuntimeDependencies>
<Dependency>jasper</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>jasper-devel</Name>
<Summary>Development files for jasper</Summary>
<RuntimeDependencies>
<Dependency release="current">jasper</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<Package>
<Name>jasper-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for jasper</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>glibc-32bit</Dependency>
<!--<Dependency>freeglut-32bit</Dependency>-->
<Dependency>libjpeg-turbo-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">jasper</Dependency>
<!--<Dependency>mesa-32bit</Dependency>
<Dependency>freeglut-32bit</Dependency>-->
<Dependency>libjpeg-turbo-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2015-06-26</Date>
<Version>1.900.1</Version>
<Comment>Rebuild, fixed</Comment>
<Name>Hakan Yıldız</Name>
<Email>hknyldz93@gmail.com</Email>
</Update>
<Update release="4">
<Date>2014-05-21</Date>
<Version>1.900.1</Version>
<Comment>Rebuild</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-02-20</Date>
<Version>1.900.1</Version>
<Comment>Rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="2">
<Date>2013-08-17</Date>
<Version>1.900.1</Version>
<Comment>Release bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-07-07</Date>
<Version>1.900.1</Version>
<Comment>First release</Comment>
<Name>Anıl Özbek</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>