pspec.xml 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qmmp</Name>
  6. <Homepage>https://qmmp.ylsoftware.com/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <Icon>qmmp</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>An audio-player, written with Qt5 library</Summary>
  15. <Description>Qmmp is an audio-player, written with Qt5 library. It's similar to Winamp or Xmms. Also supports Xmms and Winamp skins. qmmp-skins package in Contrib repository is recommended, too.</Description>
  16. <Archive sha1sum="e0362e05ebc8ee3822d6e68928d601f5e0a4dd74" type="tarbz2">https://qmmp.ylsoftware.com/files/qmmp/1.6/qmmp-1.6.2.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>curl-devel</Dependency>
  20. <Dependency>enca-devel</Dependency>
  21. <Dependency>flac-devel</Dependency>
  22. <Dependency>mesa-devel</Dependency>
  23. <Dependency>faad2-devel</Dependency>
  24. <Dependency>libX11-devel</Dependency>
  25. <Dependency>qt5-linguist</Dependency>
  26. <Dependency>qt5-sql-odbc</Dependency>
  27. <Dependency>libmms-devel</Dependency>
  28. <Dependency>libmad-devel</Dependency>
  29. <Dependency>taglib-devel</Dependency>
  30. <Dependency>ffmpeg-devel</Dependency>
  31. <Dependency>libogg-devel</Dependency>
  32. <Dependency>mpg123-devel</Dependency>
  33. <Dependency>libsoxr-devel</Dependency>
  34. <Dependency>qt5-sql-mysql</Dependency>
  35. <Dependency>wavpack-devel</Dependency>
  36. <Dependency>libcdio-devel</Dependency>
  37. <Dependency>libcddb-devel</Dependency>
  38. <Dependency>libbs2b-devel</Dependency>
  39. <Dependency>libshout-devel</Dependency>
  40. <Dependency>opusfile-devel</Dependency>
  41. <Dependency>pipewire-devel</Dependency>
  42. <Dependency>qt5-base-devel</Dependency>
  43. <Dependency>qt5-sql-sqlite</Dependency>
  44. <Dependency>alsa-lib-devel</Dependency>
  45. <Dependency>libvorbis-devel</Dependency>
  46. <Dependency>libmpcdec-devel</Dependency>
  47. <Dependency>libmodplug-devel</Dependency>
  48. <Dependency>libsndfile-devel</Dependency>
  49. <Dependency>libarchive-devel</Dependency>
  50. <Dependency>qt5-sql-postgresql</Dependency>
  51. <Dependency>qt5-x11extras-devel</Dependency>
  52. <Dependency>libsamplerate-devel</Dependency>
  53. <Dependency>qt5-multimedia-devel</Dependency>
  54. <Dependency>pulseaudio-libs-devel</Dependency>
  55. <Dependency>libcdio-paranoia-devel</Dependency>
  56. <Dependency>jack-audio-connection-kit-devel</Dependency>
  57. </BuildDependencies>
  58. </Source>
  59. <Package>
  60. <Name>qmmp</Name>
  61. <RuntimeDependencies>
  62. <Dependency>curl</Dependency>
  63. <Dependency>enca</Dependency>
  64. <Dependency>flac</Dependency>
  65. <Dependency>faad2</Dependency>
  66. <Dependency>libX11</Dependency>
  67. <Dependency>libgcc</Dependency>
  68. <Dependency>libmms</Dependency>
  69. <Dependency>libmad</Dependency>
  70. <Dependency>taglib</Dependency>
  71. <Dependency>ffmpeg</Dependency>
  72. <Dependency>libogg</Dependency>
  73. <Dependency>mpg123</Dependency>
  74. <Dependency>libsoxr</Dependency>
  75. <Dependency>wavpack</Dependency>
  76. <Dependency>libcddb</Dependency>
  77. <Dependency>libcdio</Dependency>
  78. <Dependency>libbs2b</Dependency>
  79. <Dependency>qt5-base</Dependency>
  80. <Dependency>libshout</Dependency>
  81. <Dependency>pipewire</Dependency>
  82. <Dependency>opusfile</Dependency>
  83. <Dependency>alsa-lib</Dependency>
  84. <Dependency>libvorbis</Dependency>
  85. <Dependency>libmpcdec</Dependency>
  86. <Dependency>libmodplug</Dependency>
  87. <Dependency>libsndfile</Dependency>
  88. <Dependency>libarchive</Dependency>
  89. <Dependency>qt5-x11extras</Dependency>
  90. <Dependency>libsamplerate</Dependency>
  91. <Dependency>qt5-multimedia</Dependency>
  92. <Dependency>pulseaudio-libs</Dependency>
  93. <Dependency>libcdio-paranoia</Dependency>
  94. <Dependency>jack-audio-connection-kit</Dependency>
  95. </RuntimeDependencies>
  96. <Files>
  97. <Path fileType="executable">/usr/bin</Path>
  98. <Path fileType="library">/usr/lib</Path>
  99. <Path fileType="data">/usr/share</Path>
  100. <Path fileType="doc">/usr/share/doc</Path>
  101. </Files>
  102. </Package>
  103. <Package>
  104. <Name>qmmp-devel</Name>
  105. <Summary>qmmp development files</Summary>
  106. <RuntimeDependencies>
  107. <Dependency release="current">qmmp</Dependency>
  108. <Dependency>qt5-base-devel</Dependency>
  109. </RuntimeDependencies>
  110. <Files>
  111. <Path fileType="library">/usr/lib/pkgconfig</Path>
  112. <Path fileType="header">/usr/include/</Path>
  113. </Files>
  114. </Package>
  115. <History>
  116. <Update release="12">
  117. <Date>2022-09-27</Date>
  118. <Version>1.6.2</Version>
  119. <Comment>Version bump.</Comment>
  120. <Name>Mustafa Cinasal</Name>
  121. <Email>muscnsl@gmail.com</Email>
  122. </Update>
  123. <Update release="11">
  124. <Date>2020-09-19</Date>
  125. <Version>1.4.1</Version>
  126. <Comment>Version bump.</Comment>
  127. <Name>Mustafa Cinasal</Name>
  128. <Email>muscnsl@gmail.com</Email>
  129. </Update>
  130. <Update release="10">
  131. <Date>2020-04-06</Date>
  132. <Version>1.3.7</Version>
  133. <Comment>Version bump.</Comment>
  134. <Name>Mustafa Cinasal</Name>
  135. <Email>muscnsl@gmail.com</Email>
  136. </Update>
  137. <Update release="9">
  138. <Date>2020-03-08</Date>
  139. <Version>1.3.6</Version>
  140. <Comment>Version bump.</Comment>
  141. <Name>Mustafa Cinasal</Name>
  142. <Email>muscnsl@gmail.com</Email>
  143. </Update>
  144. <Update release="8">
  145. <Date>2018-12-12</Date>
  146. <Version>1.2.4</Version>
  147. <Comment>version bumb.</Comment>
  148. <Name>erkan IŞIK</Name>
  149. <Email>erkanisik@pisilinux.org</Email>
  150. </Update>
  151. <Update release="7">
  152. <Date>2018-09-01</Date>
  153. <Version>1.2.1</Version>
  154. <Comment>Rebuild New T.</Comment>
  155. <Name>Mustafa Cinasal</Name>
  156. <Email>muscnsl@gmail.com</Email>
  157. </Update>
  158. <Update release="6">
  159. <Date>2018-04-27</Date>
  160. <Version>1.2.1</Version>
  161. <Comment>Version bump</Comment>
  162. <Name>Yusuf Aydemir</Name>
  163. <Email>yusuf.aydemir@pisilinux.org</Email>
  164. </Update>
  165. <Update release="5">
  166. <Date>2017-04-24</Date>
  167. <Version>1.1.8</Version>
  168. <Comment>Version bump.</Comment>
  169. <Name>Yusuf Aydemir</Name>
  170. <Email>yusuf.aydemir@pisilinux.org</Email>
  171. </Update>
  172. <Update release="4">
  173. <Date>2016-06-20</Date>
  174. <Version>1.0.10</Version>
  175. <Comment>Version bump.</Comment>
  176. <Name>Yusuf Aydemir</Name>
  177. <Email>yusuf.aydemir@pisilinux.org</Email>
  178. </Update>
  179. <Update release="3">
  180. <Date>2016-06-09</Date>
  181. <Version>1.0.9</Version>
  182. <Comment>Release Bump</Comment>
  183. <Name>Pisi Linux Community</Name>
  184. <Email>admin@pisilinux.org</Email>
  185. </Update>
  186. <Update release="2">
  187. <Date>2016-05-16</Date>
  188. <Version>1.0.9</Version>
  189. <Comment>Version bump.</Comment>
  190. <Name>Stefan Gronewold(groni)</Name>
  191. <Email>groni@pisilinux.org</Email>
  192. </Update>
  193. <Update release="1">
  194. <Date>2015-11-19</Date>
  195. <Version>1.0.1</Version>
  196. <Comment>First release</Comment>
  197. <Name>Stefan Gronewold(groni)</Name>
  198. <Email>groni@pisilinux.org</Email>
  199. </Update>
  200. </History>
  201. </PISI>