mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
taglib: add missing build prereqs
* fix soname versions.
This commit is contained in:
@@ -20,7 +20,7 @@ PATCHES="taglib-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
taglib$secondaryArchSuffix = $portVersion
|
||||
lib:libtag$secondaryArchSuffix = 1.7.2 compat >= 1.7
|
||||
lib:libtag$secondaryArchSuffix = 1.7.2 compat >= 1
|
||||
lib:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
|
||||
@@ -38,6 +38,8 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
cmd:sed
|
||||
cmd:grep
|
||||
"
|
||||
|
||||
|
||||
@@ -75,9 +77,9 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
taglib${secondaryArchSuffix}_devel = $portVersion compat >= 1.7
|
||||
devel:libtag$secondaryArchSuffix = 1.7.2 compat >= 1.7
|
||||
cmd:taglib_config$secondaryArchSuffix = $portVersion compat >= 1.7
|
||||
devel:libtag$secondaryArchSuffix = 1.7.2 compat >= 1
|
||||
devel:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
cmd:taglib_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
|
||||
@@ -22,7 +22,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
PROVIDES="
|
||||
taglib$secondaryArchSuffix = $portVersion
|
||||
cmd:taglib_config$secondaryArchSuffix
|
||||
lib:libtag$secondaryArchSuffix = 1.9.1 compat >= 1.9
|
||||
lib:libtag$secondaryArchSuffix = 1.14.0 compat >= 1
|
||||
lib:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
|
||||
@@ -41,6 +41,8 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
cmd:sed
|
||||
cmd:grep
|
||||
"
|
||||
|
||||
PATCHES="taglib-1.9.1.patchset"
|
||||
@@ -68,8 +70,6 @@ INSTALL()
|
||||
fixDevelopLibDirReferences $binDir/taglib-config
|
||||
sed -i -e "s,\/.*/include,$includeDir," $binDir/taglib-config
|
||||
|
||||
exit 1
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir \
|
||||
@@ -78,7 +78,8 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
taglib${secondaryArchSuffix}_devel = $portVersion compat >= 1.9
|
||||
devel:libtag$secondaryArchSuffix = 1.9.1 compat >= 1.9
|
||||
cmd:taglib_config$secondaryArchSuffix = $portVersion compat >= 1.9
|
||||
devel:libtag$secondaryArchSuffix = 1.14.0 compat >= 1
|
||||
devel:libtag_c$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user