chromaprint: update to 1.0 and rebuild against ffmpeg-2.1.

This commit is contained in:
Juan RP 2013-10-30 09:13:16 +01:00
parent 5b8cdb75ef
commit 7d97b78da3

View File

@ -1,20 +1,20 @@
# Template file for 'chromaprint' # Template file for 'chromaprint'
pkgname=chromaprint pkgname=chromaprint
version=0.7 version=1.0
revision=2 revision=1
distfiles="https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-${version}.tar.gz"
checksum="4e52c3fd443c91a5c429557753d4ba3f9d31d183810412c0d8600892f3975501"
build_style=cmake build_style=cmake
hostmakedepends="cmake" hostmakedepends="cmake"
makedepends="ffmpeg-devel" makedepends="ffmpeg-devel>=2.1"
maintainer="Steven R <strob AT styez DOT com>" maintainer="Steven R <strob AT styez DOT com>"
homepage="http://acoustid.org/chromaprint/" homepage="http://acoustid.org/chromaprint/"
license="LGPL" license="LGPL"
short_desc="Library that implements a custom algorithm for extracting fingerprints from any audio source" short_desc="Library that implements a custom algorithm for extracting fingerprints from any audio source"
distfiles="https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-${version}.tar.gz"
checksum="af4f780e587ebd7e61a8d175db3bbd63ee644a960bd75e52407a28fd83089f1e"
chromaprint-devel_package() { chromaprint-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
depends="${sourcepkg}-${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig