pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libchromaprint</Name>
  6. <Homepage>http://acoustid.org/chromaprint</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <PartOf>multimedia.plugin</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>Chromaprint is the core component of the Acoustid project.</Summary>
  15. <Description>Chromaprint is the core component of the Acoustid project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source.</Description>
  16. <Archive sha1sum="3d90530e643a351f49460f08fcbc163179e9c036" type="targz">https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-1.4.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>boost-devel</Dependency>
  19. <Dependency>fftw3-devel</Dependency>
  20. <Dependency>ffmpeg-devel</Dependency>
  21. <Dependency>cmake</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>libchromaprint</Name>
  26. <RuntimeDependencies>
  27. <Dependency>ffmpeg</Dependency>
  28. <Dependency>libgcc</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="data">/usr/share</Path>
  32. <Path fileType="library">/usr/lib</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>libchromaprint-devel</Name>
  37. <summary>libchromaprint için geliştirme dosyaları</summary>
  38. <RuntimeDependencies>
  39. <Dependency releaseTo="current">libchromaprint</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="header">/usr/include</Path>
  43. <Path fileType="library">/usr/lib/pkgconfig</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="4">
  48. <Date>2017-02-03</Date>
  49. <Version>1.4.2</Version>
  50. <Comment>Version bump.</Comment>
  51. <Name>Stefan Gronewold(groni)</Name>
  52. <Email>groni@pisilinux.org</Email>
  53. </Update>
  54. <Update release="3">
  55. <Date>2016-11-17</Date>
  56. <Version>1.3.1</Version>
  57. <Comment>Version bump.</Comment>
  58. <Name>Stefan Gronewold(groni)</Name>
  59. <Email>groni@pisilinux.org</Email>
  60. </Update>
  61. <Update release="2">
  62. <Date>2016-06-09</Date>
  63. <Version>1.2</Version>
  64. <Comment>Release Bump</Comment>
  65. <Name>Pisi Linux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="1">
  69. <Date>2014-12-18</Date>
  70. <Version>1.2</Version>
  71. <Comment>First release</Comment>
  72. <Name>Osman Erkan</Name>
  73. <Email>osman.erkan@pisilinux.org</Email>
  74. </Update>
  75. </History>
  76. </PISI>