aubio: disable static, set -devel noarch.
This commit is contained in:
parent
14a75a031d
commit
f1c48af3bf
2 changed files with 9 additions and 12 deletions
|
@ -1,15 +1,13 @@
|
||||||
# Template file for 'aubio-devel'.
|
# Template file for 'aubio-devel'.
|
||||||
#
|
#
|
||||||
depends="libaubio"
|
noarch=yes
|
||||||
|
depends="libaubio-${version}_${revision}"
|
||||||
short_desc="${short_desc} - Development files"
|
short_desc="${short_desc} - Development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'aubio'
|
# Template file for 'aubio'
|
||||||
pkgname=aubio
|
pkgname=aubio
|
||||||
version=0.3.2
|
version=0.3.2
|
||||||
homepage="http://aubio.org"
|
revision=4
|
||||||
distfiles="${homepage}/pub/${pkgname}-${version}.tar.gz"
|
subpackages="lib${pkgname} ${pkgname}-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=3
|
configure_args="--disable-static"
|
||||||
|
# XXX lash, pure and swig support.
|
||||||
makedepends="pkg-config libsamplerate-devel fftw-devel jack-devel"
|
makedepends="pkg-config libsamplerate-devel fftw-devel jack-devel"
|
||||||
short_desc="A library for audio labelling"
|
short_desc="A library for audio labelling"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
homepage="http://aubio.org"
|
||||||
|
distfiles="${homepage}/pub/${pkgname}-${version}.tar.gz"
|
||||||
checksum=dc1387b048610a6141f523c27314b7a60bd299c3d6789c372445ddc6511512cd
|
checksum=dc1387b048610a6141f523c27314b7a60bd299c3d6789c372445ddc6511512cd
|
||||||
long_desc="
|
long_desc="
|
||||||
aubio is a tool designed for the extraction of annotations from audio signals.
|
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,
|
Its features include segmenting a sound file before each of its attacks,
|
||||||
performing pitch detection, tapping the beat and producing midi streams from
|
performing pitch detection, tapping the beat and producing midi streams from
|
||||||
live audio."
|
live audio."
|
||||||
|
|
||||||
subpackages="lib${pkgname} ${pkgname}-devel"
|
|
||||||
|
|
||||||
# XXX lash, pure and swig support.
|
|
||||||
|
|
Loading…
Reference in a new issue