63 lines
2.3 KiB
XML
63 lines
2.3 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>libchromaprint</Name>
|
||
<Homepage>http://acoustid.org/chromaprint</Homepage>
|
||
<Packager>
|
||
<Name>PisiLinux Community</Name>
|
||
<Email>admins@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>LGPLv2.1</License>
|
||
<PartOf>multimedia.plugin</PartOf>
|
||
<IsA>app:console</IsA>
|
||
<Summary>Chromaprint is the core component of the Acoustid project.</Summary>
|
||
<Description>Chromaprint is the core component of the Acoustid project. It's a client-side library that implements a custom algorithm for extracting fingerprints from any audio source.</Description>
|
||
<Archive sha1sum="113415ca22298c201721b43e006824c7865afc17" type="targz">https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-1.2.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>ffmpeg-devel</Dependency>
|
||
<Dependency>cmake</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>libchromaprint</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>ffmpeg</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="data">/usr/share</Path>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<Package>
|
||
<Name>libchromaprint-devel</Name>
|
||
<summary>libchromaprint için geliştirme dosyaları</summary>
|
||
<RuntimeDependencies>
|
||
<Dependency releaseTo="current">libchromaprint</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="2">
|
||
<Date>2016-06-09</Date>
|
||
<Version>1.2</Version>
|
||
<Comment>Release Bump</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2014-12-18</Date>
|
||
<Version>1.2</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Osman Erkan</Name>
|
||
<Email>osman.erkan@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|