1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libopenmpt</Name>
- <Homepage>http://lib.openmpt.org/</Homepage>
- <Packager>
- <Name>Mathias Freire</Name>
- <Email>mathiasfreire45@gmail.com</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <Summary>A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.</Summary>
- <Description>A cross-platform C++ and C library to decode tracked music files (modules) into a raw PCM audio stream.</Description>
- <Archive sha1sum="edd05d565950601c2bcb11e92d7dba95dd752a4e" type="targz">https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-0.4.11+release.autotools.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>flac-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>libogg-devel</Dependency>
- <Dependency>mpg123-devel</Dependency>
- <Dependency>libvorbis-devel</Dependency>
- <Dependency>portaudio-devel</Dependency>
- <Dependency>libsndfile-devel</Dependency>
- <Dependency>pulseaudio-libs-devel</Dependency>
- </BuildDependencies>
- </Source>
-
- <Package>
- <Name>libopenmpt</Name>
- <RuntimeDependencies>
- <Dependency>flac</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libogg</Dependency>
- <Dependency>mpg123</Dependency>
- <Dependency>libvorbis</Dependency>
- <Dependency>portaudio</Dependency>
- <Dependency>libsndfile</Dependency>
- <Dependency>pulseaudio-libs</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libopenmpt-devel</Name>
- <Summary>Header files for libopenmpt.</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libopenmpt</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2020-01-14</Date>
- <Version>0.4.11</Version>
- <Comment>First release</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- </History>
- </PISI>
-
-
|