From 47cb35d6aa746612b15cde8ad3f347cabbf3b461 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 6 Nov 2013 02:06:15 -0800 Subject: [PATCH] WIP .recipe for fluidsynth, marked as broken for now, probably a typo somewhere? --- .../fluidsynth/fluidsynth-1.1.6.recipe | 41 +++++++++++++------ 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6.recipe b/media-sound/fluidsynth/fluidsynth-1.1.6.recipe index d4b900964..6fffd7454 100644 --- a/media-sound/fluidsynth/fluidsynth-1.1.6.recipe +++ b/media-sound/fluidsynth/fluidsynth-1.1.6.recipe @@ -1,25 +1,42 @@ +SUMMARY="Fluidsynth is a software real-time synthesizer based on the Soundfont 2 specifications." DESCRIPTION="Fluidsynth is a software real-time synthesizer based on the Soundfont 2 specifications." HOMEPAGE="http://www.fluidsynth.org/" SRC_URI="http://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.6/fluidsynth-1.1.6.tar.bz2/download" CHECKSUM_MD5="f6e696690e989098f70641364fdffad7" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="dev-libs/glib >= 2.26.1 - media-libs/libsndfile >= 1.0.21 - sys-libs/readline >= 6.0" +LICENSE="GNU LGPL v2.1" +COPYRIGHT="2007-2012 Josh Green, Pedro Lopez-Cabanillas, David Henningsson" + +ARCHITECTURES="!x86_gcc2 !x86 !x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" + +PROVIDES=" + fluidsynth$secondaryArchSuffix = $portVersion + lib:libfluidsynth#secondaryArchSuffix + " + +REQUIRES=" + haiku$secondayArchSuffix >= $haikuVersion + lib:libsndfile$secondaryArchSuffix + lib:libreadline + lib:glib + " + +BUILD_REQUIRES=" + " + +BUILD_PREREQUIRES=" + haiku${secondaryArchSuffix}_devel >= $haikuVersion + cmd:cmake + cmd:make + " BUILD() { - cd fluidsynth-1.1.6 cmake . - make + make $jobArgs } INSTALL() { - cd fluidsynth-1.1.6 - make install prefix=`finddir B_COMMON_DIRECTORY` + make install } - -LICENSE="GNU LGPL v2.1" -COPYRIGHT="2007-2012 Josh Green, Pedro Lopez-Cabanillas, David Henningsson"