pspec.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>id3lib</Name>
  6. <Homepage>http://id3lib.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>Mustafa Cinasal</Name>
  9. <Email>muscnsl@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv1</License>
  12. <IsA>driver</IsA>
  13. <Summary>ID3v1 ve ID3v2 etiketlerini okumak, yazmak ve değiştirmek için kullanılan kitaplık</Summary>
  14. <Description>ID3v1 ve ID3v2 etiketlerini okumak, yazmak ve değiştirmek için kullanılan kitaplık</Description>
  15. <Archive sha1sum="c92c880da41d1ec0b242745a901702ae87970838" type="targz">https://sourceforge.net/projects/id3lib/files/id3lib/3.8.3/id3lib-3.8.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>zlib-devel</Dependency>
  18. <Dependency>libgcc</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch>00-add-libz-to-compilation.patch</Patch>
  22. <Patch>05-create-m4-directory.patch</Patch>
  23. <Patch>10-fix-compilation-with-cpp-headers.patch</Patch>
  24. <Patch>15-fix-headers-of-main-functions.patch</Patch>
  25. <Patch>20-create-manpages.patch</Patch>
  26. <Patch>30-fix-utf16.patch</Patch>
  27. <Patch>40-deal-with-mkstemp.patch</Patch>
  28. <Patch>50-remove-outdated-check.patch</Patch>
  29. <Patch>60-add-c-wrapper-functions.patch</Patch>
  30. <Patch>60-fix_make_check.patch</Patch>
  31. <Patch>60-id3lib-missing-nullpointer-check.patch</Patch>
  32. <Patch>60-spelling.patch</Patch>
  33. <Patch>61-fix_vbr_stack_smash.patch</Patch>
  34. </Patches>
  35. </Source>
  36. <Package>
  37. <Name>id3lib</Name>
  38. <RuntimeDependencies>
  39. <Dependency>zlib</Dependency>
  40. <Dependency>libgcc</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="doc">/usr/share/doc</Path>
  46. </Files>
  47. </Package>
  48. <Package>
  49. <Name>id3lib-devel</Name>
  50. <Summary>Development files for id3lib</Summary>
  51. <RuntimeDependencies>
  52. <Dependency release="current">id3lib</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="header">/usr/include</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="3">
  60. <Date>2020-03-05</Date>
  61. <Version>3.8.3</Version>
  62. <Comment>First release.</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="2">
  67. <Date>2018-09-01</Date>
  68. <Version>3.8.3</Version>
  69. <Comment>First release.</Comment>
  70. <Name>Mustafa Cinasal</Name>
  71. <Email>muscnsl@gmail.com</Email>
  72. </Update>
  73. <Update release="1">
  74. <Date>2017-12-17</Date>
  75. <Version>3.8.3</Version>
  76. <Comment>First release.</Comment>
  77. <Name>Mustafa Cinasal</Name>
  78. <Email>muscnsl@gmail.com</Email>
  79. </Update>
  80. </History>
  81. </PISI>