mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
fluidsynth: Fix PROVIDES
GRMBL
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user