libchromaprint build new with docker, add missing build dependencies

This commit is contained in:
groni
2016-11-17 19:21:57 +01:00
parent 0aa94baf1d
commit d8a4447d21
+3 -1
View File
@@ -15,6 +15,8 @@
<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="439c5d34a3ff46bcdb54cbcb613da175eb4d83c5" type="targz">https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-1.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>fftw3-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
@@ -46,7 +48,7 @@
<History>
<Update release="3">
<Date>2016-11-04</Date>
<Date>2016-11-17</Date>
<Version>1.3.1</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>