92 lines
3.1 KiB
XML
92 lines
3.1 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>zxing-cpp</Name>
|
|
<Homepage>https://github.com/zxing-cpp/zxing-cpp</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>Apache</License>
|
|
<IsA>library</IsA>
|
|
<Summary>A C++ library to decode QRCode</Summary>
|
|
<Icon>zxing-cpp</Icon>
|
|
<Description>QRCode'un kodunu çözmek için bir C++ kitaplığı</Description>
|
|
<Archive sha1sum="14b0cbce454edae0d023e2eb2140b3977649835d" type="targz">https://github.com/zxing-cpp/zxing-cpp/archive/refs/tags/v2.3.0.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>cmake</Dependency>
|
|
</BuildDependencies>
|
|
<!--
|
|
<Patches>
|
|
<Patch>zxing-cpp.patch</Patch>
|
|
<Patch level="1">zxing-cpp.patch</Patch>
|
|
</Patches>
|
|
-->
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>zxing-cpp</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>libgcc</Dependency>
|
|
</RuntimeDependencies>
|
|
-->
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="data">/usr/share</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>zxing-cpp-devel</Name>
|
|
<Summary>Development files for zxing-cpp</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">zxing-cpp</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="data">/usr/lib/cmake</Path>
|
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="5">
|
|
<Date>2026-02-11</Date>
|
|
<Version>2.3.0</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="4">
|
|
<Date>2024-05-24</Date>
|
|
<Version>2.2.1</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2023-06-07</Date>
|
|
<Version>2.1.0</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2023-04-20</Date>
|
|
<Version>2.0.0</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2022-10-29</Date>
|
|
<Version>1.4.0</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|