123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libisofs</Name>
- <Homepage>https://dev.lovelyhq.com/libburnia/web/wiki</Homepage>
- <License>GPLv2</License>
- <Icon>libisofs</Icon>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <PartOf>hardware.optical</PartOf>
- <IsA>library</IsA>
- <Summary>A library for creating ISO disc images</Summary>
- <Description>libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs</Description>
- <Archive sha1sum="e675358d89279e6d39a1498bcbd7ae14509cd1a4" type="targz">https://files.libburnia-project.org/releases/libisofs-1.5.6.pl01.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>acl-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libisofs</Name>
- <RuntimeDependencies>
- <Dependency>acl</Dependency>
- <Dependency>zlib</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libisofs-devel</Name>
- <Summary>Development files for libisofs</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libisofs</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="doc">/usr/share/doc/libisofs/Tutorial</Path>
- <Path fileType="doc">/usr/share/doc/libisofs/checksums.txt</Path>
- <Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_2_0.txt</Path>
- <Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_isofs_names.txt</Path>
- <Path fileType="doc">/usr/share/doc/libisofs/zisofs_format.txt</Path>
- </Files>
- </Package>
- <History>
- <Update release="9">
- <Date>2024-11-29</Date>
- <Version>1.5.6</Version>
- <Comment>Version bump t.</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="8">
- <Date>2023-08-07</Date>
- <Version>1.5.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2021-08-11</Date>
- <Version>1.5.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-02-01</Date>
- <Version>1.5.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-08-18</Date>
- <Version>1.4.8</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-01-03</Date>
- <Version>1.4.8</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-28</Date>
- <Version>1.4.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.4.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-01-26</Date>
- <Version>1.4.2</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|