1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>opus-tools</Name>
- <Homepage>https://opus-codec.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <PartOf>multimedia.sound</PartOf>
- <License>BSD</License>
- <IsA>app:console</IsA>
- <Summary>A set of tools to encode, inspect, and decode audio in the Opus format.</Summary>
- <Description>This is opus-tools, a set of tools to encode, inspect, and decode audio in the Opus format.</Description>
- <Archive sha1sum="f886c87e4882a504f24ab6b0cb6994abf20994a9" type="targz">https://archive.mozilla.org/pub/opus/opus-tools-0.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libopusenc-devel</Dependency>
- <Dependency>opusfile-devel</Dependency>
- <Dependency>libopus-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>libogg-devel</Dependency>
- <Dependency>flac-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>opus-tools</Name>
- <Summary>A set of tools to encode, inspect, and decode audio in the Opus format.</Summary>
- <RuntimeDependencies>
- <Dependency>libopusenc</Dependency>
- <Dependency>opusfile</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>libopus</Dependency>
- <Dependency>libogg</Dependency>
- <Dependency>flac</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2020-06-28</Date>
- <Version>0.2</Version>
- <Comment>Rebuild.</Comment>
- <Email>uglyside@yandex.ru</Email>
- <Name>fury</Name>
- </Update>
- <Update release="1">
- <Date>2019-06-24</Date>
- <Version>0.2</Version>
- <Comment>First build.</Comment>
- <Email>uglyside@yandex.ru</Email>
- <Name>fury</Name>
- </Update>
- </History>
- </PISI>
|