diff --git a/media-libs/libebur128/libebur128-1.1.0.recipe b/media-libs/libebur128/libebur128-1.1.0.recipe index efba1195b..85b0591f7 100644 --- a/media-libs/libebur128/libebur128-1.1.0.recipe +++ b/media-libs/libebur128/libebur128-1.1.0.recipe @@ -4,7 +4,7 @@ normalisation. It supports all samplerates by recalculation of the filter coeffi HOMEPAGE="https://github.com/jiixyj/libebur128" COPYRIGHT="2011 Jan Kokemüller" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/jiixyj/libebur128/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="c60e78f4bfda387a0895c64a4fc9850445e3a4425cc98f9140885966ce17c1d1" SOURCE_FILENAME="$portVersionedName.tar.gz" @@ -31,23 +31,17 @@ REQUIRES_devel=" " BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel # devel:libspeexdsp$secondaryArchSuffix " BUILD_PREREQUIRES=" - haiku${secondaryArchSuffix}_devel + cmd:cmake cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix - cmd:cmake cmd:make - cmd:pkg_config$secondaryArchSuffix cmd:sed " -PATCH() -{ - sed -i 's,include)','"develop/headers")', ebur128/CMakeLists.txt -} - BUILD() { rm -Rf build @@ -62,8 +56,10 @@ INSTALL() cd build make install - prepareInstalledDevelLibs libebur128 - fixPkgconfig + mkdir -p $(dirname $includeDir) + mv $prefix/include $includeDir + + prepareInstalledDevelLib libebur128 # devel package packageEntries devel \