Add local recipe for msamr.

This commit is contained in:
Ghislain MARY 2012-09-25 14:21:40 +02:00
parent 1b3b8fa336
commit f6ee571e5c
5 changed files with 27 additions and 5 deletions

View file

@ -1,7 +1,9 @@
DESCRIPTION = "Mediastreamer2 plugin adding support for AMR codec"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL3"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS = "linphone opencore-amr"
DEPENDS_append_wideband = " vo-amrwbenc"

View file

@ -5,6 +5,4 @@ S = "${WORKDIR}/git"
OVERRIDES_append = ":wideband"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
require msamr-common.inc

View file

@ -3,6 +3,4 @@ SRC_URI = "git://git.linphone.org/msamr.git;protocol=git"
SRCREV = "HEAD"
S = "${WORKDIR}/git"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
require msamr-common.inc

View file

@ -0,0 +1,13 @@
PR = "r1"
SRC_URI = "file://${HOME}/msamr-0.0.2.tar.gz"
S = "${WORKDIR}/msamr-0.0.2"
do_configure_prepend () {
./autogen.sh
}
OVERRIDES_append = ":wideband"
DEFAULT_PREFERENCE="-1"
require msamr-common.inc

View file

@ -0,0 +1,11 @@
PR = "r1"
SRC_URI = "file://${HOME}/msamr-0.0.2.tar.gz"
S = "${WORKDIR}/msamr-0.0.2"
do_configure_prepend () {
./autogen.sh
}
DEFAULT_PREFERENCE="-1"
require msamr-common.inc