From de60cb82ef7efe23b6e51ca528cb076a11e993fe Mon Sep 17 00:00:00 2001 From: davehome Date: Sat, 22 Oct 2011 20:21:22 +0000 Subject: [PATCH] libfluidsynth: add readline to deps --- srcpkgs/fluidsynth/fluidsynth-devel.template | 2 ++ srcpkgs/fluidsynth/libfluidsynth.template | 3 +++ srcpkgs/fluidsynth/template | 2 ++ 3 files changed, 7 insertions(+) diff --git a/srcpkgs/fluidsynth/fluidsynth-devel.template b/srcpkgs/fluidsynth/fluidsynth-devel.template index cacb36b9ca9..d7f7295f6cb 100644 --- a/srcpkgs/fluidsynth/fluidsynth-devel.template +++ b/srcpkgs/fluidsynth/fluidsynth-devel.template @@ -5,6 +5,8 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." +revision=1 + Add_dependency run libfluidsynth do_install() diff --git a/srcpkgs/fluidsynth/libfluidsynth.template b/srcpkgs/fluidsynth/libfluidsynth.template index dc5778aaeff..d35da21bb35 100644 --- a/srcpkgs/fluidsynth/libfluidsynth.template +++ b/srcpkgs/fluidsynth/libfluidsynth.template @@ -5,6 +5,8 @@ long_desc="${long_desc} This package contains the fluidsynth runtime lib(s)." +revision=1 + Add_dependency run glibc Add_dependency run glib Add_dependency run libjack @@ -12,6 +14,7 @@ Add_dependency run alsa-lib Add_dependency run libpulseaudio Add_dependency run libsndfile Add_dependency run dbus-libs +Add_dependency run readline do_install() { diff --git a/srcpkgs/fluidsynth/template b/srcpkgs/fluidsynth/template index 94757ce7f94..fb847f860ee 100644 --- a/srcpkgs/fluidsynth/template +++ b/srcpkgs/fluidsynth/template @@ -1,6 +1,7 @@ # Template file for 'fluidsynth' pkgname=fluidsynth version=1.1.5 +revision=1 homepage="http://www.fluidsynth.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" build_style=configure @@ -29,3 +30,4 @@ Add_dependency build glib-devel Add_dependency build jack-devel Add_dependency build pulseaudio-devel Add_dependency build dbus-devel +Add_dependency build readline-devel