mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libreplaygain: fix provides
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user