mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
libfluidsynth: add readline to deps
This commit is contained in:
parent
d081089ab8
commit
de60cb82ef
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue