libreplaygain: fix provides

This commit is contained in:
Jérôme Duval
2018-01-24 20:34:54 +01:00
committed by GitHub
parent 76c707f4f5
commit fb44764c2b

View File

@@ -4,7 +4,7 @@ suggests dB adjustments according to the ReplayGain standard."
HOMEPAGE="https://www.musepack.net/"
COPYRIGHT="1997-2011 Musepack Project"
LICENSE="GNU LGPL v2.1"
REVISION="2"
REVISION="3"
SOURCE_URI="http://files.musepack.net/source/libreplaygain_r$portVersion.tar.gz"
CHECKSUM_SHA256="8258bf785547ac2cda43bb195e07522f0a3682f55abe97753c974609ec232482"
SOURCE_DIR="libreplaygain_r$portVersion"
@@ -14,7 +14,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
libreplaygain$secondaryArchSuffix = $portVersion
lib:libreplaygain$secondaryArchSuffix = 1.0.0 compat = 1
lib:libreplaygain$secondaryArchSuffix = 1.0.0 compat >= 1
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -22,7 +22,7 @@ REQUIRES="
PROVIDES_devel="
libreplaygain${secondaryArchSuffix}_devel = $portVersion
devel:libreplaygain$secondaryArchSuffix
devel:libreplaygain$secondaryArchSuffix = 1.0.0 compat >= 1
"
REQUIRES_devel="
libreplaygain$secondaryArchSuffix == $portVersion base