12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libtxc-dxtn</Name>
- <Homepage>http://dri.freedesktop.org/wiki/S3TC</Homepage>
- <Packager>
- <Name>Marcin Bojara</Name>
- <Email>marcin@pisilinux.org</Email>
- </Packager>
- <License>custom</License>
- <License>BSD</License>
- <Summary>Texture compression library for Mesa</Summary>
- <Description>S2TC is a patent-free S3TC compatible implementation and provides texture compression to Mesa.</Description>
- <BuildDependencies>
- <Dependency>mesa-devel</Dependency>
- </BuildDependencies>
- <Archive sha1sum="b5c3b274b962380ef8ab91c0017ea8320103034e" type="tarbz2">http://people.freedesktop.org/~cbrill/libtxc_dxtn/libtxc_dxtn-1.0.1.tar.bz2</Archive>
- </Source>
- <Package>
- <Name>libtxc-dxtn</Name>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libtxc-dxtn-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">libtxc-dxtn</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <Package>
- <Name>libtxc-dxtn-32bit</Name>
- <BuildType>emul32</BuildType>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-01-26</Date>
- <Version>1.0.1</Version>
- <Comment>Rebuild for toolchain</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2019-10-25</Date>
- <Version>1.0.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2018-07-07</Date>
- <Version>1.0.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2017-02-02</Date>
- <Version>1.0.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-06-20</Date>
- <Version>1.0.1</Version>
- <Comment>First release.</Comment>
- <Name>Marcin Bojara</Name>
- <Email>marcin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|