pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>zxing-cpp</Name>
  6. <Homepage>https://github.com/zxing-cpp/zxing-cpp</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache</License>
  12. <IsA>library</IsA>
  13. <Summary>A C++ library to decode QRCode</Summary>
  14. <Icon>zxing-cpp</Icon>
  15. <Description>QRCode'un kodunu çözmek için bir C++ kitaplığı</Description>
  16. <Archive sha1sum="0afcee9de26e9653b4623753246e58d6a302cb89" type="targz">https://github.com/zxing-cpp/zxing-cpp/archive/refs/tags/v2.2.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. </BuildDependencies>
  20. <!--
  21. <Patches>
  22. <Patch>zxing-cpp.patch</Patch>
  23. <Patch level="1">zxing-cpp.patch</Patch>
  24. </Patches>
  25. -->
  26. </Source>
  27. <Package>
  28. <Name>zxing-cpp</Name>
  29. <RuntimeDependencies>
  30. <Dependency>libgcc</Dependency>
  31. </RuntimeDependencies>
  32. -->
  33. <Files>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="data">/usr/share</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>zxing-cpp-devel</Name>
  41. <Summary>Development files for zxing-cpp</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">zxing-cpp</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="data">/usr/lib/cmake</Path>
  48. <Path fileType="library">/usr/lib/pkgconfig</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="4">
  53. <Date>2024-05-24</Date>
  54. <Version>2.2.1</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>PisiLinux Community</Name>
  57. <Email>admins@pisilinux.org</Email>
  58. </Update>
  59. <Update release="3">
  60. <Date>2023-06-07</Date>
  61. <Version>2.1.0</Version>
  62. <Comment>Version bump.</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="2">
  67. <Date>2023-04-20</Date>
  68. <Version>2.0.0</Version>
  69. <Comment>Version bump.</Comment>
  70. <Name>Mustafa Cinasal</Name>
  71. <Email>muscnsl@gmail.com</Email>
  72. </Update>
  73. <Update release="1">
  74. <Date>2022-10-29</Date>
  75. <Version>1.4.0</Version>
  76. <Comment>First release</Comment>
  77. <Name>PisiLinux Community</Name>
  78. <Email>admins@pisilinux.org</Email>
  79. </Update>
  80. </History>
  81. </PISI>