summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/portaudio
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/portaudio
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/portaudio')
-rw-r--r--meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
new file mode 100644
index 000000000..c8d7378eb
--- /dev/null
+++ b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
@@ -0,0 +1,32 @@
1SUMMARY = "A portable audio library"
2SECTION = "libs/multimedia"
3LICENSE = "PortAudio"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df"
5
6PV = "v19+svnr${SRCPV}"
7
8SRCREV = "1387"
9SRC_URI = "svn://subversion.assembla.com/svn/portaudio/portaudio;module=trunk;protocol=http"
10S = "${WORKDIR}/trunk"
11
12inherit autotools pkgconfig
13
14PACKAGECONFIG ??= "alsa jack"
15PACKAGECONFIG[alsa] = "--with-alsa, --without-alsa, alsa-lib,"
16PACKAGECONFIG[jack] = "--with-jack, --without-jack, jack,"
17
18EXTRA_OECONF = "--without-oss"
19
20TESTS = " pa_devs patest1 patest_hang patest_many patest_prime patest_sine patest_stop patest_write_sine \
21pa_fuzz patest_buffer patest_in_overflow patest_maxsines patest_read_record patest_sine8 patest_sync \
22pa_minlat patest_callbackstop patest_latency patest_multi_sine patest_record patest_sine_formats patest_toomanysines \
23paqa_devs patest_clip patest_leftright patest_out_underflow patest_ringmix patest_sine_time patest_underflow \
24paqa_errs patest_dither patest_longsine patest_pink patest_saw patest_start_stop patest_wire"
25
26# DEFINES = PA_USE_OSS=1 HAVE_LIBPTHREAD=1
27# DEFINES += PA_LITTLE_ENDIAN
28
29# INCLUDEPATH = ../pa_common
30
31PACKAGES += "portaudio-examples"
32FILES_portaudio-examples = "${bindir}"