mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
cubeb, cleanup (#8253)
This commit is contained in:
@@ -8,14 +8,14 @@ to switch between devices at a lower level with a minimal transition gap."
|
||||
HOMEPAGE="https://github.com/mozilla/cubeb/"
|
||||
COPYRIGHT="Mozilla Foundation"
|
||||
LICENSE="ISC"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
gitRevision="860bf2b31531e4ef49478a433ff22ffb4303b805"
|
||||
SOURCE_URI="https://github.com/mozilla/cubeb/archive/$gitRevision.tar.gz"
|
||||
CHECKSUM_SHA256="104e875c7073953a8dc7a8db8ed221f243c18a7572ee05b052cf0bf8888e150c"
|
||||
SOURCE_DIR="cubeb-$gitRevision"
|
||||
PATCHES="cubeb-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all ?x86_gcc2"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -48,21 +48,17 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake .. $cmakeDirArgs \
|
||||
cmake -Bbuild -S. $cmakeDirArgs \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_BINDIR=$binDir \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DBUILD_TESTS=OFF
|
||||
|
||||
make $jobArgs
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd build
|
||||
make install
|
||||
make -C build install
|
||||
|
||||
prepareInstalledDevelLib libcubeb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user