pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libsrtp</Name>
  6. <Homepage>https://github.com/cisco/libsrtp</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>An implementation of the Secure Real-time Transport Protocol (SRTP)</Summary>
  14. <Description>SRTP Kitaplığı (Güvenli Gerçek Zamanlı Aktarım Protokolü)</Description>
  15. <Archive sha1sum="263a45a82cb1acb1a6c7beef64def31949496a02" type="targz">https://github.com/cisco/libsrtp/archive/refs/tags/v2.3.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>nss-devel</Dependency>
  18. <Dependency>libpcap-devel</Dependency>
  19. <Dependency>openssl-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch level="1">libsrtp-2.3.0-rtp-header.patch</Patch>
  23. <Patch level="1">fedora/libsrtp-2.3.0-shared-fix.patch</Patch>
  24. <Patch level="1">fedora/libsrtp-2.3.0-test-util.patch</Patch>
  25. <Patch level="1">fedora/libsrtp-2.3.0-shared-test-fix.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>libsrtp</Name>
  30. <RuntimeDependencies>
  31. <Dependency>openssl</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="data">/usr/share</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>libsrtp-devel</Name>
  41. <Summary>Development files for libsrtp</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">libsrtp</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="library">/usr/lib/pkgconfig</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="2">
  52. <Date>2024-12-18</Date>
  53. <Version>2.3.0</Version>
  54. <Comment>Rebuild</Comment>
  55. <Name>Pisi Linux Admins</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="1">
  59. <Date>2021-04-04</Date>
  60. <Version>2.3.0</Version>
  61. <Comment>First release</Comment>
  62. <Name>Pisi Linux Admins</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. </History>
  66. </PISI>