pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>tagparser</Name>
  6. <Homepage>https://github.com/Martchus/tagparser</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>library</IsA>
  13. <PartOf>multimedia.misc</PartOf>
  14. <Summary>C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags.</Summary>
  15. <Description>C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags.</Description>
  16. <Archive sha1sum="df3895ba218a8195f1929e7910c2233cbb6fb265" type="targz">
  17. https://github.com/Martchus/tagparser/archive/refs/tags/v11.6.0.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>ninja</Dependency>
  22. <Dependency>doxygen</Dependency>
  23. <Dependency>zlib-devel</Dependency>
  24. <Dependency>openssl-devel</Dependency>
  25. <Dependency>cppunit-devel</Dependency>
  26. <Dependency>iso-codes-devel</Dependency>
  27. <Dependency>cpp-utilities-devel</Dependency>
  28. </BuildDependencies>
  29. </Source>
  30. <Package>
  31. <Name>tagparser</Name>
  32. <RuntimeDependencies>
  33. <Dependency>zlib</Dependency>
  34. <Dependency>libgcc</Dependency>
  35. <Dependency>cpp-utilities</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="data">/usr/share</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>tagparser-devel</Name>
  45. <RuntimeDependencies>
  46. <Dependency release="current">tagparser</Dependency>
  47. <Dependency>cpp-utilities-devel</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. <Path fileType="library">/usr/lib/pkgconfig</Path>
  52. <Path fileType="data">/usr/share/tagparser</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="9">
  57. <Date>2024-12-28</Date>
  58. <Version>11.6.0</Version>
  59. <Comment>Rebuild.</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="8">
  64. <Date>2023-03-08</Date>
  65. <Version>11.6.0</Version>
  66. <Comment>Version bump.</Comment>
  67. <Name>fury</Name>
  68. <Email>uglyside@yandex.ru</Email>
  69. </Update>
  70. <Update release="7">
  71. <Date>2023-02-02</Date>
  72. <Version>11.5.1</Version>
  73. <Comment>Version bump.</Comment>
  74. <Name>fury</Name>
  75. <Email>uglyside@yandex.ru</Email>
  76. </Update>
  77. <Update release="6">
  78. <Date>2022-11-23</Date>
  79. <Version>11.5.0</Version>
  80. <Comment>Rebuild.</Comment>
  81. <Name>fury</Name>
  82. <Email>uglyside@yandex.ru</Email>
  83. </Update>
  84. <Update release="5">
  85. <Date>2022-09-09</Date>
  86. <Version>11.5.0</Version>
  87. <Comment>Version bump.</Comment>
  88. <Name>fury</Name>
  89. <Email>uglyside@yandex.ru</Email>
  90. </Update>
  91. <Update release="4">
  92. <Date>2022-04-14</Date>
  93. <Version>11.1.0</Version>
  94. <Comment>Version bump.</Comment>
  95. <Name>fury</Name>
  96. <Email>uglyside@yandex.ru</Email>
  97. </Update>
  98. <Update release="3">
  99. <Date>2022-02-05</Date>
  100. <Version>10.4.0</Version>
  101. <Comment>Version bump.</Comment>
  102. <Name>fury</Name>
  103. <Email>uglyside@yandex.ru</Email>
  104. </Update>
  105. <Update release="2">
  106. <Date>2021-11-04</Date>
  107. <Version>10.3.1</Version>
  108. <Comment>Version bump.</Comment>
  109. <Name>fury</Name>
  110. <Email>uglyside@yandex.ru</Email>
  111. </Update>
  112. <Update release="1">
  113. <Date>2021-10-13</Date>
  114. <Version>10.2.0</Version>
  115. <Comment>First build</Comment>
  116. <Name>fury</Name>
  117. <Email>uglyside@yandex.ru</Email>
  118. </Update>
  119. </History>
  120. </PISI>