mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
portaudio: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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}"
|
||||||
Reference in New Issue
Block a user