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,2 @@
libfluidsynth.so.1
libc.so.6

View File

@@ -0,0 +1,11 @@
libgthread-2.0.so.0
libglib-2.0.so.0
libjack.so.0
libasound.so.2
libpulse-simple.so.0
libsndfile.so.1
libdbus-1.so.3
libpthread.so.0
libreadline.so.6
libm.so.6
libc.so.6

View File

@@ -5,16 +5,8 @@ long_desc="${long_desc}
This package contains the fluidsynth runtime lib(s)."
revision=1
revision=2
Add_dependency run glibc
Add_dependency run glib
Add_dependency run libjack
Add_dependency run alsa-lib
Add_dependency run libpulseaudio
Add_dependency run libsndfile
Add_dependency run dbus-libs
Add_dependency run readline
do_install()
{

View File

@@ -1,7 +1,7 @@
# Template file for 'fluidsynth'
pkgname=fluidsynth
version=1.1.5
revision=1
revision=2
homepage="http://www.fluidsynth.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
build_style=cmake
@@ -21,8 +21,6 @@ long_desc="
subpackages="lib$pkgname $pkgname-devel"
Add_dependency run glibc
Add_dependency run libfluidsynth
Add_dependency build cmake
Add_dependency build glib-devel