libfluidsynth: add readline to deps
This commit is contained in:
@@ -5,6 +5,8 @@ long_desc="${long_desc}
|
|||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run libfluidsynth
|
Add_dependency run libfluidsynth
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ long_desc="${long_desc}
|
|||||||
|
|
||||||
This package contains the fluidsynth runtime lib(s)."
|
This package contains the fluidsynth runtime lib(s)."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
Add_dependency run libjack
|
Add_dependency run libjack
|
||||||
@@ -12,6 +14,7 @@ Add_dependency run alsa-lib
|
|||||||
Add_dependency run libpulseaudio
|
Add_dependency run libpulseaudio
|
||||||
Add_dependency run libsndfile
|
Add_dependency run libsndfile
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
|
Add_dependency run readline
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Template file for 'fluidsynth'
|
# Template file for 'fluidsynth'
|
||||||
pkgname=fluidsynth
|
pkgname=fluidsynth
|
||||||
version=1.1.5
|
version=1.1.5
|
||||||
|
revision=1
|
||||||
homepage="http://www.fluidsynth.org/"
|
homepage="http://www.fluidsynth.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
@@ -29,3 +30,4 @@ Add_dependency build glib-devel
|
|||||||
Add_dependency build jack-devel
|
Add_dependency build jack-devel
|
||||||
Add_dependency build pulseaudio-devel
|
Add_dependency build pulseaudio-devel
|
||||||
Add_dependency build dbus-devel
|
Add_dependency build dbus-devel
|
||||||
|
Add_dependency build readline-devel
|
||||||
|
|||||||
Reference in New Issue
Block a user