New package: aubio-0.3.2.

This commit is contained in:
Juan RP 2011-10-23 15:40:55 +02:00
parent e79ca2d6fb
commit 84ec635355
7 changed files with 70 additions and 0 deletions

1
srcpkgs/aubio-devel Symbolic link
View File

@ -0,0 +1 @@
aubio

View File

@ -0,0 +1,15 @@
# Template file for 'aubio-devel'.
#
short_desc="${short_desc} - Development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run lib${sourcepkg}
do_install()
{
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
}

2
srcpkgs/aubio/depends Normal file
View File

@ -0,0 +1,2 @@
abi_depends=">=0.3.2"
api_depends="${abi_depends}"

View File

@ -0,0 +1,18 @@
# Template file for 'libaubio'.
#
short_desc="${short_desc} - Runtime libraries"
long_desc="${long_desc}
This package contains the rubberband runtime lib(s)."
Add_dependency run glibc
Add_dependency run libfftw
Add_dependency run libsamplerate
Add_dependency run libsndfile
Add_dependency run libjack
Add_dependency run alsa-lib
do_install()
{
vmove "usr/lib/*.so*" usr/lib
}

31
srcpkgs/aubio/template Normal file
View File

@ -0,0 +1,31 @@
# Template file for 'aubio'
pkgname=aubio
version=0.3.2
homepage="http://aubio.org"
distfiles="${homepage}/pub/${pkgname}-${version}.tar.gz"
build_style=gnu_configure
short_desc="A library for audio labelling"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2"
checksum=dc1387b048610a6141f523c27314b7a60bd299c3d6789c372445ddc6511512cd
long_desc="
aubio is a tool designed for the extraction of annotations from audio signals.
Its features include segmenting a sound file before each of its attacks,
performing pitch detection, tapping the beat and producing midi streams from
live audio."
subpackages="lib${pkgname} ${pkgname}-devel"
# XXX lash, pure and swig support.
Add_dependency run glibc
Add_dependency run libfftw
Add_dependency run libsamplerate
Add_dependency run libaubio
Add_dependency run libsndfile
Add_dependency run libjack
Add_dependency run alsa-lib
Add_dependency build pkg-config
Add_dependency build libsamplerate-devel
Add_dependency build fftw-devel
Add_dependency build jack-devel

1
srcpkgs/libaubio Symbolic link
View File

@ -0,0 +1 @@
aubio

View File

@ -911,3 +911,5 @@ libfluidsynth.so.1 libfluidsynth fluidsynth-devel
liblo.so.7 liblo liblo-devel
libvamp-sdk.so.2 libvamp-plugin-sdk vamp-plugin-sdk-devel
librubberband.so.2 librubberband rubberband-devel
libaubio.so.2 libaubio aubio-devel
libaubioext.so.2 libaubio aubio-devel