chromaprint: misc tweak; rev bump.
This commit is contained in:
parent
697c422cd2
commit
3bb75d54b9
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'chromaprint'
|
# Template file for 'chromaprint'
|
||||||
pkgname=chromaprint
|
pkgname=chromaprint
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
|
||||||
hostmakedepends="cmake"
|
|
||||||
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"
|
distfiles="https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-${version}.tar.gz"
|
||||||
checksum="6b14d7ea4964581b73bd3f8038c8857c01e446421c1ae99cbbf64de26b47cd12"
|
checksum="6b14d7ea4964581b73bd3f8038c8857c01e446421c1ae99cbbf64de26b47cd12"
|
||||||
|
build_style="cmake"
|
||||||
|
hostmakedepends="cmake"
|
||||||
|
makedepends="ffmpeg-devel"
|
||||||
|
maintainer="Steven R <dev@styez.com>"
|
||||||
|
homepage="http://acoustid.org/chromaprint/"
|
||||||
|
license="LGPL-2"
|
||||||
|
short_desc="Library that implements a custom algorithm for extracting fingerprints from any audio source"
|
||||||
|
|
||||||
|
|
||||||
chromaprint-devel_package() {
|
chromaprint-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in New Issue