forked from mirrors/linphone-iphone
Add AMR openembedded recipes
This commit is contained in:
parent
3724165baa
commit
ef0689b95e
5 changed files with 55 additions and 0 deletions
18
build/openembedded/msamr-common.inc
Normal file
18
build/openembedded/msamr-common.inc
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
DESCRIPTION = "Mediastreamer2 plugin adding support for AMR codec"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "GPL3"
|
||||
|
||||
DEPENDS = "opencore-amr"
|
||||
DEPENDS_append_wideband = " vo-amrwbenc"
|
||||
|
||||
MSAMR_WIDEBAND = ""
|
||||
MSAMR_WIDEBAND_wideband = "--enable-wideband"
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
${MSAMR_WIDEBAND} \
|
||||
"
|
||||
|
||||
FILES_${PN} = "${libdir}/mediastreamer/plugins/*.so.*"
|
||||
FILES_${PN}-dev = "${libdir}/mediastreamer/plugins/*.la ${libdir}/mediastreamer/plugins/*.so"
|
||||
inherit autotools pkgconfig
|
||||
8
build/openembedded/msamr_git+wb.bb
Normal file
8
build/openembedded/msamr_git+wb.bb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
PR = "r1"
|
||||
SRC_URI = "git://git.linphone.org/msamr.git;protocol=git"
|
||||
SRCREV = "HEAD"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
OVERRIDES_append = ":wideband"
|
||||
|
||||
require msamr-common.inc
|
||||
6
build/openembedded/msamr_git.bb
Normal file
6
build/openembedded/msamr_git.bb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
PR = "r1"
|
||||
SRC_URI = "git://git.linphone.org/msamr.git;protocol=git"
|
||||
SRCREV = "HEAD"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require msamr-common.inc
|
||||
11
build/openembedded/opencore-amr_0.1.3.bb
Normal file
11
build/openembedded/opencore-amr_0.1.3.bb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
DESCRIPTION = "OpenCORE Adaptive Multi Rate (AMR) speech codec library implementation"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "Apache"
|
||||
|
||||
PR = "r1"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/opencore-amr/${PN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
SRC_URI[md5sum] = "09d2c5dfb43a9f6e9fec8b1ae678e725"
|
||||
SRC_URI[sha256sum] = "106bf811c1f36444d7671d8fd2589f8b2e0cca58a2c764da62ffc4a070595385"
|
||||
12
build/openembedded/vo-amrwbenc_0.1.2.bb
Normal file
12
build/openembedded/vo-amrwbenc_0.1.2.bb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
DESCRIPTION = "VisualOn AMR-WB encoder library"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "Apache"
|
||||
DEPENDS = "opencore-amr"
|
||||
|
||||
PR = "r1"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/opencore-amr/${PN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
SRC_URI[md5sum] = "588205f686adc23532e31fe3646ddcb6"
|
||||
SRC_URI[sha256sum] = "dd8c33e57bc415754f31fbb1b1536563bf731fc14e55f8182564e4c0fbb26435"
|
||||
Loading…
Add table
Reference in a new issue