mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
portaudio: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
9c2e44f885
commit
d75d2ce3ba
27
meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
Normal file
27
meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
DESCRIPTION = "A portable audio library"
|
||||
SECTION = "libs/multimedia"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "PortAudio"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df"
|
||||
SRCREV = "1387"
|
||||
PV = "v19+svnr${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "svn://www.portaudio.com/repos/portaudio;module=trunk;proto=http"
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
inherit autotools
|
||||
|
||||
TESTS = " pa_devs patest1 patest_hang patest_many patest_prime patest_sine patest_stop patest_write_sine \
|
||||
pa_fuzz patest_buffer patest_in_overflow patest_maxsines patest_read_record patest_sine8 patest_sync \
|
||||
pa_minlat patest_callbackstop patest_latency patest_multi_sine patest_record patest_sine_formats patest_toomanysines \
|
||||
paqa_devs patest_clip patest_leftright patest_out_underflow patest_ringmix patest_sine_time patest_underflow \
|
||||
paqa_errs patest_dither patest_longsine patest_pink patest_saw patest_start_stop patest_wire"
|
||||
|
||||
# DEFINES = PA_USE_OSS=1 HAVE_LIBPTHREAD=1
|
||||
# DEFINES += PA_LITTLE_ENDIAN
|
||||
|
||||
# INCLUDEPATH = ../pa_common
|
||||
|
||||
PACKAGES += "portaudio-examples"
|
||||
FILES_portaudio-examples = "${bindir}"
|
||||
Loading…
Reference in New Issue
Block a user