pspec.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>clementine</Name>
  6. <Homepage>http://www.clementine-player.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>GPLv3</License>
  13. <Icon>clementine</Icon>
  14. <IsA>app:gui</IsA>
  15. <Summary>A cross-platform music player based on Amarok 1.4</Summary>
  16. <Description>Clementine is a modern music player and library organiser. Clementine is a port of Amarok 1.4, with some features rewritten to take advantage of Qt4.</Description>
  17. <Archive sha1sum="3d08f1fd25930ceb50993ab8442fd7c129716c2f" type="zip">https://github.com/clementine-player/Clementine/archive/03428b53c2cd59569860f5b831ee096a9e635131.zip</Archive>
  18. <BuildDependencies>
  19. <Dependency>cmake</Dependency>
  20. <Dependency>qt5-base-devel</Dependency>
  21. <Dependency>qt5-webkit-devel</Dependency>
  22. <Dependency>qt5-x11extras-devel</Dependency>
  23. <Dependency>qt5-assistant-devel</Dependency>
  24. <Dependency>qt5-designer-devel</Dependency>
  25. <Dependency>qt5-linguist</Dependency>
  26. <Dependency>qt5-qdbusviewer</Dependency>
  27. <Dependency>qt5-sql-mysql</Dependency>
  28. <Dependency>qt5-sql-odbc</Dependency>
  29. <Dependency>qt5-sql-postgresql</Dependency>
  30. <Dependency>qt5-sql-sqlite</Dependency>
  31. <Dependency>qca2-qt5-devel</Dependency>
  32. <Dependency>glew-devel</Dependency>
  33. <Dependency>icon-theme-hicolor</Dependency>
  34. <Dependency>boost-devel</Dependency>
  35. <Dependency>pulseaudio-libs-devel</Dependency>
  36. <Dependency>libmygpo-qt-devel</Dependency>
  37. <Dependency>fftw3-devel</Dependency>
  38. <Dependency>libmtp-devel</Dependency>
  39. <Dependency>ffmpeg-devel</Dependency>
  40. <Dependency>taglib-devel</Dependency>
  41. <Dependency>libgpod-devel</Dependency>
  42. <Dependency>libplist-devel</Dependency>
  43. <Dependency>libqjson-devel</Dependency>
  44. <Dependency>protobuf-devel</Dependency>
  45. <Dependency>mesa-glu-devel</Dependency>
  46. <Dependency>liblastfm-devel</Dependency>
  47. <Dependency>libechonest-devel</Dependency>
  48. <Dependency>google-sparsehash</Dependency>
  49. <Dependency>libchromaprint-devel</Dependency>
  50. <Dependency>gstreamer-next-devel</Dependency>
  51. <Dependency>libimobiledevice-devel</Dependency>
  52. <Dependency>gst-plugins-base-next-devel</Dependency>
  53. <Dependency>gst-plugins-bad-next-devel</Dependency>
  54. <Dependency>gst-plugins-ugly-next</Dependency>
  55. <Dependency>gst-plugins-good-next</Dependency>
  56. <Dependency>libkvkontakte-devel</Dependency>
  57. <Dependency>crypto++-devel</Dependency>
  58. <Dependency>libcdio-paranoia-devel</Dependency>
  59. </BuildDependencies>
  60. <Patches>
  61. <Patch level="1">tokenizer.diff</Patch>
  62. <!-- <Patch level="1">clementine-gcc6.patch</Patch> -->
  63. <Patch level="1">add-missing-functional-includes-5630.patch</Patch>
  64. <!-- <Patch level="1">clementine-1.3.1-chromaprint-1.4.0.patch</Patch> -->
  65. <Patch level="1">clementine-cryptopp6.patch</Patch>
  66. </Patches>
  67. </Source>
  68. <Package>
  69. <Name>clementine</Name>
  70. <RuntimeDependencies>
  71. <Dependency>glew</Dependency>
  72. <Dependency>mesa</Dependency>
  73. <Dependency>zlib</Dependency>
  74. <Dependency>fftw3</Dependency>
  75. <Dependency>glib2</Dependency>
  76. <Dependency>libX11</Dependency>
  77. <Dependency>libgcc</Dependency>
  78. <Dependency>libmtp</Dependency>
  79. <Dependency>sqlite</Dependency>
  80. <Dependency>taglib</Dependency>
  81. <Dependency>libcdio</Dependency>
  82. <Dependency>libgpod</Dependency>
  83. <Dependency>protobuf</Dependency>
  84. <Dependency>qt5-base</Dependency>
  85. <Dependency>liblastfm</Dependency>
  86. <Dependency>libmygpo-qt</Dependency>
  87. <Dependency>gstreamer-next</Dependency>
  88. <Dependency>libchromaprint</Dependency>
  89. <Dependency>pulseaudio-libs</Dependency>
  90. <Dependency>gst-plugins-base-next</Dependency>
  91. </RuntimeDependencies>
  92. <Files>
  93. <Path fileType="executable">/usr/bin</Path>
  94. <Path fileType="data">/usr/share</Path>
  95. </Files>
  96. </Package>
  97. <History>
  98. <Update release="6">
  99. <Date>2018-05-11</Date>
  100. <Version>1.3.1</Version>
  101. <Comment>Rebuild</Comment>
  102. <Name>Mustafa Cinasal</Name>
  103. <Email>muscnsl@gmail.com</Email>
  104. </Update>
  105. <Update release="5">
  106. <Date>2018-04-27</Date>
  107. <Version>1.3.1</Version>
  108. <Comment>Rebuild</Comment>
  109. <Name>Mustafa Cinasal</Name>
  110. <Email>muscnsl@gmail.com</Email>
  111. </Update>
  112. <Update release="4">
  113. <Date>2018-03-22</Date>
  114. <Version>1.3.1</Version>
  115. <Comment>Rebuild.</Comment>
  116. <Name>Mustafa Cinasal</Name>
  117. <Email>muscnsl@gmail.com</Email>
  118. </Update>
  119. <Update release="3">
  120. <Date>2018-02-22</Date>
  121. <Version>1.3.1</Version>
  122. <Comment>Rebuild.</Comment>
  123. <Name>Mustafa Cinasal</Name>
  124. <Email>muscnsl@gmail.com</Email>
  125. </Update>
  126. <Update release="2">
  127. <Date>2017-03-08</Date>
  128. <Version>1.3.1</Version>
  129. <Comment>Rebuild.</Comment>
  130. <Name>Alihan Öztürk</Name>
  131. <Email>alihan@pisilinux.org</Email>
  132. </Update>
  133. <Update release="1">
  134. <Date>2017-01-07</Date>
  135. <Version>1.3.1</Version>
  136. <Comment>First release</Comment>
  137. <Name>Alihan Öztürk</Name>
  138. <Email>alihan@pisilinux.org</Email>
  139. </Update>
  140. </History>
  141. </PISI>