chromaprint: update to 1.0 and rebuild against ffmpeg-2.1.
This commit is contained in:
parent
5b8cdb75ef
commit
7d97b78da3
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'chromaprint'
|
||||
pkgname=chromaprint
|
||||
version=0.7
|
||||
revision=2
|
||||
distfiles="https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-${version}.tar.gz"
|
||||
checksum="4e52c3fd443c91a5c429557753d4ba3f9d31d183810412c0d8600892f3975501"
|
||||
version=1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
makedepends="ffmpeg-devel"
|
||||
makedepends="ffmpeg-devel>=2.1"
|
||||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
homepage="http://acoustid.org/chromaprint/"
|
||||
license="LGPL"
|
||||
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() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in New Issue
Block a user