123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libvorbis</Name>
- <Homepage>https://xiph.org/vorbis/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <PartOf>multimedia.sound</PartOf>
- <Summary>The Vorbis general audio compression codec</Summary>
- <Description>libvorbis is a fully open, non-proprietary, patent- and royalty-free, general-purpose compressed audio format for audio and music at fixed variable bitrates from 16 to 128 kbps/channel.</Description>
- <Archive sha1sum="0a2dd71a999656b8091506839e8007a61a8fda1f" type="tarxz">https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>libogg-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libvorbis</Name>
- <Summary>The Vorbis general audio compression codec</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libogg</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- </Files>
- </Package>
- <Package>
- <Name>libvorbis-devel</Name>
- <Summary>Development files for libvorbis</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libvorbis</Dependency>
- <Dependency>libogg-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/lib32/pkgconfig</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libvorbis-docs</Name>
- <Summary>Documentation files for libvorbis</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libvorbis</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libvorbis-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for libvorbis</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>libogg-32bit</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency release="current">libvorbis</Dependency>
- <Dependency>libogg-32bit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2021-12-04</Date>
- <Version>1.3.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue DeviL</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-01-06</Date>
- <Version>1.3.6</Version>
- <Comment>Rebuilt for the new toolchain.</Comment>
- <Name>Blue DeviL</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-07-29</Date>
- <Version>1.3.6</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2017-02-06</Date>
- <Version>1.3.5</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-09</Date>
- <Version>1.3.4</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-27</Date>
- <Version>1.3.4</Version>
- <Comment>Release bump</Comment>
- <Name>Serdar Soytetir</Name>
- <Email>kaptan@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-20</Date>
- <Version>1.3.4</Version>
- <Comment>First release</Comment>
- <Name>Serdar Soytetir</Name>
- <Email>kaptan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|