fluidsynth: Fix PROVIDES

GRMBL
This commit is contained in:
François Revol
2014-08-15 18:45:35 +02:00
parent 07f4aee86f
commit 45074e7448

View File

@@ -9,15 +9,14 @@ CHECKSUM_SHA256="d28b47dfbf7f8e426902ae7fa2981d821fbf84f41da9e1b85be933d2d748f60
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2007-2012 Josh Green, Pedro Lopez-Cabanillas, David Henningsson"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64"
PATCHES="fluidsynth-1.1.6.patchset"
PROVIDES="
fluidsynth
libfluidsynth${secondaryArchSuffix} = 1.1.6 compat >= 1.0
fluidsynth${secondaryArchSuffix} = $portVersion
lib:libfluidsynth${secondaryArchSuffix} = 1.1.6 compat >= 1.0
cmd:fluidsynth${secondaryArchSuffix}
"
@@ -85,9 +84,9 @@ INSTALL()
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libfluidsynth${secondaryArchSuffix}_devel = $portVersion compat >= 1
fluidsynth${secondaryArchSuffix}_devel = $portVersion
devel:libfluidsynth$secondaryArchSuffix = $portVersion compat >= 1
"
REQUIRES_devel="
libfluidsynth$secondaryArchSuffix == $portVersion base
fluidsynth$secondaryArchSuffix == $portVersion base
"