aubio: update to 0.4.9.
This commit is contained in:
parent
e941a4ed32
commit
b5ab81cb07
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'aubio'
|
# Template file for 'aubio'
|
||||||
pkgname=aubio
|
pkgname=aubio
|
||||||
version=0.4.8
|
version=0.4.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf
|
build_style=waf
|
||||||
# XXX lash, pure and swig support.
|
# XXX lash, pure and swig support.
|
||||||
hostmakedepends="python pkg-config txt2man"
|
hostmakedepends="python pkg-config txt2man"
|
||||||
makedepends="libsamplerate-devel fftw-devel jack-devel ffmpeg-devel"
|
makedepends="libsamplerate-devel fftw-devel jack-devel ffmpeg-devel"
|
||||||
short_desc="A library for audio labelling"
|
short_desc="Library for audio labelling"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://aubio.org"
|
homepage="http://aubio.org"
|
||||||
distfiles="${homepage}/pub/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/pub/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=dcf7473e1e123cc7f95ae06d18cf7901d70d5d245b1adaceca4c779568f84bba
|
checksum=d48282ae4dab83b3dc94c16cf011bcb63835c1c02b515490e1883049c3d1f3da
|
||||||
|
|
||||||
libaubio_package() {
|
libaubio_package() {
|
||||||
short_desc+=" - Runtime libraries"
|
short_desc+=" - Runtime libraries"
|
||||||
|
@ -26,6 +26,6 @@ aubio-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue