pspec.xml 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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="230e2aa5abf80010c42d41cc7c0b078fb542b080" type="targz">http://downloads.xiph.org/releases/icecast/icecast-2.4.3.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="3">
  67. <Date>2017-02-15</Date>
  68. <Version>2.4.3</Version>
  69. <Comment>Rebuild</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="2">
  74. <Date>2016-06-09</Date>
  75. <Version>2.4.3</Version>
  76. <Comment>Release Bump</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="1">
  81. <Date>2016-02-08</Date>
  82. <Version>2.4.3</Version>
  83. <Comment>First release</Comment>
  84. <Name>Stefan Gronewold(groni)</Name>
  85. <Email>groni@pisilinux.org</Email>
  86. </Update>
  87. </History>
  88. </PISI>