vamp-plugin-sdk: update 2.6 -> 2.7.1

* licence checksum changed by year update
* use first source hompeage and download location

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2017-11-09 00:11:18 +01:00
parent 3df0dc685b
commit f6f5191585
2 changed files with 21 additions and 21 deletions

View File

@@ -1,21 +0,0 @@
SUMMARY = "Rubber Band Library library for audio time-stretching and pitch-shifting"
HOMEPAGE = "http://breakfastquay.com/rubberband/"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=45422928b8a498b809772c5bac1ba4ed"
inherit autotools-brokensep pkgconfig
DEPENDS = "libsndfile1"
SRC_URI = " \
https://code.soundsoftware.ac.uk/attachments/download/1520/${BPN}-${PV}.tar.gz \
file://0001-do-not-perform-test-it-tries-to-run-cross-binaries.patch \
"
SRC_URI[md5sum] = "200d6f5980d8d8877d296975a7e2890b"
SRC_URI[sha256sum] = "d0d3578137ac0c1e63f31561081a8d61da526a81152bc1dc9383b629bc07f85f"
do_compile() {
oe_runmake sdk plugins host rdfgen
}
FILES_${PN} += "${libdir}/vamp"

View File

@@ -0,0 +1,21 @@
SUMMARY = "The Vamp audio analysis plugin system - SDK"
HOMEPAGE = "http://www.vamp-plugins.org/develop.html"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=af2765066122f0233483605ef6d299fa"
inherit autotools-brokensep pkgconfig
DEPENDS = "libsndfile1"
SRC_URI = " \
https://code.soundsoftware.ac.uk/attachments/download/2206/${BPN}-${PV}.tar.gz \
file://0001-do-not-perform-test-it-tries-to-run-cross-binaries.patch \
"
SRC_URI[md5sum] = "41129f07c252dd721ea81ef0265777fd"
SRC_URI[sha256sum] = "c6fef3ff79d2bf9575ce4ce4f200cbf219cbe0a21cfbad5750e86ff8ae53cb0b"
do_compile() {
oe_runmake sdk plugins host rdfgen
}
FILES_${PN} += "${libdir}/vamp"