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"
|
2022-05-15 07:01:12 +00:00
|
|
|
LICENSE = "GPLv2"
|
2022-05-15 04:34:54 +00:00
|
|
|
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"
|