mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
chromaprint: remove $prefix/include.
* fix lib provide versions.
This commit is contained in:
@@ -4,7 +4,7 @@ algorithm for extracting fingerprints from any audio source."
|
||||
HOMEPAGE="http://acoustid.org/"
|
||||
COPYRIGHT="2010-2012, 2015 Lukas Lalinsky"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c3af900d8e7a42afd74315b51b79ebd2e43bc66630b4ba585a54bf3160439652"
|
||||
PATCHES="chromaprint-$portVersion.patchset"
|
||||
@@ -14,7 +14,7 @@ SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
chromaprint$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libchromaprint$secondaryArchSuffix = 0.2.3 compat >= 0
|
||||
lib:libchromaprint$secondaryArchSuffix = 1.3.0 compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -23,7 +23,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
chromaprint${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libchromaprint$secondaryArchSuffix = 0.2.3 compat >= 0
|
||||
devel:libchromaprint$secondaryArchSuffix = 1.3.0 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
chromaprint$secondaryArchSuffix == $portVersion base
|
||||
@@ -52,6 +52,7 @@ INSTALL()
|
||||
|
||||
mkdir -p $includeDir
|
||||
mv $prefix/include/* $includeDir
|
||||
rmdir $prefix/include
|
||||
|
||||
prepareInstalledDevelLibs libchromaprint
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user