1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?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="3d90530e643a351f49460f08fcbc163179e9c036" type="targz">https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-1.4.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>boost-devel</Dependency>
- <Dependency>fftw3-devel</Dependency>
- <Dependency>ffmpeg-devel</Dependency>
- <Dependency>cmake</Dependency>
- </BuildDependencies>
- </Source>
-
- <Package>
- <Name>libchromaprint</Name>
- <RuntimeDependencies>
- <Dependency>ffmpeg</Dependency>
- <Dependency>libgcc</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="4">
- <Date>2017-02-03</Date>
- <Version>1.4.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-11-17</Date>
- <Version>1.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <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>
|