pspec.xml 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mpd</Name>
  6. <Homepage>https://www.musicpd.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>app</IsA>
  13. <PartOf>multimedia.stream</PartOf>
  14. <Summary>Music Player Daemon.</Summary>
  15. <Description>
  16. Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol.
  17. </Description>
  18. <Archive sha1sum="73fad0a14bc4f3d487d7e1fdb79ffb96aab4615c" type="tarxz">
  19. https://musicpd.org/download/mpd/0.23/mpd-0.23.15.tar.xz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>meson</Dependency>
  23. <Dependency>cmake</Dependency>
  24. <Dependency>fmt-devel</Dependency>
  25. <Dependency>curl-devel</Dependency>
  26. <Dependency>flac-devel</Dependency>
  27. <Dependency>yajl-devel</Dependency>
  28. <Dependency>lame-devel</Dependency>
  29. <Dependency>zlib-devel</Dependency>
  30. <Dependency>dbus-devel</Dependency>
  31. <Dependency>boost-devel</Dependency>
  32. <Dependency>expat-devel</Dependency>
  33. <Dependency>samba-devel</Dependency>
  34. <Dependency>icu4c-devel</Dependency>
  35. <Dependency>avahi-devel</Dependency>
  36. <Dependency>faad2-devel</Dependency>
  37. <Dependency>libao-devel</Dependency>
  38. <Dependency>shine-devel</Dependency>
  39. <Dependency>libmms-devel</Dependency>
  40. <Dependency>mpg123-devel</Dependency>
  41. <Dependency>sqlite-devel</Dependency>
  42. <Dependency>openal-devel</Dependency>
  43. <Dependency>ffmpeg-devel</Dependency>
  44. <Dependency>libgme-devel</Dependency>
  45. <Dependency>libmad-devel</Dependency>
  46. <Dependency>libogg-devel</Dependency>
  47. <Dependency>libnfs-devel</Dependency>
  48. <Dependency>libcdio-devel</Dependency>
  49. <Dependency>libopus-devel</Dependency>
  50. <Dependency>libsoxr-devel</Dependency>
  51. <Dependency>libupnp-devel</Dependency>
  52. <Dependency>twolame-devel</Dependency>
  53. <Dependency>wavpack-devel</Dependency>
  54. <Dependency>zziplib-devel</Dependency>
  55. <Dependency>libpcre2-devel</Dependency>
  56. <Dependency>alsa-lib-devel</Dependency>
  57. <Dependency>libshout-devel</Dependency>
  58. <Dependency>liburing-devel</Dependency>
  59. <Dependency>pipewire-devel</Dependency>
  60. <Dependency>libmpcdec-devel</Dependency>
  61. <Dependency>libgcrypt-devel</Dependency>
  62. <Dependency>audiofile-devel</Dependency>
  63. <Dependency>libid3tag-devel</Dependency>
  64. <Dependency>libmikmod-devel</Dependency>
  65. <Dependency>libvorbis-devel</Dependency>
  66. <Dependency>cyrus-sasl-devel</Dependency>
  67. <Dependency>fluidsynth-devel</Dependency>
  68. <Dependency>libmodplug-devel</Dependency>
  69. <Dependency>libsndfile-devel</Dependency>
  70. <Dependency>libopenmpt-devel</Dependency>
  71. <Dependency>libmpdclient-devel</Dependency>
  72. <Dependency>libsamplerate-devel</Dependency>
  73. <Dependency>libchromaprint-devel</Dependency>
  74. <Dependency>pulseaudio-libs-devel</Dependency>
  75. <Dependency>libcdio-paranoia-devel</Dependency>
  76. <Dependency>jack-audio-connection-kit-devel</Dependency>
  77. <!-- for documentation build. -->
  78. <Dependency>python3-six</Dependency>
  79. <Dependency>python3-Babel</Dependency>
  80. <Dependency>python3-sphinx</Dependency>
  81. <Dependency>python3-certifi</Dependency>
  82. <Dependency>python3-requests</Dependency>
  83. <Dependency>python3-imagesize</Dependency>
  84. <Dependency>python3-snowballstemmer</Dependency>
  85. <Dependency>python3-sphinx-alabaster-theme</Dependency>
  86. <Dependency>python3-sphinxcontrib-websupport</Dependency>
  87. </BuildDependencies>
  88. <Patches>
  89. <!-- <Patch level="1">missing.patch</Patch> -->
  90. </Patches>
  91. </Source>
  92. <Package>
  93. <Name>mpd</Name>
  94. <RuntimeDependencies>
  95. <Dependency>curl</Dependency>
  96. <Dependency>flac</Dependency>
  97. <Dependency>yajl</Dependency>
  98. <Dependency>lame</Dependency>
  99. <Dependency>zlib</Dependency>
  100. <Dependency>dbus</Dependency>
  101. <Dependency>boost</Dependency>
  102. <Dependency>expat</Dependency>
  103. <Dependency>samba</Dependency>
  104. <Dependency>icu4c</Dependency>
  105. <Dependency>avahi</Dependency>
  106. <Dependency>faad2</Dependency>
  107. <Dependency>libao</Dependency>
  108. <Dependency>shine</Dependency>
  109. <Dependency>libmms</Dependency>
  110. <Dependency>mpg123</Dependency>
  111. <Dependency>sqlite</Dependency>
  112. <Dependency>openal</Dependency>
  113. <Dependency>ffmpeg</Dependency>
  114. <Dependency>libgme</Dependency>
  115. <Dependency>libmad</Dependency>
  116. <Dependency>libogg</Dependency>
  117. <Dependency>libnfs</Dependency>
  118. <Dependency>libcdio</Dependency>
  119. <Dependency>libopus</Dependency>
  120. <Dependency>libsoxr</Dependency>
  121. <Dependency>libupnp</Dependency>
  122. <Dependency>twolame</Dependency>
  123. <Dependency>wavpack</Dependency>
  124. <Dependency>zziplib</Dependency>
  125. <Dependency>libpcre2</Dependency>
  126. <Dependency>alsa-lib</Dependency>
  127. <Dependency>libshout</Dependency>
  128. <Dependency>liburing</Dependency>
  129. <Dependency>pipewire</Dependency>
  130. <Dependency>libmpcdec</Dependency>
  131. <Dependency>libgcrypt</Dependency>
  132. <Dependency>audiofile</Dependency>
  133. <Dependency>libid3tag</Dependency>
  134. <Dependency>libmikmod</Dependency>
  135. <Dependency>libvorbis</Dependency>
  136. <Dependency>avahi-libs</Dependency>
  137. <Dependency>fluidsynth</Dependency>
  138. <Dependency>libmodplug</Dependency>
  139. <Dependency>libsndfile</Dependency>
  140. <Dependency>libopenmpt</Dependency>
  141. <Dependency>libmpdclient</Dependency>
  142. <Dependency>libsamplerate</Dependency>
  143. <Dependency>libchromaprint</Dependency>
  144. <Dependency>pulseaudio-libs</Dependency>
  145. <Dependency>libcdio-paranoia</Dependency>
  146. <Dependency>jack-audio-connection-kit</Dependency>
  147. </RuntimeDependencies>
  148. <Files>
  149. <Path fileType="config">/etc</Path>
  150. <Path fileType="executable">/usr/bin</Path>
  151. <Path fileType="data">/usr/share/icons</Path>
  152. <Path fileType="man">/usr/share/man</Path>
  153. <Path fileType="doc">/usr/share/doc</Path>
  154. </Files>
  155. <AdditionalFiles>
  156. <!-- <AdditionalFile owner="root" permission="0644" target="."></AdditionalFile> -->
  157. </AdditionalFiles>
  158. <Provides>
  159. <!-- <COMAR script="service.py">System.Service</COMAR> -->
  160. <!-- <COMAR script="package.py">System.Package</COMAR> -->
  161. </Provides>
  162. </Package>
  163. <History>
  164. <Update release="18">
  165. <Date>2024-10-24</Date>
  166. <Version>0.23.15</Version>
  167. <Comment>Rebuild.</Comment>
  168. <Name>fury</Name>
  169. <Email>uglyside@yandex.ru</Email>
  170. </Update>
  171. <Update release="17">
  172. <Date>2023-10-30</Date>
  173. <Version>0.23.12</Version>
  174. <Comment>Rebuild.</Comment>
  175. <Name>fury</Name>
  176. <Email>uglyside@yandex.ru</Email>
  177. </Update>
  178. <Update release="16">
  179. <Date>2023-01-27</Date>
  180. <Version>0.23.12</Version>
  181. <Comment>Version bump.</Comment>
  182. <Name>fury</Name>
  183. <Email>uglyside@yandex.ru</Email>
  184. </Update>
  185. <Update release="15">
  186. <Date>2022-12-31</Date>
  187. <Version>0.23.10</Version>
  188. <Comment>Version bump.</Comment>
  189. <Name>fury</Name>
  190. <Email>uglyside@yandex.ru</Email>
  191. </Update>
  192. <Update release="14">
  193. <Date>2022-07-29</Date>
  194. <Version>0.23.8</Version>
  195. <Comment>Version bump.</Comment>
  196. <Name>fury</Name>
  197. <Email>uglyside@yandex.ru</Email>
  198. </Update>
  199. <Update release="13">
  200. <Date>2022-05-14</Date>
  201. <Version>0.23.7</Version>
  202. <Comment>Version bump.</Comment>
  203. <Name>fury</Name>
  204. <Email>uglyside@yandex.ru</Email>
  205. </Update>
  206. <Update release="12">
  207. <Date>2022-04-16</Date>
  208. <Version>0.23.6</Version>
  209. <Comment>Version bump.</Comment>
  210. <Name>fury</Name>
  211. <Email>uglyside@yandex.ru</Email>
  212. </Update>
  213. <Update release="11">
  214. <Date>2021-12-02</Date>
  215. <Version>0.23.5</Version>
  216. <Comment>Version bump.</Comment>
  217. <Name>fury</Name>
  218. <Email>uglyside@yandex.ru</Email>
  219. </Update>
  220. <Update release="10">
  221. <Date>2021-11-23</Date>
  222. <Version>0.23.4</Version>
  223. <Comment>Version bump.</Comment>
  224. <Name>fury</Name>
  225. <Email>uglyside@yandex.ru</Email>
  226. </Update>
  227. <Update release="9">
  228. <Date>2021-10-23</Date>
  229. <Version>0.23.2</Version>
  230. <Comment>Version bump.</Comment>
  231. <Name>fury</Name>
  232. <Email>uglyside@yandex.ru</Email>
  233. </Update>
  234. <Update release="8">
  235. <Date>2021-10-17</Date>
  236. <Version>0.23</Version>
  237. <Comment>Version bump.</Comment>
  238. <Name>fury</Name>
  239. <Email>uglyside@yandex.ru</Email>
  240. </Update>
  241. <Update release="7">
  242. <Date>2021-09-07</Date>
  243. <Version>0.22.11</Version>
  244. <Comment>Version bump.</Comment>
  245. <Name>fury</Name>
  246. <Email>uglyside@yandex.ru</Email>
  247. </Update>
  248. <Update release="6">
  249. <Date>2021-07-11</Date>
  250. <Version>0.22.9</Version>
  251. <Comment>Version bump.</Comment>
  252. <Name>fury</Name>
  253. <Email>uglyside@yandex.ru</Email>
  254. </Update>
  255. <Update release="5">
  256. <Date>2021-05-29</Date>
  257. <Version>0.22.8</Version>
  258. <Comment>Version bump.</Comment>
  259. <Name>fury</Name>
  260. <Email>uglyside@yandex.ru</Email>
  261. </Update>
  262. <Update release="4">
  263. <Date>2021-05-20</Date>
  264. <Version>0.22.7</Version>
  265. <Comment>Version bump.</Comment>
  266. <Name>fury</Name>
  267. <Email>uglyside@yandex.ru</Email>
  268. </Update>
  269. <Update release="3">
  270. <Date>2021-03-12</Date>
  271. <Version>0.22.6</Version>
  272. <Comment>Version bump.</Comment>
  273. <Name>fury</Name>
  274. <Email>uglyside@yandex.ru</Email>
  275. </Update>
  276. <Update release="2">
  277. <Date>2021-01-22</Date>
  278. <Version>0.22.4</Version>
  279. <Comment>Version bump.</Comment>
  280. <Name>fury</Name>
  281. <Email>uglyside@yandex.ru</Email>
  282. </Update>
  283. <Update release="1">
  284. <Date>2020-12-13</Date>
  285. <Version>0.22.3</Version>
  286. <Comment>First Beta release.</Comment>
  287. <Name>fury</Name>
  288. <Email>uglyside@yandex.ru</Email>
  289. </Update>
  290. </History>
  291. </PISI>