pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <PISI>
  2. <Source>
  3. <Name>yarock</Name>
  4. <Homepage>https://launchpad.net/yarock</Homepage>
  5. <Packager>
  6. <Name>Stefan Gronewold</Name>
  7. <Email>groni@pisilinux.org</Email>
  8. </Packager>
  9. <License>GPLv3</License>
  10. <Summary>Qt Modern Music Player with collection browse based on cover art</Summary>
  11. <Description>Yarock is a music player in c++/Qt designed to provide a clean, simple and beautiful music collection based on album coverart</Description>
  12. <Archive sha1sum="d9716d6d8e17da086c7357b0cba7f53cb88f7d63" type="targz">https://launchpad.net/yarock/1.x/1.1.6/+download/Yarock_1.1.6_source.tar.gz</Archive>
  13. <BuildDependencies>
  14. <Dependency>extra-cmake-modules</Dependency>
  15. <Dependency>mpv-player-devel</Dependency>
  16. <Dependency>qt5-base-devel</Dependency>
  17. <Dependency>qt5-phonon-devel</Dependency>
  18. <Dependency>qt5-x11extras-devel</Dependency>
  19. <Dependency>qt5-sql-mysql</Dependency>
  20. <Dependency>qt5-sql-sqlite</Dependency>
  21. <Dependency>qt5-sql-odbc</Dependency>
  22. <Dependency>qt5-sql-postgresql</Dependency>
  23. <Dependency>qt5-linguist</Dependency>
  24. <Dependency>taglib-devel</Dependency>
  25. <Dependency>htmlcxx-devel</Dependency>
  26. <Dependency>libX11-devel</Dependency>
  27. <Dependency>libICE-devel</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <Patch level="1">phonon.patch</Patch>
  31. </Patches>
  32. </Source>
  33. <Package>
  34. <Name>yarock</Name>
  35. <Summary>Qt Modern Music Player with collection browse based on cover art</Summary>
  36. <RuntimeDependencies>
  37. <Dependency>qt5-base</Dependency>
  38. <Dependency>qt5-phonon</Dependency>
  39. <Dependency>qt5-x11extras</Dependency>
  40. <Dependency>taglib</Dependency>
  41. <Dependency>libX11</Dependency>
  42. <Dependency>libgcc</Dependency>
  43. <Dependency>htmlcxx</Dependency>
  44. <Dependency>mpv-player</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="executable">/usr/bin</Path>
  48. <Path fileType="data">/usr/share</Path>
  49. <Path fileType="library">/usr/lib</Path>
  50. <Path fileType="doc">/usr/share/doc</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="2">
  55. <Date>2017-04-23</Date>
  56. <Version>1.1.6</Version>
  57. <Comment>Rebuild with new toolchain</Comment>
  58. <Name>Stefan Gronewold</Name>
  59. <Email>groni@pisilinux.org</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2016-11-24</Date>
  63. <Version>1.1.6</Version>
  64. <Comment>First Release</Comment>
  65. <Name>Stefan Gronewold</Name>
  66. <Email>groni@pisilinux.org</Email>
  67. </Update>
  68. </History>
  69. </PISI>