Files
2026-02-22 14:01:53 +03:00

99 lines
3.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lucene++</Name>
<Homepage>https://github.com/luceneplusplus/LucenePlusPlus</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<License>Apache-2.0</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary>An up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.</Summary>
<Description>Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.</Description>
<Archive sha1sum="88ba1c52132feb26c32e2f42565db75db6b97b67" type="zip">https://github.com/luceneplusplus/LucenePlusPlus/archive/29fcfed6b4c92710dd16685c9fcc7b8575789ddb.zip</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>boost-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">gcc-15.patch</Patch>
<!-- <Patch level="1">boost-1.89.patch</Patch> -->
<!-- <Patch level="1">lucene-fix-boost-asio-io_service-deprecation.patch</Patch> -->
<!-- <Patch level="1">76dc90f2.patch</Patch> -->
<!-- <Patch level="1">boost.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>lucene++</Name>
<RuntimeDependencies>
<Dependency>boost</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>lucene++-devel</Name>
<RuntimeDependencies>
<Dependency release="current">lucene++</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2026-02-14</Date>
<Version>3.0.9</Version>
<Comment>Version bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2026-02-14</Date>
<Version>3.0.8</Version>
<Comment>Rebuild boost.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="4">
<Date>2023-10-25</Date>
<Version>3.0.8</Version>
<Comment>Rebuild boost.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2021-11-27</Date>
<Version>3.0.8</Version>
<Comment>Rebuild boost.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-04-29</Date>
<Version>3.0.8</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-11-26</Date>
<Version>3.0.7</Version>
<Comment>First Release.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>