mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
libebur128: include => develop/headers.
This commit is contained in:
@@ -4,7 +4,7 @@ normalisation. It supports all samplerates by recalculation of the filter coeffi
|
|||||||
HOMEPAGE="https://github.com/jiixyj/libebur128"
|
HOMEPAGE="https://github.com/jiixyj/libebur128"
|
||||||
COPYRIGHT="2011 Jan Kokemüller"
|
COPYRIGHT="2011 Jan Kokemüller"
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://github.com/jiixyj/libebur128/archive/v$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/jiixyj/libebur128/archive/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="c60e78f4bfda387a0895c64a4fc9850445e3a4425cc98f9140885966ce17c1d1"
|
CHECKSUM_SHA256="c60e78f4bfda387a0895c64a4fc9850445e3a4425cc98f9140885966ce17c1d1"
|
||||||
SOURCE_FILENAME="$portVersionedName.tar.gz"
|
SOURCE_FILENAME="$portVersionedName.tar.gz"
|
||||||
@@ -31,23 +31,17 @@ REQUIRES_devel="
|
|||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
|
haiku${secondaryArchSuffix}_devel
|
||||||
# devel:libspeexdsp$secondaryArchSuffix
|
# devel:libspeexdsp$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
cmd:cmake
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:ld$secondaryArchSuffix
|
cmd:ld$secondaryArchSuffix
|
||||||
cmd:cmake
|
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:pkg_config$secondaryArchSuffix
|
|
||||||
cmd:sed
|
cmd:sed
|
||||||
"
|
"
|
||||||
|
|
||||||
PATCH()
|
|
||||||
{
|
|
||||||
sed -i 's,include)','"develop/headers")', ebur128/CMakeLists.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
rm -Rf build
|
rm -Rf build
|
||||||
@@ -62,8 +56,10 @@ INSTALL()
|
|||||||
cd build
|
cd build
|
||||||
make install
|
make install
|
||||||
|
|
||||||
prepareInstalledDevelLibs libebur128
|
mkdir -p $(dirname $includeDir)
|
||||||
fixPkgconfig
|
mv $prefix/include $includeDir
|
||||||
|
|
||||||
|
prepareInstalledDevelLib libebur128
|
||||||
|
|
||||||
# devel package
|
# devel package
|
||||||
packageEntries devel \
|
packageEntries devel \
|
||||||
|
|||||||
Reference in New Issue
Block a user