pspec.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>radiotray-ng</Name>
  6. <Homepage>https://github.com/ebruck/radiotray-ng</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-3</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>multimedia.stream</PartOf>
  14. <Summary>Radiotray-NG: An Internet radio player for Linux.</Summary>
  15. <Description>It became clear as one of the early contributors to the RadioTray project that it was not getting the attention it required and was probably dead. A lot of the technologies it used had moved on to newer versions and the bugs started piling up. I did my best to help users, but a new start was required.</Description>
  16. <Archive sha1sum="59ee40916407c639a7dedb0e2ee592f57a499da4" type="targz">
  17. https://github.com/ebruck/radiotray-ng/archive/refs/tags/v0.2.8.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>ccache</Dependency>
  22. <Dependency>wxGTK3</Dependency>
  23. <Dependency>curl-devel</Dependency>
  24. <Dependency>gtk3-devel</Dependency>
  25. <Dependency>boost-devel</Dependency>
  26. <Dependency>wxGTK-devel</Dependency>
  27. <Dependency>lsb-release</Dependency>
  28. <Dependency>wxGTK-common</Dependency>
  29. <Dependency>glibmm-devel</Dependency>
  30. <Dependency>libbsd-devel</Dependency>
  31. <Dependency>python3-devel</Dependency>
  32. <Dependency>ncurses-devel</Dependency>
  33. <Dependency>jsoncpp-devel</Dependency>
  34. <Dependency>libnotify-devel</Dependency>
  35. <Dependency>gstreamer-devel</Dependency>
  36. <Dependency>libxdg-basedir-devel</Dependency>
  37. <Dependency>libappindicator-devel</Dependency>
  38. </BuildDependencies>
  39. <Patches>
  40. <Patch level="1">gcc13.patch</Patch>
  41. </Patches>
  42. </Source>
  43. <Package>
  44. <Name>radiotray-ng</Name>
  45. <RuntimeDependencies>
  46. <Dependency>curl</Dependency>
  47. <Dependency>gtk3</Dependency>
  48. <Dependency>boost</Dependency>
  49. <Dependency>glib2</Dependency>
  50. <Dependency>glibmm</Dependency>
  51. <Dependency>libbsd</Dependency>
  52. <Dependency>libgcc</Dependency>
  53. <Dependency>wxGTK3</Dependency>
  54. <Dependency>jsoncpp</Dependency>
  55. <Dependency>gstreamer</Dependency>
  56. <Dependency>libnotify</Dependency>
  57. <Dependency>libsigc++</Dependency>
  58. <Dependency>python3-lxml</Dependency>
  59. <Dependency>wxGTK-common</Dependency>
  60. <Dependency>libxdg-basedir</Dependency>
  61. <Dependency>libappindicator</Dependency>
  62. </RuntimeDependencies>
  63. <Files>
  64. <Path fileType="config">/etc/xdg/autostart</Path>
  65. <Path fileType="executable">/usr/bin</Path>
  66. <Path fileType="data">/usr/share</Path>
  67. <Path fileType="doc">/usr/share/doc</Path>
  68. </Files>
  69. </Package>
  70. <History>
  71. <Update release="4">
  72. <Date>2023-11-01</Date>
  73. <Version>0.2.8</Version>
  74. <Comment>Rebuild boost</Comment>
  75. <Name>Mustafa Cinasal</Name>
  76. <Email>muscnsl@gmail.com</Email>
  77. </Update>
  78. <Update release="3">
  79. <Date>2021-09-12</Date>
  80. <Version>0.2.8</Version>
  81. <Comment>Rebuild wxgtk</Comment>
  82. <Name>Mustafa Cinasal</Name>
  83. <Email>muscnsl@gmail.com</Email>
  84. </Update>
  85. <Update release="2">
  86. <Date>2021-09-12</Date>
  87. <Version>0.2.8</Version>
  88. <Comment>Version bump.</Comment>
  89. <Name>fury</Name>
  90. <Email>uglyside@yandex.ru</Email>
  91. </Update>
  92. <Update release="1">
  93. <Date>2021-01-28</Date>
  94. <Version>0.2.7</Version>
  95. <Comment>First Beta build.</Comment>
  96. <Name>fury</Name>
  97. <Email>uglyside@yandex.ru</Email>
  98. </Update>
  99. </History>
  100. </PISI>