1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>soundtouch</Name>
- <Homepage>http://www.surina.net/soundtouch</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Audio Processing Library</Summary>
- <Description>soundtouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or file.</Description>
- <Archive sha1sum="847be1bc987e410cc7349fdd83f353f4372534d1" type="targz">http://www.surina.net/soundtouch/soundtouch-1.9.2.tar.gz</Archive>
- </Source>
- <Package>
- <Name>soundtouch</Name>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>soundtouch-devel</Name>
- <Summary>Development files for soundtouch</Summary>
- <RuntimeDependencies>
- <Dependency release="current">soundtouch</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-02-18</Date>
- <Version>1.9.2</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.8.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-07-05</Date>
- <Version>1.8.0</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|