pspec.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xavs</Name>
  6. <Homepage>http://xavs.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>Mathias Freire</Name>
  9. <Email>mathiasfreire45@gmail.com</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <IsA>library</IsA>
  13. <Summary>XAVS is to implement high quality encoder and decoder of the Audio Video Standard of China (AVS).</Summary>
  14. <Description>XAVS is to implement high quality encoder and decoder of the Audio Video Standard of China (AVS).</Description>
  15. <Archive sha1sum="e5f71203a632ac2a97f67e86f77b00910853cd60" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/xavs-0.1.55.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>yasm</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <Patch level="1">xavs-dynamic-xavs.patch</Patch>
  21. <Patch level="1">xavs-0.1.55-dont-strip-symbols.patch</Patch>
  22. <Patch level="1">xavs-dup-asm.patch</Patch>
  23. <Patch level="1">xavs-x32-yasm.patch</Patch>
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>xavs</Name>
  28. <RuntimeDependencies>
  29. <Dependency>libgcc</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>xavs-devel</Name>
  39. <Summary>Header files for xavs.</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">xavs</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="library">/usr/include</Path>
  45. <Path fileType="data">/usr/lib/pkgconfig</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="1">
  50. <Date>2020-01-14</Date>
  51. <Version>0.1.55</Version>
  52. <Comment>First release</Comment>
  53. <Name>Idris Kalp</Name>
  54. <Email>idriskalp@gmail.com</Email>
  55. </Update>
  56. </History>
  57. </PISI>