pspec.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>sayonara</Name>
  6. <Homepage>https://sayonara-player.com/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Icon>sayonara</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>Sayonara is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework and uses Gstreamer as audio backend.</Summary>
  15. <Description>
  16. Although Sayonara is considered as a lightweight player, it holds a lot of features to organize even big music collections.
  17. </Description>
  18. <Archive sha1sum="3a059308e3bc37533f66991c228260ab4d510090" type="tarbz2">
  19. https://gitlab.com/luciocarreras/sayonara-player/-/archive/1.10.0-stable1/sayonara-player-1.10.0-stable1.tar.bz2
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>cmake</Dependency>
  23. <Dependency>ccache</Dependency>
  24. <Dependency>zlib-devel</Dependency>
  25. <Dependency>glib2-devel</Dependency>
  26. <Dependency>libmtp-devel</Dependency>
  27. <Dependency>taglib-devel</Dependency>
  28. <Dependency>qt5-linguist</Dependency>
  29. <Dependency>qt5-sql-odbc</Dependency>
  30. <Dependency>qt5-sql-mysql</Dependency>
  31. <Dependency>qt5-svg-devel</Dependency>
  32. <Dependency>qt5-base-devel</Dependency>
  33. <Dependency>qt5-sql-sqlite</Dependency>
  34. <Dependency>gstreamer-devel</Dependency>
  35. <Dependency>libnotify-devel</Dependency>
  36. <Dependency>gst-plugins-ugly</Dependency>
  37. <Dependency>qt5-sql-postgresql</Dependency>
  38. <Dependency>gst-plugins-bad-devel</Dependency>
  39. <Dependency>gst-plugins-base-devel</Dependency>
  40. </BuildDependencies>
  41. <Patches>
  42. <!-- <Patch level="1">qt5.patch</Patch> -->
  43. </Patches>
  44. </Source>
  45. <Package>
  46. <Name>sayonara</Name>
  47. <RuntimeDependencies>
  48. <Dependency>zlib</Dependency>
  49. <Dependency>glib2</Dependency>
  50. <Dependency>libgcc</Dependency>
  51. <Dependency>libmtp</Dependency>
  52. <Dependency>taglib</Dependency>
  53. <Dependency>qt5-svg</Dependency>
  54. <Dependency>qt5-base</Dependency>
  55. <Dependency>libnotify</Dependency>
  56. <Dependency>gstreamer</Dependency>
  57. <Dependency>gst-plugins-bad</Dependency>
  58. <Dependency>gst-plugins-base</Dependency>
  59. <Dependency>gst-plugins-good</Dependency>
  60. <Dependency>gst-plugins-ugly</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="executable">/usr/bin</Path>
  64. <Path fileType="library">/usr/lib/sayonara</Path>
  65. <Path fileType="data">/usr/share</Path>
  66. <Path fileType="man">/usr/share/man</Path>
  67. <Path fileType="doc">/usr/share/doc</Path>
  68. </Files>
  69. <AdditionalFiles>
  70. <!-- -->
  71. </AdditionalFiles>
  72. </Package>
  73. <History>
  74. <Update release="12">
  75. <Date>2024-08-25</Date>
  76. <Version>1.10.0</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>fury</Name>
  79. <Email>uglyside@yandex.ru</Email>
  80. </Update>
  81. <Update release="11">
  82. <Date>2021-10-17</Date>
  83. <Version>1.7.0_3</Version>
  84. <Comment>Ver. bump</Comment>
  85. <Name>fury</Name>
  86. <Email>uglyside@yandex.ru</Email>
  87. </Update>
  88. <Update release="10">
  89. <Date>2020-09-17</Date>
  90. <Version>1.6.0_beta6</Version>
  91. <Comment>Ver. bump</Comment>
  92. <Name>fury</Name>
  93. <Email>uglyside@yandex.ru</Email>
  94. </Update>
  95. <Update release="9">
  96. <Date>2020-03-08</Date>
  97. <Version>1.4.1</Version>
  98. <Comment>Rebuild.</Comment>
  99. <Name>Mustafa Cinasal</Name>
  100. <Email>muscnsl@gmail.com</Email>
  101. </Update>
  102. <Update release="8">
  103. <Date>2019-06-01</Date>
  104. <Version>1.4.1</Version>
  105. <Comment>Version bump.</Comment>
  106. <Name>fury</Name>
  107. <Email>uglyside@yandex.ru</Email>
  108. </Update>
  109. <Update release="7">
  110. <Date>2019-05-01</Date>
  111. <Version>20190428</Version>
  112. <Comment>Version bump.</Comment>
  113. <Name>fury</Name>
  114. <Email>uglyside@yandex.ru</Email>
  115. </Update>
  116. <Update release="6">
  117. <Date>2019-04-14</Date>
  118. <Version>20180905</Version>
  119. <Comment>Version bump.</Comment>
  120. <Name>fury</Name>
  121. <Email>uglyside@yandex.ru</Email>
  122. </Update>
  123. <Update release="5">
  124. <Date>2017-04-24</Date>
  125. <Version>20161030</Version>
  126. <Comment>Rebuild with new toolchain</Comment>
  127. <Name>Stefan Gronewold(groni)</Name>
  128. <Email>groni@pisilinux.org</Email>
  129. </Update>
  130. <Update release="4">
  131. <Date>2016-12-04</Date>
  132. <Version>20161030</Version>
  133. <Comment>Version bump.</Comment>
  134. <Name>Stefan Gronewold(groni)</Name>
  135. <Email>groni@pisilinux.org</Email>
  136. </Update>
  137. <Update release="3">
  138. <Date>2016-06-09</Date>
  139. <Version>0.9.0</Version>
  140. <Comment>Release Bump</Comment>
  141. <Name>Pisi Linux Community</Name>
  142. <Email>admin@pisilinux.org</Email>
  143. </Update>
  144. <Update release="2">
  145. <Date>2016-05-16</Date>
  146. <Version>0.9.0</Version>
  147. <Comment>Version bump.</Comment>
  148. <Name>Stefan Gronewold(groni)</Name>
  149. <Email>groni@pisilinux.org</Email>
  150. </Update>
  151. <Update release="1">
  152. <Date>2016-04-02</Date>
  153. <Version>0.8.2</Version>
  154. <Comment>First release</Comment>
  155. <Name>Stefan Gronewold(groni)</Name>
  156. <Email>groni@pisilinux.org</Email>
  157. </Update>
  158. </History>
  159. </PISI>