mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
opusfile,opus_tools: fix provide compat version.
This commit is contained in:
@@ -20,7 +20,7 @@ PATCHES="opus_tools-$portVersion.patchset"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
opus_tools$secondaryArchSuffix = $portVersion compat >= 1
|
||||
opus_tools$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:opusdec$secondaryArchSuffix
|
||||
cmd:opusenc$secondaryArchSuffix
|
||||
cmd:opusinfo$secondaryArchSuffix
|
||||
|
||||
@@ -32,7 +32,7 @@ REQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
opusfile${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
opusfile${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libopusfile$secondaryArchSuffix = 0.3.1 compat >= 0
|
||||
devel:libopusurl$secondaryArchSuffix = 0.3.1 compat >= 0
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user