pspec.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cantata</Name>
  6. <Homepage>http://code.google.com/p/cantata</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold (groni)</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <Icon>cantata</Icon>
  13. <Summary>Qt5 client for the music player daemon </Summary>
  14. <Description>Cantata is a graphical client for MPD</Description>
  15. <Archive sha1sum="e4ebd1777700cb3406725d905073dd6ea1382b4d" type="tarbz2">https://github.com/CDrummond/cantata/releases/download/v2.2.0/cantata-2.2.0.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>qt5-base-devel</Dependency>
  18. <Dependency>qt5-svg-devel</Dependency>
  19. <Dependency>qt5-assistant-devel</Dependency>
  20. <Dependency>qt5-designer-devel</Dependency>
  21. <Dependency>qt5-linguist</Dependency>
  22. <Dependency>qt5-qdbusviewer</Dependency>
  23. <Dependency>qt5-sql-mysql</Dependency>
  24. <Dependency>qt5-sql-sqlite</Dependency>
  25. <Dependency>qt5-sql-odbc</Dependency>
  26. <Dependency>qt5-sql-postgresql</Dependency>
  27. <Dependency>cmake</Dependency>
  28. <Dependency>libcddb-devel</Dependency>
  29. <Dependency>musicbrainz5-devel</Dependency>
  30. <Dependency>cdparanoia-devel</Dependency>
  31. <Dependency>libxml2-devel</Dependency>
  32. <Dependency>solid-devel</Dependency>
  33. <Dependency>udisks2-devel</Dependency>
  34. <Dependency>zlib-devel</Dependency>
  35. <Dependency>eudev-devel</Dependency>
  36. <Dependency>speex-devel</Dependency>
  37. <Dependency>libmtp-devel</Dependency>
  38. <Dependency>mpg123-devel</Dependency>
  39. <Dependency>taglib-devel</Dependency>
  40. <Dependency>ffmpeg-devel</Dependency>
  41. <Dependency>libqjson-devel</Dependency>
  42. <Dependency>vlc-devel</Dependency>
  43. <Dependency>perl-URI</Dependency>
  44. <Dependency>libcdio-paranoia-devel</Dependency>
  45. <Dependency>taglib-extras-devel</Dependency>
  46. </BuildDependencies>
  47. <Patches>
  48. <Patch>4da7a912.patch</Patch>
  49. </Patches>
  50. </Source>
  51. <Package>
  52. <Name>cantata</Name>
  53. <RuntimeDependencies>
  54. <Dependency>qt5-base</Dependency>
  55. <Dependency>qt5-svg</Dependency>
  56. <Dependency>zlib</Dependency>
  57. <Dependency>libcddb</Dependency>
  58. <Dependency>cdparanoia</Dependency>
  59. <Dependency>musicbrainz5</Dependency>
  60. <Dependency>perl-URI</Dependency>
  61. <Dependency>eudev</Dependency>
  62. <Dependency>libgcc</Dependency>
  63. <Dependency>vlc-libs</Dependency>
  64. <Dependency>speex</Dependency>
  65. <Dependency>libmtp</Dependency>
  66. <Dependency>mpg123</Dependency>
  67. <Dependency>taglib</Dependency>
  68. <Dependency>ffmpeg</Dependency>
  69. <Dependency>libqjson</Dependency>
  70. <Dependency>libcdio-paranoia</Dependency>
  71. <Dependency>taglib-extras</Dependency>
  72. </RuntimeDependencies>
  73. <Files>
  74. <Path fileType="executable">/usr/bin</Path>
  75. <Path fileType="doc">/usr/share/doc/</Path>
  76. <Path fileType="data">/usr/share/icons</Path>
  77. <Path fileType="data">/usr/share/pixmaps</Path>
  78. <Path fileType="data">/usr/share/cantata</Path>
  79. <Path fileType="library">/usr/lib</Path>
  80. <Path fileType="locale">/usr/share/locale</Path>
  81. <Path fileType="data">/usr/share/applications</Path>
  82. </Files>
  83. </Package>
  84. <History>
  85. <Update release="3">
  86. <Date>2018-02-18</Date>
  87. <Version>2.2.0</Version>
  88. <Comment>Rebuild</Comment>
  89. <Name>Mustafa Cinasal</Name>
  90. <Email>muscnsl@gmail.com</Email>
  91. </Update>
  92. <Update release="2">
  93. <Date>2017-05-02</Date>
  94. <Version>2.0.1</Version>
  95. <Comment>Rebuild with new toolchain</Comment>
  96. <Name>Mustafa Cinasal</Name>
  97. <Email>muscnsl@gmail.com</Email>
  98. </Update>
  99. <Update release="1">
  100. <Date>2016-12-07</Date>
  101. <Version>2.0.1</Version>
  102. <Comment>First Release.</Comment>
  103. <Name>Stefan Gronewold(groni)</Name>
  104. <Email>groni@pisilinux.org</Email>
  105. </Update>
  106. </History>
  107. </PISI>