12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libofa</Name>
- <Homepage>https://code.google.com/archive/p/musicip-libofa/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>The Open Fingerprint Architecture library</Summary>
- <Description>libofa is a library for generating acoustic fingerprints that can be used to identify music files using the MusicDNS service.</Description>
- <Archive sha1sum="3dec8e1dcea937f74b4165e9ffd4d4f355e4594a" type="targz">https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/musicip-libofa/libofa-0.9.3.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>fftw3-devel</Dependency>
- <Dependency>expat-devel</Dependency>
- <Dependency>curl-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch>compile.patch</Patch>
- <Patch level="1">gcc44.patch</Patch>
- <Patch level="1">pkgconfig.patch</Patch>
- <Patch level="1">libofa-0.9.3-gcc47.patch</Patch>
- <Patch level="1">libofa-0.9.3-curl.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>libofa</Name>
- <RuntimeDependencies>
- <Dependency>fftw3</Dependency>
- <Dependency>expat</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libofa-devel</Name>
- <Summary>Development files for libofa</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libofa</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2020-03-08</Date>
- <Version>0.9.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2018-08-19</Date>
- <Version>0.9.3</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2017-01-07</Date>
- <Version>0.9.3</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|