Files
core/system/devel/gc/pspec.xml
T
2024-09-09 20:05:31 +03:00

135 lines
4.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gc</Name>
<Homepage>https://www.hboehm.info/gc/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A garbage collector for C and C++</Summary>
<Description>The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new.</Description>
<Archive sha1sum="1c8d7bde86aa98df957563982f38c583c2c6707f" type="targz">https://github.com/ivmai/bdwgc/releases/download/v8.2.8/gc-8.2.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>libatomic_ops-devel</Dependency>
</BuildDependencies>
<!--Patches>
<Patch level="1">noelision.patch</Patch>
</Patches-->
</Source>
<Package>
<Name>gc</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>gc-devel</Name>
<Summary>Development files for gc</Summary>
<RuntimeDependencies>
<Dependency release="current">gc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="12">
<Date>2024-09-09</Date>
<Version>8.2.8</Version>
<Comment>Rebuild.</Comment>
<Name>Ivan Maidanski</Name>
<Email>ivmai@mail.ru</Email>
</Update>
<Update release="11">
<Date>2024-02-06</Date>
<Version>8.2.6</Version>
<Comment>Rebuild.</Comment>
<Name>Ivan Maidanski</Name>
<Email>ivmai@mail.ru</Email>
</Update>
<Update release="10">
<Date>2023-05-28</Date>
<Version>8.2.4</Version>
<Comment>Rebuild.</Comment>
<Name>Ivan Maidanski</Name>
<Email>ivmai@mail.ru</Email>
</Update>
<Update release="9">
<Date>2022-09-01</Date>
<Version>8.2.2</Version>
<Comment>Rebuild.</Comment>
<Name>Ivan Maidanski</Name>
<Email>ivmai@mail.ru</Email>
</Update>
<Update release="8">
<Date>2021-10-06</Date>
<Version>8.0.6</Version>
<Comment>Rebuild.</Comment>
<Name>Ivan Maidanski</Name>
<Email>ivmai@mail.ru</Email>
</Update>
<Update release="7">
<Date>2020-12-03</Date>
<Version>8.0.4</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-11-07</Date>
<Version>8.0.4</Version>
<Comment>Version bump.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="5">
<Date>2019-12-25</Date>
<Version>8.0.4</Version>
<Comment>Version bump.</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-07-20</Date>
<Version>7.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-23</Date>
<Version>7.6.0</Version>
<Comment>Version bump..</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>7.4.2</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-13</Date>
<Version>7.4.2</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>