mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
taglib: fix compat string
This commit is contained in:
@@ -8,7 +8,7 @@ HOMEPAGE="http://github.com/taglib"
|
||||
COPYRIGHT="2002-2016 Scott Wheeler"
|
||||
LICENSE="GNU LGPL v2
|
||||
MPL v1.1"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://taglib.github.io/releases/taglib-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b6d1a5a610aae6ff39d93de5efd0fdc787aa9e9dc1e7026fa4c961b26563526b"
|
||||
|
||||
@@ -17,8 +17,8 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
taglib$secondaryArchSuffix = $portVersion
|
||||
lib:libtag$secondaryArchSuffix = 1.17.0 compat = 1
|
||||
lib:libtag_c$secondaryArchSuffix = 0.0.0 compat = 0
|
||||
lib:libtag$secondaryArchSuffix = 1.17.0 compat >= 1
|
||||
lib:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -28,8 +28,8 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
taglib${secondaryArchSuffix}_devel = $portVersion
|
||||
cmd:taglib_config$secondaryArchSuffix
|
||||
devel:libtag$secondaryArchSuffix = 1.17.0 compat = 1
|
||||
devel:libtag_c$secondaryArchSuffix = 0.0.0 compat = 0
|
||||
devel:libtag$secondaryArchSuffix = 1.17.0 compat >= 1
|
||||
devel:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
taglib$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user