Files
Martin Jansa 585cd80db4 jack: add dependency on libsaplerate0 and readline
* they are autodetected from sysroot and configure doesn't have option
  to explicitly disable them, so PACKAGECONFIG won't work without improving
  configure

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-07-20 17:07:33 +02:00

42 lines
1.3 KiB
BlitzBasic

DESCRIPTION = "JACK is a low-latency audio server. It can \
connect a number of different applications to an audio \
device, as well as allowing them to share audio between \
themselves."
SECTION = "libs/multimedia"
LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=c030468238b2cf89925a57f2780396a7 \
file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
file://COPYING.LGPL;md5=e77fe93202736b47c07035910f47974a \
"
DEPENDS = "alsa-lib libsamplerate0 readline"
SVNPV = "${@'${PV}'.replace('.', '_')}"
SRCREV = "4484"
SRC_URI = "svn://subversion.jackaudio.org/jack/tags;module=RELEASE_${SVNPV};protocol=http \
file://remove-wrong-host-test.patch \
file://jack_fix_TWL4030_alsa_capture.patch \
"
S = "${WORKDIR}/RELEASE_${SVNPV}"
inherit autotools
EXTRA_OECONF = "--enable-timestamps \
--disable-capabilities \
--disable-oldtrans \
--disable-portaudio \
--disable-coreaudio \
--disable-oss \
--enable-alsa"
EXTRA_OEMAKE = 'transform="s,^,,"'
PACKAGES =+ "libjack jack-server jack-utils"
FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so"
FILES_jack-server = "${bindir}/jackd"
FILES_jack-utils = "${bindir}/*"
FILES_${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/* "