From: Grazvydas Ignotas Date: Thu, 11 Sep 2014 20:48:18 +0000 (+0300) Subject: portaudio: update recipe to working one from newer OE X-Git-Tag: sz_173~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c1ae31d034b2ad72b27c8f6f2f0d1dcff0f512b;p=openembedded.git portaudio: update recipe to working one from newer OE --- diff --git a/recipes/portaudio/portaudio-v19_svn.bb b/recipes/portaudio/portaudio-v19_svn.bb index fb715b4f5d..0a3a5bd700 100644 --- a/recipes/portaudio/portaudio-v19_svn.bb +++ b/recipes/portaudio/portaudio-v19_svn.bb @@ -1,15 +1,21 @@ DESCRIPTION = "A portable audio library" SECTION = "libs/multimedia" -PRIORITY = "optional" -LICENSE = "GPL" -SRCREV = "1387" +LICENSE = "PortAudio" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df" + PV = "v19+svnr${SRCPV}" -PR = "r0" -SRC_URI = "svn://www.portaudio.com/repos/portaudio;module=trunk;proto=http" +SRCREV = "1387" +SRC_URI = "svn://subversion.assembla.com/svn/portaudio/portaudio;module=trunk;proto=http" S = "${WORKDIR}/trunk" -inherit autotools +inherit autotools pkgconfig + +#PACKAGECONFIG ??= "alsa jack" +#PACKAGECONFIG[alsa] = "--with-alsa, --without-alsa, alsa-lib," +#PACKAGECONFIG[jack] = "--with-jack, --without-jack, jack," + +EXTRA_OECONF = "--without-oss" 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 \