pspec.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mpv-player</Name>
  6. <Homepage>https://mpv.io/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>mpv is based on mplayer2</Summary>
  14. <Description>mpv has Wayland support, Improved OpenGL output, Support for libavfilter (for video->video and audio->audio). This allows using most of FFmpeg's filters, which improve greatly on the old MPlayer filters in features, performance, and correctness.is a movie player that can run on many platforms. Improved OpenGL output. More correct color reproduction (color matrix generation), including support for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs.</Description>
  15. <Archive sha1sum="05ba68e71cc493669a831cb75c6fefc5b2bf513c" type="targz">https://github.com/mpv-player/mpv/archive/v0.39.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>python3-devel</Dependency>
  19. <Dependency>libzimg-devel</Dependency>
  20. <Dependency>mesa-devel</Dependency>
  21. <Dependency>ffmpeg-devel</Dependency>
  22. <Dependency>wayland-devel</Dependency>
  23. <Dependency>pipewire-devel</Dependency>
  24. <Dependency>libXpresent-devel</Dependency>
  25. <Dependency>libarchive-devel</Dependency>
  26. <Dependency>gnutls-devel</Dependency>
  27. <Dependency>libglvnd-devel</Dependency>
  28. <Dependency>pkgconfig</Dependency>
  29. <Dependency>perl</Dependency>
  30. <Dependency>samba-devel</Dependency>
  31. <Dependency>libX11-devel</Dependency>
  32. <Dependency>zlib-devel</Dependency>
  33. <Dependency>libass-devel</Dependency>
  34. <Dependency>lua52-devel</Dependency>
  35. <Dependency>libsdl2-devel</Dependency>
  36. <Dependency>yasm</Dependency>
  37. <Dependency>libjpeg-turbo-devel</Dependency>
  38. <Dependency>rubberband-devel</Dependency>
  39. <Dependency>libvdpau-devel</Dependency>
  40. <Dependency>mesa-glu-devel</Dependency>
  41. <Dependency>libbluray-devel</Dependency>
  42. <Dependency>libdvdread-devel</Dependency>
  43. <Dependency>libdvdnav-devel</Dependency>
  44. <Dependency>enca-devel</Dependency>
  45. <Dependency>libcdio-devel</Dependency>
  46. <Dependency>lcms2-devel</Dependency>
  47. <Dependency>libXinerama-devel</Dependency>
  48. <Dependency>libxkbcommon-devel</Dependency>
  49. <Dependency>libXScrnSaver-devel</Dependency>
  50. <Dependency>libXv-devel</Dependency>
  51. <Dependency>libffado-devel</Dependency>
  52. <Dependency>libva-devel</Dependency>
  53. <Dependency>libdrm-devel</Dependency>
  54. <Dependency>libv4l-devel</Dependency>
  55. <Dependency>libXext-devel</Dependency>
  56. <Dependency>libcaca-devel</Dependency>
  57. <Dependency>alsa-lib-devel</Dependency>
  58. <Dependency>libvdpau-devel</Dependency>
  59. <Dependency>libXrandr-devel</Dependency>
  60. <Dependency>wayland-devel</Dependency>
  61. <Dependency>wayland-cursor</Dependency>
  62. <Dependency>wayland-protocols-devel</Dependency>
  63. <Dependency>pulseaudio-libs-devel</Dependency>
  64. <Dependency>libcdio-paranoia-devel</Dependency>
  65. <Dependency>jack-audio-connection-kit-devel</Dependency>
  66. <Dependency>libvdpau-devel</Dependency>
  67. <Dependency>libavc1394-devel</Dependency>
  68. <Dependency>libarchive-devel</Dependency>
  69. <Dependency>python3-youtube_dl</Dependency>
  70. <Dependency>libsdl2-devel</Dependency>
  71. <Dependency>vulkan-devel</Dependency>
  72. <Dependency>vulkan-headers</Dependency>
  73. <Dependency>libplacebo-devel</Dependency>
  74. </BuildDependencies>
  75. <Patches>
  76. <!-- <Patch level="1">02_fix-config-path.patch</Patch> -->
  77. <!-- <Patch level="1">05_add-keywords.patch</Patch> -->
  78. </Patches>
  79. </Source>
  80. <Package>
  81. <Name>mpv-player</Name>
  82. <RuntimeDependencies>
  83. <Dependency>libzimg</Dependency>
  84. <Dependency>mesa</Dependency>
  85. <Dependency>wayland</Dependency>
  86. <Dependency>libarchive</Dependency>
  87. <Dependency>lua52</Dependency>
  88. <Dependency>enca</Dependency>
  89. <Dependency>libglvnd</Dependency>
  90. <Dependency>zlib</Dependency>
  91. <Dependency>lcms2</Dependency>
  92. <Dependency>libXv</Dependency>
  93. <Dependency>libva</Dependency>
  94. <Dependency>samba</Dependency>
  95. <Dependency>ffmpeg</Dependency>
  96. <Dependency>libX11</Dependency>
  97. <Dependency>libass</Dependency>
  98. <Dependency>libdrm</Dependency>
  99. <Dependency>libv4l</Dependency>
  100. <Dependency>libXext</Dependency>
  101. <Dependency>libcaca</Dependency>
  102. <Dependency>libcdio</Dependency>
  103. <Dependency>alsa-lib</Dependency>
  104. <Dependency>pipewire</Dependency>
  105. <Dependency>libXpresent</Dependency>
  106. <Dependency>libvdpau</Dependency>
  107. <Dependency>libXrandr</Dependency>
  108. <Dependency>rubberband</Dependency>
  109. <Dependency>libbluray</Dependency>
  110. <Dependency>libdvdnav</Dependency>
  111. <Dependency>libdvdread</Dependency>
  112. <Dependency>libXinerama</Dependency>
  113. <Dependency>libxkbcommon</Dependency>
  114. <Dependency>libXScrnSaver</Dependency>
  115. <Dependency>libjpeg-turbo</Dependency>
  116. <Dependency>wayland-client</Dependency>
  117. <Dependency>wayland-cursor</Dependency>
  118. <Dependency>pulseaudio-libs</Dependency>
  119. <Dependency>libcdio-paranoia</Dependency>
  120. <Dependency>python3-setuptools</Dependency>
  121. <Dependency>python3-youtube_dl</Dependency>
  122. <Dependency>jack-audio-connection-kit</Dependency>
  123. <Dependency>libsdl2</Dependency>
  124. <Dependency>vulkan</Dependency>
  125. <Dependency>libplacebo</Dependency>
  126. </RuntimeDependencies>
  127. <Files>
  128. <Path fileType="config">/etc</Path>
  129. <Path fileType="executable">/usr/bin</Path>
  130. <Path fileType="library">/usr/lib</Path>
  131. <Path fileType="doc">/usr/share/doc</Path>
  132. <Path fileType="man">/usr/share/man</Path>
  133. <Path fileType="application">/usr/share/applications</Path>
  134. <Path fileType="icons">/usr/share/icons</Path>
  135. <Path fileType="data">/usr/share</Path>
  136. <Path fileType="data">/usr/share/zsh</Path>
  137. <Path fileType="data">/usr/share/mpv</Path>
  138. </Files>
  139. </Package>
  140. <Package>
  141. <Name>mpv-player-devel</Name>
  142. <Files>
  143. <Path fileType="library">/usr/lib/pkgconfig</Path>
  144. <Path fileType="header">/usr/include</Path>
  145. </Files>
  146. <RuntimeDependencies>
  147. <Dependency release="current">mpv-player</Dependency>
  148. </RuntimeDependencies>
  149. </Package>
  150. <History>
  151. <Update release="28">
  152. <Date>2024-09-24</Date>
  153. <Version>0.39.0</Version>
  154. <Comment>Version bump.</Comment>
  155. <Name>Pisi Linux Community</Name>
  156. <Email>admin@pisilinux.org</Email>
  157. </Update>
  158. <Update release="27">
  159. <Date>2024-04-17</Date>
  160. <Version>0.38.0</Version>
  161. <Comment>Version bump.</Comment>
  162. <Name>Mustafa Cinasal</Name>
  163. <Email>muscnsl@gmail.com</Email>
  164. </Update>
  165. <Update release="26">
  166. <Date>2024-03-18</Date>
  167. <Version>0.37.0</Version>
  168. <Comment>Rebuild.</Comment>
  169. <Name>Mustafa Cinasal</Name>
  170. <Email>muscnsl@gmail.com</Email>
  171. </Update>
  172. <Update release="25">
  173. <Date>2023-11-22</Date>
  174. <Version>0.37.0</Version>
  175. <Comment>Version bump.</Comment>
  176. <Name>Mustafa Cinasal</Name>
  177. <Email>muscnsl@gmail.com</Email>
  178. </Update>
  179. <Update release="24">
  180. <Date>2023-07-25</Date>
  181. <Version>0.36.0</Version>
  182. <Comment>Version bump.</Comment>
  183. <Name>Mustafa Cinasal</Name>
  184. <Email>muscnsl@gmail.com</Email>
  185. </Update>
  186. <Update release="23">
  187. <Date>2022-11-13</Date>
  188. <Version>0.35.0</Version>
  189. <Comment>Version bump.</Comment>
  190. <Name>Mustafa Cinasal</Name>
  191. <Email>muscnsl@gmail.com</Email>
  192. </Update>
  193. <Update release="22">
  194. <Date>2022-01-04</Date>
  195. <Version>0.34.1</Version>
  196. <Comment>Version bump.</Comment>
  197. <Name>Mustafa Cinasal</Name>
  198. <Email>muscnsl@gmail.com</Email>
  199. </Update>
  200. <Update release="21">
  201. <Date>2021-11-02</Date>
  202. <Version>0.34.0</Version>
  203. <Comment>Version bump.</Comment>
  204. <Name>Mustafa Cinasal</Name>
  205. <Email>muscnsl@gmail.com</Email>
  206. </Update>
  207. <Update release="20">
  208. <Date>2021-04-29</Date>
  209. <Version>0.33.1</Version>
  210. <Comment>Version bump.</Comment>
  211. <Name>Mustafa Cinasal</Name>
  212. <Email>muscnsl@gmail.com</Email>
  213. </Update>
  214. <Update release="19">
  215. <Date>2021-01-29</Date>
  216. <Version>0.33.0</Version>
  217. <Comment>Version bump.</Comment>
  218. <Name>Mustafa Cinasal</Name>
  219. <Email>muscnsl@gmail.com</Email>
  220. </Update>
  221. <Update release="18">
  222. <Date>2020-10-05</Date>
  223. <Version>0.32.0</Version>
  224. <Comment>rebuild.</Comment>
  225. <Name>Mustafa Cinasal</Name>
  226. <Email>muscnsl@gmail.com</Email>
  227. </Update>
  228. <Update release="17">
  229. <Date>2020-04-15</Date>
  230. <Version>0.32.0</Version>
  231. <Comment>Version bump.</Comment>
  232. <Name>Mustafa Cinasal</Name>
  233. <Email>muscnsl@gmail.com</Email>
  234. </Update>
  235. <Update release="16">
  236. <Date>2020-01-22</Date>
  237. <Version>0.31.0</Version>
  238. <Comment>Version bump.</Comment>
  239. <Name>İdris Kalp</Name>
  240. <Email>idriskalp@gmail.com</Email>
  241. </Update>
  242. <Update release="15">
  243. <Date>2019-10-28</Date>
  244. <Version>0.30.0</Version>
  245. <Comment>Version bump.</Comment>
  246. <Name>Mustafa Cinasal</Name>
  247. <Email>muscnsl@gmail.com</Email>
  248. </Update>
  249. <Update release="14">
  250. <Date>2019-10-14</Date>
  251. <Version>0.29.1</Version>
  252. <Comment>Rebuild.</Comment>
  253. <Name>Mustafa Cinasal</Name>
  254. <Email>muscnsl@gmail.com</Email>
  255. </Update>
  256. <Update release="13">
  257. <Date>2019-04-12</Date>
  258. <Version>0.29.1</Version>
  259. <Comment>Rebuild.</Comment>
  260. <Name>Mustafa Cinasal</Name>
  261. <Email>muscnsl@gmail.com</Email>
  262. </Update>
  263. <Update release="12">
  264. <Date>2018-12-28</Date>
  265. <Version>0.29.1</Version>
  266. <Comment>Rebuild.</Comment>
  267. <Name>Mustafa Cinasal</Name>
  268. <Email>muscnsl@gmail.com</Email>
  269. </Update>
  270. <Update release="11">
  271. <Date>2018-10-03</Date>
  272. <Version>0.29.1</Version>
  273. <Comment>Version bump.</Comment>
  274. <Name>Mustafa Cinasal</Name>
  275. <Email>muscnsl@gmail.com</Email>
  276. </Update>
  277. <Update release="10">
  278. <Date>2018-08-06</Date>
  279. <Version>0.29.0</Version>
  280. <Comment>Version bump.</Comment>
  281. <Name>Mustafa Cinasal</Name>
  282. <Email>muscnsl@gmail.com</Email>
  283. </Update>
  284. <Update release="9">
  285. <Date>2018-05-05</Date>
  286. <Version>0.28.2</Version>
  287. <Comment>Version bump.</Comment>
  288. <Name>Mustafa Cinasal</Name>
  289. <Email>muscnsl@gmail.com</Email>
  290. </Update>
  291. <Update release="8">
  292. <Date>2018-04-27</Date>
  293. <Version>0.27.2</Version>
  294. <Comment>Version bump</Comment>
  295. <Name>Mustafa Cinasal</Name>
  296. <Email>muscnsl@gmail.com</Email>
  297. </Update>
  298. <Update release="7">
  299. <Date>2018-01-13</Date>
  300. <Version>0.27.0</Version>
  301. <Comment>Version bump.</Comment>
  302. <Name>Mustafa Cinasal</Name>
  303. <Email>muscnsl@gmail.com</Email>
  304. </Update>
  305. <Update release="6">
  306. <Date>2017-02-16</Date>
  307. <Version>0.24.0</Version>
  308. <Comment>Release bump.</Comment>
  309. <Name>Stefan Gronewold</Name>
  310. <Email>groni@pisilinux.org</Email>
  311. </Update>
  312. <Update release="5">
  313. <Date>2017-01-11</Date>
  314. <Version>0.23.0</Version>
  315. <Comment>Version bump.</Comment>
  316. <Name>Stefan Gronewold(groni)</Name>
  317. <Email>groni@pisilinux.org</Email>
  318. </Update>
  319. <Update release="4">
  320. <Date>2016-06-15</Date>
  321. <Version>0.17.0</Version>
  322. <Comment>Version Bump</Comment>
  323. <Name>Pisi Linux Community</Name>
  324. <Email>admin@pisilinux.org</Email>
  325. </Update>
  326. <Update release="3">
  327. <Date>2016-06-09</Date>
  328. <Version>0.16.0</Version>
  329. <Comment>Release Bump</Comment>
  330. <Name>Pisi Linux Community</Name>
  331. <Email>admin@pisilinux.org</Email>
  332. </Update>
  333. <Update release="2">
  334. <Date>2016-03-28</Date>
  335. <Version>0.16.0</Version>
  336. <Comment>Version bump.</Comment>
  337. <Name>Stefan Gronewold(groni)</Name>
  338. <Email>groni@pisilinux.org</Email>
  339. </Update>
  340. <Update release="1">
  341. <Date>2016-03-27</Date>
  342. <Version>0.14</Version>
  343. <Comment>First release</Comment>
  344. <Name>Stefan Gronewold</Name>
  345. <Email>groni@pisilinux.org</Email>
  346. </Update>
  347. </History>
  348. </PISI>