pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openh264</Name>
  6. <Homepage>https://github.com/cisco/openh264/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>H.264 encoder and decoder</Summary>
  14. <Description>H.264 encoder and decoder</Description>
  15. <Archive sha1sum="4c12ca6790c66900ecd24c12a624fa01490e823b" type="targz">https://github.com/cisco/openh264/archive/refs/tags/v2.4.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>nasm</Dependency>
  18. </BuildDependencies>
  19. <!--
  20. <Patches>
  21. <Patch>openh264.patch</Patch>
  22. <Patch level="1">openh264.patch</Patch>
  23. </Patches>
  24. -->
  25. </Source>
  26. <Package>
  27. <Name>openh264</Name>
  28. <RuntimeDependencies>
  29. <Dependency>nasm</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="data">/usr/share</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>openh264-devel</Name>
  40. <Summary>Development files for openh264</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">openh264</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="library">/usr/lib/pkgconfig</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="1">
  51. <Date>2024-08-01</Date>
  52. <Version>2.4.1</Version>
  53. <Comment>First release</Comment>
  54. <Name>PisiLinux Community</Name>
  55. <Email>admins@pisilinux.org</Email>
  56. </Update>
  57. </History>
  58. </PISI>