New package: chromaprint-0.7.
This commit is contained in:
parent
b10377f5c1
commit
df41024b68
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'chromaprint'
|
||||
pkgname=chromaprint
|
||||
version=0.7
|
||||
revision=1
|
||||
distfiles="https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-${version}.tar.gz"
|
||||
checksum="4e52c3fd443c91a5c429557753d4ba3f9d31d183810412c0d8600892f3975501"
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
makedepends="ffmpeg-devel"
|
||||
only_for_archs="i686 x86_64"
|
||||
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"
|
||||
|
||||
chromaprint_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue