pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libofa</Name>
  6. <Homepage>https://code.google.com/archive/p/musicip-libofa/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>The Open Fingerprint Architecture library</Summary>
  14. <Description>libofa is a library for generating acoustic fingerprints that can be used to identify music files using the MusicDNS service.</Description>
  15. <Archive sha1sum="3dec8e1dcea937f74b4165e9ffd4d4f355e4594a" type="targz">https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/musicip-libofa/libofa-0.9.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>fftw3-devel</Dependency>
  18. <Dependency>expat-devel</Dependency>
  19. <Dependency>curl-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch>compile.patch</Patch>
  23. <Patch level="1">gcc44.patch</Patch>
  24. <Patch level="1">pkgconfig.patch</Patch>
  25. <Patch level="1">libofa-0.9.3-gcc47.patch</Patch>
  26. <Patch level="1">libofa-0.9.3-curl.patch</Patch>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>libofa</Name>
  31. <RuntimeDependencies>
  32. <Dependency>fftw3</Dependency>
  33. <Dependency>expat</Dependency>
  34. <Dependency>libgcc</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>libofa-devel</Name>
  43. <Summary>Development files for libofa</Summary>
  44. <RuntimeDependencies>
  45. <Dependency release="current">libofa</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="data">/usr/lib/pkgconfig</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="3">
  54. <Date>2020-03-08</Date>
  55. <Version>0.9.3</Version>
  56. <Comment>Rebuild.</Comment>
  57. <Name>Pisi Linux Admins</Name>
  58. <Email>admins@pisilinux.org</Email>
  59. </Update>
  60. <Update release="2">
  61. <Date>2018-08-19</Date>
  62. <Version>0.9.3</Version>
  63. <Comment>First release</Comment>
  64. <Name>Pisi Linux Admins</Name>
  65. <Email>admins@pisilinux.org</Email>
  66. </Update>
  67. <Update release="1">
  68. <Date>2017-01-07</Date>
  69. <Version>0.9.3</Version>
  70. <Comment>First release</Comment>
  71. <Name>Pisi Linux Admins</Name>
  72. <Email>admins@pisilinux.org</Email>
  73. </Update>
  74. </History>
  75. </PISI>