Updated 95% pkgs to the new shlibs world order, not yet finished.

This commit is contained in:
Juan RP
2011-11-14 18:12:47 +01:00
parent abc9819a60
commit 25b70bd9c1
1225 changed files with 7177 additions and 4752 deletions

View File

@@ -0,0 +1,5 @@
libaubioext.so.2
libaubio.so.2
libpthread.so.0
libc.so.6
libm.so.6

View File

@@ -0,0 +1,8 @@
libfftw3f.so.3
libm.so.6
libsamplerate.so.0
libpthread.so.0
libc.so.6
libsndfile.so.1
libjack.so.0
libasound.so.2

View File

@@ -1,16 +1,11 @@
# Template file for 'libaubio'.
#
revision=1
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()
{

View File

@@ -4,6 +4,7 @@ version=0.3.2
homepage="http://aubio.org"
distfiles="${homepage}/pub/${pkgname}-${version}.tar.gz"
build_style=gnu-configure
revision=2
short_desc="A library for audio labelling"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2"
@@ -17,14 +18,6 @@ long_desc="
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