pspec.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>icecast</Name>
  6. <Homepage>http://www.icecast.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>icecast</Icon>
  13. <IsA>service</IsA>
  14. <Summary>ShoutCast compatible streaming media server</Summary>
  15. <Description>Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between.</Description>
  16. <Archive sha1sum="dc1974235e72dfa5006ab4b8bae0380a2f951a36" type="targz">http://downloads.xiph.org/releases/icecast/icecast-2.4.4.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libxslt-devel</Dependency>
  19. <Dependency>libogg-devel</Dependency>
  20. <Dependency>libvorbis-devel</Dependency>
  21. <Dependency>libkate-devel</Dependency>
  22. <Dependency>speex-devel</Dependency>
  23. <Dependency>libtheora-devel</Dependency>
  24. <Dependency>curl-devel</Dependency>
  25. <Dependency>libxml2-devel</Dependency>
  26. <Dependency>openssl-devel</Dependency>
  27. </BuildDependencies>
  28. <Patches>
  29. <Patch level="1">pthread_flag.patch</Patch>
  30. <Patch level="1">icecast.conf.patch</Patch>
  31. </Patches>
  32. </Source>
  33. <Package>
  34. <Name>icecast</Name>
  35. <RuntimeDependencies>
  36. <Dependency>libxslt</Dependency>
  37. <Dependency>libogg</Dependency>
  38. <Dependency>libvorbis</Dependency>
  39. <Dependency>libkate</Dependency>
  40. <Dependency>speex</Dependency>
  41. <Dependency>libtheora</Dependency>
  42. <Dependency>curl</Dependency>
  43. <Dependency>libxml2</Dependency>
  44. <Dependency>openssl</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="config">/etc/icecast</Path>
  48. <Path fileType="executable">/usr/bin</Path>
  49. <Path fileType="doc">/usr/share/doc</Path>
  50. <Path fileType="data">/usr/share/icecast</Path>
  51. <Path fileType="man">/usr/share/man</Path>
  52. <Path fileType="data">/usr/share/pixmaps</Path>
  53. <Path fileType="data">/var</Path>
  54. <Path fileType="data">/run</Path>
  55. <Path fileType="config">/usr/lib/tmpfiles.d/icecast.conf</Path>
  56. </Files>
  57. <AdditionalFiles>
  58. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/icecast.conf">tmpfiles.conf</AdditionalFile>
  59. </AdditionalFiles>
  60. <Provides>
  61. <COMAR script="package.py">System.Package</COMAR>
  62. <COMAR script="service.py">System.Service</COMAR>
  63. </Provides>
  64. </Package>
  65. <History>
  66. <Update release="5">
  67. <Date>2020-02-07</Date>
  68. <Version>2.4.4</Version>
  69. <Comment>Version bump</Comment>
  70. <Name>İdris Kalp</Name>
  71. <Email>idriskalp@gmail.com</Email>
  72. </Update>
  73. <Update release="4">
  74. <Date>2018-09-01</Date>
  75. <Version>2.4.3</Version>
  76. <Comment>Rebuild New T.</Comment>
  77. <Name>Mustafa Cinasal</Name>
  78. <Email>muscnsl@gmail.com</Email>
  79. </Update>
  80. <Update release="3">
  81. <Date>2017-02-15</Date>
  82. <Version>2.4.3</Version>
  83. <Comment>Rebuild</Comment>
  84. <Name>Pisi Linux Community</Name>
  85. <Email>admin@pisilinux.org</Email>
  86. </Update>
  87. <Update release="2">
  88. <Date>2016-06-09</Date>
  89. <Version>2.4.3</Version>
  90. <Comment>Release Bump</Comment>
  91. <Name>Pisi Linux Community</Name>
  92. <Email>admin@pisilinux.org</Email>
  93. </Update>
  94. <Update release="1">
  95. <Date>2016-02-08</Date>
  96. <Version>2.4.3</Version>
  97. <Comment>First release</Comment>
  98. <Name>Stefan Gronewold(groni)</Name>
  99. <Email>groni@pisilinux.org</Email>
  100. </Update>
  101. </History>
  102. </PISI>