blob: f101afd1938bd141a6807a02381a4fdb6fbbe0f8 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "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 = "LGPLv3 & 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"
Patrick Williams213cb262021-08-07 19:21:33 -050019FILES:${PN}-tools = "${bindir}/*"