123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>liboggz</Name>
- <Homepage>https://www.xiph.org/oggz/</Homepage>
- <Packager>
- <Name>Blue DeviL</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>multimedia.sound</PartOf>
- <License>BSD</License>
- <IsA>app::console</IsA>
- <IsA>library</IsA>
- <Summary>A simple programming interface for reading and writing Ogg files and streams.</Summary>
- <Description>liboggz is a C library for reading and writing Ogg files and streams. It offers various improvements over the reference libogg, including support for seeking, validation and timestamp interpretation.</Description>
- <Archive sha1sum="3540190c8c9a31d834aa7794ef991bbab699f4de" type="targz">http://downloads.xiph.org/releases/liboggz/liboggz-1.1.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libogg-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>liboggz</Name>
- <Summary>A simple programming interface for reading and writing Ogg files and streams.</Summary>
- <RuntimeDependencies>
- <Dependency>libogg</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- </Files>
- </Package>
- <Package>
- <Name>liboggz-devel</Name>
- <Summary>Development files for libfishsound</Summary>
- <RuntimeDependencies>
- <Dependency release="current">liboggz</Dependency>
- <Dependency>libogg-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-01-02</Date>
- <Version>1.1.1</Version>
- <Comment>First pisi release</Comment>
- <Name>Blue DeviL</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|