chromaprint: restore fpcalc utility

- Boost is no longer used
- chromaprint is now distributed under the MIT license
- Fix fpcalc build
This commit is contained in:
Alessio Sergi 2016-12-19 13:21:19 +01:00
parent 85e1e79349
commit 9214cc0562

View file

@ -1,17 +1,21 @@
# Template file for 'chromaprint' # Template file for 'chromaprint'
pkgname=chromaprint pkgname=chromaprint
version=1.4.1 version=1.4.1
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DBUILD_EXAMPLES=ON" configure_args="-DBUILD_TOOLS=ON"
makedepends="boost-devel fftw-devel ffmpeg-devel" makedepends="fftw-devel ffmpeg-devel"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://acoustid.org/chromaprint/" homepage="http://acoustid.org/chromaprint/"
license="LGPL-2.1" license="MIT, LGPL-2.1"
short_desc="Library that extracts fingerprints from any audio source" short_desc="Library that extracts fingerprints from any audio source"
distfiles="https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${version}.tar.gz" distfiles="https://bitbucket.org/acoustid/${pkgname}/downloads/${pkgname}-${version}.tar.gz"
checksum=d94e171e0b3d60a8fefe6846a3c0ed3a9a939cb44a7d7113331fdbc140de6d34 checksum=d94e171e0b3d60a8fefe6846a3c0ed3a9a939cb44a7d7113331fdbc140de6d34
post_install() {
vlicense LICENSE.md LICENSE
}
chromaprint-devel_package() { chromaprint-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"