[Lunar-commits] <moonbase> fluidsynth: Version bump. They changed mirrors and switched (recommends) to use cmake.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Sep 5 22:38:58 CEST 2010
commit d9978231122c7ac275a973cfa75a1663668b9b8e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Sep 5 16:38:58 2010 -0400
fluidsynth: Version bump. They changed mirrors and switched (recommends) to use cmake.
---
audio/fluidsynth/BUILD | 14 ++++++++++++++
audio/fluidsynth/DEPENDS | 7 ++++---
audio/fluidsynth/DETAILS | 8 ++++----
3 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/audio/fluidsynth/BUILD b/audio/fluidsynth/BUILD
new file mode 100644
index 0000000..d345c5d
--- /dev/null
+++ b/audio/fluidsynth/BUILD
@@ -0,0 +1,14 @@
+(
+
+ OOSB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ mkdir $OOSB_DIR &&
+ cd $OOSB_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/audio/fluidsynth/DEPENDS b/audio/fluidsynth/DEPENDS
index ded9135..10b53eb 100644
--- a/audio/fluidsynth/DEPENDS
+++ b/audio/fluidsynth/DEPENDS
@@ -1,5 +1,6 @@
-depends jack &&
+depends cmake
+depends jack
-optional_depends "ladspa_sdk" "--enable-ladspa" "--disable-ladspa" "audio API support" &&
-optional_depends "lash" "--enable-lash" "--disable-lash" "for lash support"
+optional_depends "ladspa_sdk" "" "" "audio API support"
+optional_depends "lash" "" "" "for lash support"
diff --git a/audio/fluidsynth/DETAILS b/audio/fluidsynth/DETAILS
index 287ab22..acec34e 100644
--- a/audio/fluidsynth/DETAILS
+++ b/audio/fluidsynth/DETAILS
@@ -1,11 +1,11 @@
MODULE=fluidsynth
- VERSION=1.1.1
+ VERSION=1.1.2
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://download.savannah.gnu.org/releases/fluid/
- SOURCE_VFY=sha1:9b38b9cbac0ee698c9b3604735505a27b11a63b4
+ SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE-$VERSION/
+ SOURCE_VFY=sha1:1d8ed2dfd325beb329c125d633d7df408265b260
WEB_SITE=http://www.fluidsynth.org/
ENTERED=20060317
- UPDATED=20091223
+ UPDATED=20100905
SHORT="real-time software synthesizer"
cat << EOF
More information about the Lunar-commits
mailing list