1DESCRIPTION = "libde265 is an open source implementation of the h.265 \ 2video codec. It is written from scratch and has a plain C API to enable a \ 3simple integration into other software." 4HOMEPAGE = "http://www.libde265.org/" 5SECTION = "libs/multimedia" 6 7LICENSE = "LGPL-3.0-only & MIT" 8LICENSE_FLAGS = "commercial" 9LIC_FILES_CHKSUM = "file://COPYING;md5=695b556799abb2435c97a113cdca512f" 10 11SRC_URI = "https://github.com/strukturag/libde265/releases/download/v${PV}/${BPN}-${PV}.tar.gz" 12SRC_URI[sha256sum] = "e3f277d8903408615a5cc34718b391b83c97c646faea4f41da93bac5ee08a87f" 13 14EXTRA_OECONF = "--disable-sherlock265 --disable-dec265" 15 16inherit autotools-brokensep pkgconfig 17 18PACKAGES =+ "${PN}-tools" 19FILES:${PN}-tools = "${bindir}/*" 20