12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xavs</Name>
- <Homepage>http://xavs.sourceforge.net/</Homepage>
- <Packager>
- <Name>Mathias Freire</Name>
- <Email>mathiasfreire45@gmail.com</Email>
- </Packager>
- <License>GPL</License>
- <IsA>library</IsA>
- <Summary>XAVS is to implement high quality encoder and decoder of the Audio Video Standard of China (AVS).</Summary>
- <Description>XAVS is to implement high quality encoder and decoder of the Audio Video Standard of China (AVS).</Description>
- <Archive sha1sum="e5f71203a632ac2a97f67e86f77b00910853cd60" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/xavs-0.1.55.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>yasm</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">xavs-dynamic-xavs.patch</Patch>
- <Patch level="1">xavs-0.1.55-dont-strip-symbols.patch</Patch>
- <Patch level="1">xavs-dup-asm.patch</Patch>
- <Patch level="1">xavs-x32-yasm.patch</Patch>
- </Patches>
- </Source>
-
- <Package>
- <Name>xavs</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>xavs-devel</Name>
- <Summary>Header files for xavs.</Summary>
- <RuntimeDependencies>
- <Dependency release="current">xavs</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-01-14</Date>
- <Version>0.1.55</Version>
- <Comment>First release</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|