From de92488c4a714a8085d33d08fe3db9f604be9e11 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 5 Sep 2014 15:24:20 +0000 Subject: [PATCH] fluidsynth: enable x86_64 and fix lib version --- media-sound/fluidsynth/fluidsynth-1.1.6.recipe | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/media-sound/fluidsynth/fluidsynth-1.1.6.recipe b/media-sound/fluidsynth/fluidsynth-1.1.6.recipe index b734f24f2..a3debec69 100644 --- a/media-sound/fluidsynth/fluidsynth-1.1.6.recipe +++ b/media-sound/fluidsynth/fluidsynth-1.1.6.recipe @@ -4,27 +4,27 @@ 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" +SRC_URI="http://sourceforge.net/projects/fluidsynth/files/fluidsynth-$portVersion/fluidsynth-$portVersion.tar.bz2" CHECKSUM_SHA256="d28b47dfbf7f8e426902ae7fa2981d821fbf84f41da9e1b85be933d2d748f601" LICENSE="GNU LGPL v2.1" COPYRIGHT="2007-2012 Josh Green, Pedro Lopez-Cabanillas, David Henningsson" -REVISION="2" -ARCHITECTURES="x86_gcc2 x86 ?x86_64" +REVISION="3" +ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" PATCHES="fluidsynth-1.1.6.patchset" PROVIDES=" fluidsynth${secondaryArchSuffix} = $portVersion - lib:libfluidsynth${secondaryArchSuffix} = 1.1.6 compat >= 1.0 + lib:libfluidsynth${secondaryArchSuffix} = 1.5.2 compat >= 1 cmd:fluidsynth${secondaryArchSuffix} " REQUIRES=" haiku${secondaryArchSuffix} >= $haikuVersion lib:libflac$secondaryArchSuffix - glib2$secondaryArchSuffix + lib:libglib_2.0$secondaryArchSuffix lib:libiconv$secondaryArchSuffix lib:libintl$secondaryArchSuffix lib:libncurses$secondaryArchSuffix @@ -37,7 +37,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel >= $haikuVersion devel:libflac$secondaryArchSuffix - devel:libgthread_2.0$secondaryArchSuffix + devel:libglib_2.0$secondaryArchSuffix devel:libiconv$secondaryArchSuffix devel:libncurses$secondaryArchSuffix devel:libogg$secondaryArchSuffix @@ -85,7 +85,7 @@ INSTALL() PROVIDES_devel=" fluidsynth${secondaryArchSuffix}_devel = $portVersion - devel:libfluidsynth$secondaryArchSuffix = $portVersion compat >= 1 + devel:libfluidsynth$secondaryArchSuffix = 1.5.2 compat >= 1 " REQUIRES_devel=" fluidsynth$secondaryArchSuffix == $portVersion base