pspec.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>kcodecs</Name>
  6. <Homepage>https://www.kde.org</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Plugins allowing Qt applications to access further types of images</Summary>
  14. <Description>kde6 kcodecs provide a collection of methods to manipulate strings using various encodings.</Description>
  15. <Archive sha1sum="213f9a59cd96b91fc7252db35334f796c51a3e67" type="tarxz">mirrors://kde/stable/frameworks/6.10/kcodecs-6.10.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="6.7.3">qt6-base-devel</Dependency>
  18. <Dependency versionFrom="6.7.3">qt6-linguist</Dependency>
  19. <Dependency versionFrom="6.10.0">extra-cmake-modules</Dependency>
  20. <Dependency>gperf</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>kcodecs</Name>
  25. <RuntimeDependencies>
  26. <Dependency versionFrom="6.7.3">qt6-base</Dependency>
  27. <!-- <Dependency>libgcc</Dependency> -->
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/etc/xdg</Path>
  31. <Path fileType="data">/usr/share</Path>
  32. <Path fileType="localedata">/usr/share/locale</Path>
  33. <Path fileType="library">/usr/lib/qt5</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. </Files>
  37. <Replaces>
  38. <Package>kcodecs-kf6</Package>
  39. </Replaces>
  40. </Package>
  41. <Package>
  42. <Name>kcodecs-devel</Name>
  43. <Summary>Development files for kcodecs</Summary>
  44. <RuntimeDependencies>
  45. <Dependency versionFrom="6.7.3">qt6-base-devel</Dependency>
  46. <Dependency release="current">kcodecs</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="data">/usr/lib/cmake</Path>
  51. <Path fileType="library">/usr/lib/pkgconfig</Path>
  52. </Files>
  53. <Replaces>
  54. <Package>kcodecs-kf6-devel</Package>
  55. </Replaces>
  56. </Package>
  57. <History>
  58. <Update release="71">
  59. <Date>2025-01-09</Date>
  60. <Version>6.10.0</Version>
  61. <Comment>First release</Comment>
  62. <Name>Pisi Linux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. </History>
  66. </PISI>