avs_mtk_voice/meta/meta-mediatek-aud/recipes-support/faad2/faad2_2.0.0.bb

28 lines
747 B
BlitzBasic
Raw Normal View History

2022-05-15 04:34:54 +00:00
SUMMARY = "Freeware Advanced Audio (AAC) Decoder including SBR decoding"
HOMEPAGE = "https://github.com/dsvensson/faad2"
SECTION = "libs"
LICENSE = "nGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958"
SRC_URI = "https://github.com/dsvensson/faad2/archive/refs/heads/xmms2.zip"
SRC_URI[md5sum] = "161e919c377f135c5e90d7f3545a7d21"
SRC_URI[sha256sum] = "e5e275e719df811e59debc3851fbca7e8869df13b91898942aeb307489363ce7"
inherit autotools pkgconfig
S = "${WORKDIR}/faad2-xmms2"
do_configure_prepend() {
cd ${S} && ./bootstrap
}
do_compile() {
cd ${S} && oe_runmake
}
do_install() {
cd ${S} && oe_runmake 'DESTDIR=${D}' install
}
INSANE_SKIP_${PN} += "already-stripped installed-vs-shipped dev-deps ldflags"