wok rev 6937
Up: fluidsynth to 1.1.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 23 15:15:10 2010 +0000 (2010-10-23) |
parents | 25188812f0eb |
children | e4c453a0ecd1 |
files | fluidsynth-dev/receipt fluidsynth/receipt |
line diff
1.1 --- a/fluidsynth-dev/receipt Sat Oct 23 15:10:27 2010 +0000 1.2 +++ b/fluidsynth-dev/receipt Sat Oct 23 15:15:10 2010 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fluidsynth-dev" 1.7 -VERSION="1.1.1" 1.8 +VERSION="1.1.3" 1.9 CATEGORY="development" 1.10 MAINTAINER="jozee@slitaz.org" 1.11 SHORT_DESC="fluidsynth devel files" 1.12 +DEPENDS="fluidsynth" 1.13 WEB_SITE="http://www.fluidsynth.org/" 1.14 WANTED="fluidsynth" 1.15 1.16 - 1.17 # Rules to gen a SliTaz package suitable for Tazpkg. 1.18 genpkg_rules() 1.19 {
2.1 --- a/fluidsynth/receipt Sat Oct 23 15:10:27 2010 +0000 2.2 +++ b/fluidsynth/receipt Sat Oct 23 15:15:10 2010 +0000 2.3 @@ -1,13 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="fluidsynth" 2.7 -VERSION="1.1.1" 2.8 +VERSION="1.1.3" 2.9 CATEGORY="multimedia" 2.10 MAINTAINER="jozee@slitaz.org" 2.11 SHORT_DESC="A real-time software synthesizer based on the SoundFont 2 specifications." 2.12 -BUILD_DEPENDS=" jack-audio-connection-kit-dev ladspa-dev" 2.13 WEB_SITE="http://www.fluidsynth.org/" 2.14 DEPENDS="glib jack-audio-connection-kit ladspa" 2.15 +BUILD_DEPENDS="glib-dev jack-audio-connection-kit-dev ladspa-dev pkg-config" 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 WGET_URL="http://savannah.nongnu.org/download/fluid/$TARBALL" 2.18 TAGS="synthesizer audio multimedia"