1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>kcodecs</Name>
- <Homepage>https://www.kde.org</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2</License>
- <IsA>library</IsA>
- <Summary>Plugins allowing Qt applications to access further types of images</Summary>
- <Description>kde6 kcodecs provide a collection of methods to manipulate strings using various encodings.</Description>
- <Archive sha1sum="213f9a59cd96b91fc7252db35334f796c51a3e67" type="tarxz">mirrors://kde/stable/frameworks/6.10/kcodecs-6.10.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency versionFrom="6.7.3">qt6-base-devel</Dependency>
- <Dependency versionFrom="6.7.3">qt6-linguist</Dependency>
- <Dependency versionFrom="6.10.0">extra-cmake-modules</Dependency>
- <Dependency>gperf</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>kcodecs</Name>
- <RuntimeDependencies>
- <Dependency versionFrom="6.7.3">qt6-base</Dependency>
- <!-- <Dependency>libgcc</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/etc/xdg</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="library">/usr/lib/qt5</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- <Replaces>
- <Package>kcodecs-kf6</Package>
- </Replaces>
- </Package>
- <Package>
- <Name>kcodecs-devel</Name>
- <Summary>Development files for kcodecs</Summary>
- <RuntimeDependencies>
- <Dependency versionFrom="6.7.3">qt6-base-devel</Dependency>
- <Dependency release="current">kcodecs</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/cmake</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- <Replaces>
- <Package>kcodecs-kf6-devel</Package>
- </Replaces>
- </Package>
- <History>
- <Update release="71">
- <Date>2025-01-09</Date>
- <Version>6.10.0</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|