pspec.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libshout</Name>
  6. <Homepage>https://www.icecast.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <IsA>library</IsA>
  13. <Summary>A library for communicating with and sending data to an icecast server</Summary>
  14. <Description>Libshout is a library for communicating with and sending data to an icecast server. It handles the socket connection, the timing of the data, and prevents bad data from getting to the icecast server.</Description>
  15. <Archive sha1sum="14231d7eebee4bb01baa5dd0b964cfad77296241" type="targz">https://ftp.osuosl.org/pub/xiph/releases/libshout/libshout-2.4.6.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libvorbis-devel</Dependency>
  18. <Dependency>libogg-devel</Dependency>
  19. <Dependency>libtheora-devel</Dependency>
  20. <Dependency>speex-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- <Patch level="1">libshout-2.2.2-fix_speex.patch</Patch> -->
  24. <!-- <Patch level="1">libshout-2.2.2-automagic.patch</Patch> -->
  25. <!-- <Patch level="1">pthread_flag.patch</Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>libshout</Name>
  30. <RuntimeDependencies>
  31. <Dependency>libvorbis</Dependency>
  32. <Dependency>libogg</Dependency>
  33. <Dependency>libtheora</Dependency>
  34. <Dependency>speex</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="executable">/usr/bin/shout</Path>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="library">/usr/lib/ckport</Path>
  40. <Path fileType="manpage">/usr/share/man/man1</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>libshout-devel</Name>
  46. <Summary>Development files for libshout</Summary>
  47. <RuntimeDependencies>
  48. <Dependency release="current">libshout</Dependency>
  49. <Dependency>libtheora-devel</Dependency>
  50. <Dependency>libvorbis-devel</Dependency>
  51. <Dependency>libogg-devel</Dependency>
  52. <Dependency>speex-devel</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="header">/usr/include</Path>
  56. <Path fileType="data">/usr/lib/pkgconfig</Path>
  57. <Path fileType="data">/usr/share/aclocal</Path>
  58. <Path fileType="doc">/usr/share/doc/*.c</Path>
  59. </Files>
  60. </Package>
  61. <History>
  62. <Update release="6">
  63. <Date>2023-01-27</Date>
  64. <Version>2.4.6</Version>
  65. <Comment>Version bump</Comment>
  66. <Name>fury</Name>
  67. <Email>uglyside@yandex.ru</Email>
  68. </Update>
  69. <Update release="5">
  70. <Date>2020-01-19</Date>
  71. <Version>2.4.3</Version>
  72. <Comment>Version bump.</Comment>
  73. <Name>Pisi Linux Community</Name>
  74. <Email>admin@pisilinux.org</Email>
  75. </Update>
  76. <Update release="4">
  77. <Date>2018-08-03</Date>
  78. <Version>2.4.1</Version>
  79. <Comment>Rebuild.</Comment>
  80. <Name>Pisi Linux Community</Name>
  81. <Email>admin@pisilinux.org</Email>
  82. </Update>
  83. <Update release="3">
  84. <Date>2017-02-17</Date>
  85. <Version>2.4.1</Version>
  86. <Comment>Version Bump.</Comment>
  87. <Name>Pisi Linux Community</Name>
  88. <Email>admin@pisilinux.org</Email>
  89. </Update>
  90. <Update release="2">
  91. <Date>2016-06-09</Date>
  92. <Version>2.3.1</Version>
  93. <Comment>Release Bump</Comment>
  94. <Name>Pisi Linux Community</Name>
  95. <Email>admin@pisilinux.org</Email>
  96. </Update>
  97. <Update release="1">
  98. <Date>2014-05-25</Date>
  99. <Version>2.3.1</Version>
  100. <Comment>First release</Comment>
  101. <Name>Alihan Öztürk</Name>
  102. <Email>alihan@pisilinux.org</Email>
  103. </Update>
  104. </History>
  105. </PISI>