1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>vorbis-tools</Name>
- <Homepage>https://xiph.org/vorbis/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>as-is</License>
- <IsA>app:console</IsA>
- <PartOf>multimedia.sound</PartOf>
- <Summary>Tools for using the Ogg Vorbis sound file format</Summary>
- <Description>This set of tools allow you to play and encode Ogg Vorbis files.</Description>
- <Archive sha1sum="c7012dc104da4f35a5d5d46e902cd49214377f5b" type="targz">https://ftp.osuosl.org/pub/xiph/releases/vorbis/vorbis-tools-1.4.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>curl-devel</Dependency>
- <Dependency>flac-devel</Dependency>
- <Dependency>libao-devel</Dependency>
- <Dependency>speex-devel</Dependency>
- <Dependency>libogg-devel</Dependency>
- <Dependency>libkate-devel</Dependency>
- <Dependency>opusfile-devel</Dependency>
- <Dependency>libvorbis-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>vorbis-tools</Name>
- <RuntimeDependencies>
- <Dependency>libvorbis</Dependency>
- <Dependency>libao</Dependency>
- <Dependency>flac</Dependency>
- <Dependency>speex</Dependency>
- <Dependency>libogg</Dependency>
- <Dependency>libkate</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2021-12-04</Date>
- <Version>1.4.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2020-03-08</Date>
- <Version>1.4.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-09-01</Date>
- <Version>1.4.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-18</Date>
- <Version>1.4.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.4.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-01-28</Date>
- <Version>1.4.0</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|