diff options
Diffstat (limited to 'meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb')
| -rw-r--r-- | meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb deleted file mode 100644 index c8d7378eb7..0000000000 --- a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | SUMMARY = "A portable audio library" | ||
| 2 | SECTION = "libs/multimedia" | ||
| 3 | LICENSE = "PortAudio" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df" | ||
| 5 | |||
| 6 | PV = "v19+svnr${SRCPV}" | ||
| 7 | |||
| 8 | SRCREV = "1387" | ||
| 9 | SRC_URI = "svn://subversion.assembla.com/svn/portaudio/portaudio;module=trunk;protocol=http" | ||
| 10 | S = "${WORKDIR}/trunk" | ||
| 11 | |||
| 12 | inherit autotools pkgconfig | ||
| 13 | |||
| 14 | PACKAGECONFIG ??= "alsa jack" | ||
| 15 | PACKAGECONFIG[alsa] = "--with-alsa, --without-alsa, alsa-lib," | ||
| 16 | PACKAGECONFIG[jack] = "--with-jack, --without-jack, jack," | ||
| 17 | |||
| 18 | EXTRA_OECONF = "--without-oss" | ||
| 19 | |||
| 20 | TESTS = " pa_devs patest1 patest_hang patest_many patest_prime patest_sine patest_stop patest_write_sine \ | ||
| 21 | pa_fuzz patest_buffer patest_in_overflow patest_maxsines patest_read_record patest_sine8 patest_sync \ | ||
| 22 | pa_minlat patest_callbackstop patest_latency patest_multi_sine patest_record patest_sine_formats patest_toomanysines \ | ||
| 23 | paqa_devs patest_clip patest_leftright patest_out_underflow patest_ringmix patest_sine_time patest_underflow \ | ||
| 24 | paqa_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 | |||
| 31 | PACKAGES += "portaudio-examples" | ||
| 32 | FILES_portaudio-examples = "${bindir}" | ||
