mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 04:58:52 +02:00
29 lines
605 B
Plaintext
29 lines
605 B
Plaintext
DESCRIPTION="
|
|
jack2 is a C++ version of the JACK low-latency audio server for \
|
|
multi-processor machines.
|
|
"
|
|
HOMEPAGE="https://github.com/Barrett17/jack2-for-haiku"
|
|
SRC_URI="git://github.com/Barrett17/jack2-for-haiku.git"
|
|
REVISION="1"
|
|
STATUS_HAIKU="unstable"
|
|
DEPEND="media-libs/libsamplerate >= 0.1.8
|
|
media-libs/libsndfile >= 1.0.21"
|
|
#CHECKSUM_MD5=""
|
|
MESSAGE="This port only builds with gcc4."
|
|
BUILD()
|
|
{
|
|
cd jack2-1.9.8
|
|
python ./waf configure --prefix=/boot/common/
|
|
python ./waf build
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd jack2-1.9.8
|
|
python ./waf build install
|
|
}
|
|
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="2001-2011 Paul Davis."
|
|
|