123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libchromaprint</Name>
- <Homepage>https://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="f54d8b58ff514ab65851d524237b38d8965cba57" type="targz">https://github.com/acoustid/chromaprint/releases/download/v1.5.1/chromaprint-1.5.1.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="12">
- <Date>2024-08-10</Date>
- <Version>1.5.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="11">
- <Date>2023-10-29</Date>
- <Version>1.5.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="10">
- <Date>2021-10-30</Date>
- <Version>1.5.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="9">
- <Date>2020-03-07</Date>
- <Version>1.4.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="8">
- <Date>2018-08-14</Date>
- <Version>1.4.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="7">
- <Date>2018-08-14</Date>
- <Version>1.4.3</Version>
- <Comment>Version bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2018-04-27</Date>
- <Version>1.4.2</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2018-03-22</Date>
- <Version>1.4.2</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <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>
|