taglib: fix compat string

This commit is contained in:
Jérôme Duval
2018-01-23 19:29:41 +01:00
committed by GitHub
parent 60e1134d71
commit 80402d397d

View File

@@ -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